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: Dimillian/CodexMonitor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jscraik/CodexMonitor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 25 files changed
  • 2 contributors

Commits on Jan 20, 2026

  1. fix: add infrastructure modules and fix doctest failures

    Add error handling, metrics, retry logic, and validation modules
    with comprehensive documentation and doctests. Fix doctest
    visibility issues by making infrastructure modules public.
    
    Infrastructure modules:
    - error.rs: Structured IPC error handling with correlation IDs
    - metrics.rs: Thread-safe metrics collection with atomic operations
    - retry.rs: Exponential backoff with error classification
    - validation.rs: Type-state pattern for input validation
    
    Also includes workspace restoration improvements and UI updates.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    jscraik and claude committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    06ce697 View commit details
    Browse the repository at this point in the history
  2. chore: add Model A PR governance and AI artifact structure

    - Add .github/PULL_REQUEST_TEMPLATE.md with AI disclosure sections
    - Create ai/ directory structure for committed artifacts
    - Add .gitignore entries for transient AI artifacts (/ai/tmp/, /ai/cache/, /ai/raw/)
    - Add templates for prompt (yaml) and session (json) files
    - Add ai/README.md with usage documentation
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    jscraik and claude committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    a2784e2 View commit details
    Browse the repository at this point in the history
  3. docs: add Model A AI assistance governance to repo instructions

    - Add AI Assistance Governance (Model A) section to CLAUDE.md/AGENTS.md
    - Require AI artifacts (prompts + sessions) to be committed in ai/ directory
    - Reference exact artifact paths in PR body under AI assistance section
    - Do not embed excerpts or link to external logs
    
    See .github/PULL_REQUEST_TEMPLATE.md for required PR sections.
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    jscraik and claude committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    6a3240a View commit details
    Browse the repository at this point in the history
Loading