Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ambient-code/reference
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ambient-code/reference
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/presentation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 19 files changed
  • 1 contributor

Commits on Jan 5, 2026

  1. Add presentation for NotebookLM podcast generation

    Structured document covering 7 key features of the reference repo:
    - CBA (Codebase Agent)
    - Memory System (Modular Context)
    - Issue-to-PR Automation
    - Layered Architecture Patterns
    - Security Patterns
    - Testing Patterns
    - CI/CD for Documentation
    
    Target audience: Principal engineers evaluating AI-assisted development
    jeremyeder committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    d61ea50 View commit details
    Browse the repository at this point in the history
  2. docs: refresh presentation with new features from PR #5

    Add Feature 8 (Self-Review Reflection) and Feature 9 (Proactive GHA Workflows)
    to reflect the patterns merged in PR #5. Update adoption table and summary to
    cover all 9 features. Add cross-reference from Feature 3 to Feature 9.
    jeremyeder committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    a8bee73 View commit details
    Browse the repository at this point in the history
  3. docs: scaffold GitHub Pages with MkDocs and documentation structure

    Add MkDocs configuration with Material theme and Mermaid support.
    Add GitHub Actions workflow for deploying to GitHub Pages.
    Scaffold documentation structure with exec summaries and section outlines
    for patterns, getting started guides, and resources.
    jeremyeder committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    c67a74d View commit details
    Browse the repository at this point in the history
Loading