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

Commits on May 10, 2026

  1. docs: replace coverage example with game AI example; full zh-CN rewrite

    - Replace test coverage example with game AI evolution (35→72% win rate)
      — more visceral, shows self-correction on rejection, closer to AlphaEvolve spirit
    - Add progress bar visual (before/after) and round-by-round terminal output
    - Add callout on why Round 3 rejection matters (memory / no repeated mistakes)
    - Update architecture Mermaid with emoji labels and loop subgraph label
    - Full rewrite of README.zh.md as faithful Chinese translation (was stale v0)
    - Fix zh-CN badge URLs and remove Token-Ignition/legacy references
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    Protocol-zero-0 and claude committed May 10, 2026
    Configuration menu
    Copy the full SHA
    5adad6e View commit details
    Browse the repository at this point in the history
  2. docs: replace example with SWE-Bench Qwen3-Coder-7B harness evolution

    $34, one overnight run, frozen 7B model goes from 32.4% to 76.4% on
    SWE-Bench Verified — matching Mistral Medium 3.5 and Qwen3.6-27B.
    
    Shows 5 generations of reasoned hypothesis: voting → ACI editor →
    ast-grep dep scan → diagnose-then-retry → TDD mode. Gen 09 is the
    tell: LLM reads the ledger, diagnoses multi-file dep failures, reaches
    for ast-grep unprompted. Chinese README updated to match.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    Protocol-zero-0 and claude committed May 10, 2026
    Configuration menu
    Copy the full SHA
    d74eb79 View commit details
    Browse the repository at this point in the history
  3. docs: fix 5 Copilot review issues in both READMEs

    - Halted JSON: match actual CLI output format and reason string
      ("max_consecutive_failures reached (4)", not bare key + stats)
    - .evolution_state.json: label as "hard-stop state" not "budget counters"
      (also tracks iterations and consecutive_failures)
    - Ledger file list: add planner_input.json, executor_input.json/output,
      evaluator_input.json; clarify halted/ contains full run stats
    - --reset CLI comment: "Reset all hard-stop state" not "budget counters"
    - Config reference mission: align with SWE-Bench example, drop game-AI mission
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    Protocol-zero-0 and claude committed May 10, 2026
    Configuration menu
    Copy the full SHA
    9fb2a6c View commit details
    Browse the repository at this point in the history
Loading