v0.7.2 — README repositioning + unreleased v0.7.x contents
First GitHub release since v0.6.0. Bundles the v0.7.0 and v0.7.1 tags (which were tagged but never released) plus the v0.7.2 docs fix.
What's new in v0.7.2
- README repositioning. Leads with the actual buyer pain — switching coding-agent tools keeps resetting how your agent behaves — so the adapter list, wizard, and memory architecture read as proof instead of preamble. Follow/coded-using/article framing moved into the Credits section.
Bundled from v0.7.1
- Relicensed from MIT to Apache 2.0.
Bundled from v0.7.0
- Three host-agent tools that make the brain usable from day one.
learn.py— teach the agent a rule in one command. Stages + graduates + renders in one step. Idempotent.recall.py— surface graduated lessons relevant to an intent. Ranked lexical-overlap hits with per-entry source labels. Logs every recall to episodic memory.show.py— colorful dashboard of brain state (episodes, candidates, lessons, failing skills, 14d activity sparkline).--json/--plain/NO_COLORflags.
- Adapter wiring for recall across all 8 harnesses. Every adapter now instructs the model to run
recall.py "<intent>"before deploy / migration / timestamp / debug / refactor work and surface results in aConsulted lessons before acting:block. - Seed UTC lesson ships pre-graduated so proactive recall returns a real hit on first try.
- Reliability fixes. Canonical
pattern_id, stricter heuristic check (≥3 content words), idempotentgraduate.pyretry path, advisory flock onlessons.jsonlso concurrent writers serialize andLESSONS.mdcan't go stale.
Install
brew update && brew upgrade agentic-stack