Skip to content

v0.7.9

Choose a tag to compare

@yoosefap yoosefap released this 27 Aug 23:18
· 34 commits to main since this release
2ff5f39

durable learning, parser relink, and Vue trace on stale snapshots.

  • Learning persistence (real). record_feedback saves graph.bin via workspace_root (not MCP cwd). Episode IDs are checkpointed in the snapshot (applied_learning_episodes). Replay on startup applies only episodes missing from the checkpoint, then persists. MCP flushes graph state on graceful stdio shutdown.
  • Parser epoch relink. GRAPH_PARSER_EPOCH (3) in snapshots; loading an older epoch clears file_hashes so the next index re-parses all files (Vue CALL edges on upgraded installs without manual --force).
  • Windows routing fix. tighten_focused_view_selection normalizes \ paths so cart.js is kept on checkout stepper tasks (gold checkout_qty_stepper).
  • Benchmark fixture. ProductGrid.vue @view binding corrected to ui.openProduct (action lives in ui.js).