Skip to content

v0.12.0 — route-aware research protocol upgrade

Choose a tag to compare

@openleek openleek released this 03 Jul 03:54
· 4 commits to main since this release
4e7a05f

Highlights

  • Strengthens quick_map with a route-aware closing contract: every useful quick map now names the next evidence path, calculation depth, readiness change, or route/depth decision.
  • Adds behavior eval coverage for valuation, earnings/event, and actionability quick_map prompts, including live/source freshness boundaries.
  • Adds marginal-buyer/payoff and left-side actionability protocol upgrades for buy/add/chase style prompts.
  • Adds gold residual regime lens and acceleration-to-inflection methodology updates.
  • Improves market-date resolution for US, CN, KR, and JP equity sessions.
  • Includes the read-only IBKR private data connector work from v0.11.0-era mainline updates.

Verification

  • PYTHONPYCACHEPREFIX=/tmp/mira-pycache python3 scripts/score_behavior_eval.py --transcripts evals/transcripts --json
    • 35 passed, 0 failed, 8 missing upstream transcripts
  • PYTHONPYCACHEPREFIX=/tmp/mira-pycache python3 scripts/test_routing_schema.py
  • PYTHONPYCACHEPREFIX=/tmp/mira-pycache python3 scripts/test_repo_validation_contracts.py
  • PYTHONPYCACHEPREFIX=/tmp/mira-pycache python3 -m py_compile scripts/score_behavior_eval.py scripts/validate_repo.py scripts/test_routing_schema.py scripts/test_repo_validation_contracts.py
  • git diff --check

Known limits

  • This is a protocol/workflow release, not an autonomous trading or background monitoring system.
  • behavior-eval --require-all is not yet a release gate because 8 upstream behavior cases currently lack recorded transcripts; non-missing cases pass with zero failures.