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: Sagar-024/Repatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: Sagar-024/Repatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on May 14, 2026

  1. feat(orchestrator): implement V2 architecture with Semantic Indexing …

    …and Thought-Streaming
    
    - Added 'Map of Truth' (Semantic Path Indexing) to prevent path hallucinations.
    - Implemented 'Internal Monologue' (Thought-Streaming) for reasoning transparency.
    - Integrated monologue into all core orchestrator steps.
    - Updated AgentState and UnderstandStep to leverage grounding index.
    - Added v2 architecture design documentation.
    Sagar-024 committed May 14, 2026
    Configuration menu
    Copy the full SHA
    a319c61 View commit details
    Browse the repository at this point in the history
  2. fix(orchestrator): prevent plan leak hallucinations and fictional PR …

    …narratives
    
    - Enhanced Git adapter with 'getDiff' and 'getDiffStat' for factual grounding.
    - Refactored SubmitStep to generate narratives from actual git diffs.
    - Added validation to abort submission if the git diff is empty/too small.
    - Improved ExecuteStep error handling to backtrack to PLAN on tool failures.
    - Added diff-stat visibility to the interactive PR review process.
    - Cleaned up legacy test fixtures for professional presentation.
    Sagar-024 committed May 14, 2026
    Configuration menu
    Copy the full SHA
    9501066 View commit details
    Browse the repository at this point in the history
  3. docs: overhaul README for professional engineering presentation

    - Refactored value proposition to highlight 'Empirical TDD' and 'Semantic Grounding'.
    - Added technical architecture visualization with Mermaid.
    - Updated core pillars to include recently implemented 'Diff-Grounded Narratives'.
    - Enhanced aesthetic with professional badges and clear information hierarchy.
    Sagar-024 committed May 14, 2026
    Configuration menu
    Copy the full SHA
    24e044b View commit details
    Browse the repository at this point in the history
  4. Refactor README content and structure

    Updated README to remove unnecessary lines and improve formatting.
    Sagar-024 authored May 14, 2026
    Configuration menu
    Copy the full SHA
    fa62a5b View commit details
    Browse the repository at this point in the history
Loading