v0.4.0
What's Changed
Added
- Knowledge cards fully wired into the incremental update flow:
updatemaps changed files against the knowledge plan — cards whosesource_fileschanged and modules whose scope was touched each get a refresh task (card updates carry an "Update Summary" section, enforced bycheck) (1031ce7) siterenders knowledge module docs and cards under a dedicated "Knowledge Base" nav chapter — searchable, with source popups and mermaid; card front matter is stripped for display (1031ce7)updatere-arms done update tasks across finalize epochs with freshly regenerated specs — previously the second update round silently did nothing (1031ce7)- Knowledge YAML exports fill
source_filesin_index.yaml/_module.yaml(union of card source files under each module's scope) (1031ce7)
Fixed
- Removed unreachable dead code in
knowledge.py(1031ce7)
Full Changelog: v0.3.3...v0.4.0