This repository was archived by the owner on Jun 3, 2026. It is now read-only.
v0.6.2 — Stale detection fix + hook dedup (redone)
Bug Fixes
- Stale detection fixed: Now reads
priorityfield with fallback toimportancefor legacy data. Old points without priority get importance→priority conversion. - Hook double-fire fixed: Dedup guard prevents hooks firing twice per turn when Hermes instantiates provider twice.
- Dynamic version:
system_prompt_block()reads VERSION file instead of hardcoded v0.6.0. - Scoped warnings:
catch_warnings()context manager instead of globalfilterwarnings().
Important
This is a redo of v0.6.2. The previous version incorrectly removed scope, learning_store, and scope branching. This version preserves ALL v0.6.1 self-healing features and only adds the correct fixes on top.