Changelog
2026-07-19v0.20.0— No More Stale Copies
- Changed:
kandown initno longer copiesAGENT.md/AGENT_KANDOWN.mdinto new projects — bothkandown workand the TUI's agent launcher (akey) now read the rules straight from the installed package'stemplates/AGENT_KANDOWN.mdat call time, so there's no per-project snapshot left to go stale. Existing projects with an old copy are left untouched — nothing is auto-deleted. - Changed: The TUI's agent launcher now uses the same layered rules as
kandown work— base rules from the package, plus optional~/.kandown/instructions.md(global) and.kandown/instructions.md(project). Previously it read a project-localAGENT_KANDOWN.md/AGENT.mdcopy that could silently drift from whatkandown workprinted; the two entry points can no longer disagree. - Changed:
kandown init's injectedAGENTS.md/CLAUDE.mdline no longer promises a local fallback file — dropped "if you can't run the CLI, read.kandown/AGENT_KANDOWN.mdinstead" since that file is no longer shipped and the scenario (an agent that can followAGENTS.mdbut can't run a shell command) is effectively nonexistent.