Skip to content

v0.1.30

Choose a tag to compare

@lyc-aon lyc-aon released this 10 Apr 17:31

Highlights

  • Added repo-aware final-mile verification hints and stricter verifier-worker support.
  • Added stateful/runtime verification nudges so games and other realtime tasks are pushed toward a deterministic driver or autoplay harness plus an observable debug surface.
  • Continued the chat.py cleanup by extracting the display, agent-loop, and tool-runtime seams while keeping the existing SuccessorChat surface intact.
  • Updated README and local docs to reflect the stronger runtime verification workflow.

Verification

  • ruff check src tests
  • PYTHONPATH=src pytest -q
    • 1243 passed in 12.71s
  • Live supervised E2E bundle:
    • ~/.local/share/successor/e2e/stateful_verify_snake_adoption/

Note

The new stateful verifier-adoption layer improves behavior, but it is not yet a hard guarantee that the model will synthesize the best deterministic driver on its own. The release includes that improvement and keeps the remaining gap explicit in trace and playback artifacts.