Skip to content
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)

Choose a tag to compare

@glasschan glasschan released this 29 May 19:09
· 9 commits to main since this release

Bug Fixes

  • Stale detection fixed: Now reads priority field with fallback to importance for 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 global filterwarnings().

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.