AID v2.0.6
AID v2.0.6 — a housekeeping patch across the discovery/summarize toolchain: a config relocation with an automatic adopter migration, plus temp-file hygiene. No methodology or KB-schema changes; drop-in over v2.0.5 (aid update <tool>).
Changed
Discovery term exclusions now live in settings.yml. The user-confirmed term-exclusions list — the terms /aid-discover treats as already-known and never re-flags — moves out of the tracked hidden .aid/knowledge/.term-exclusions.md dotfile into .aid/settings.yml under discovery.term_exclusions, alongside discovery.doc_set. It is now a first-class, visible setting rather than a hidden file inside your Knowledge Base, and /aid-discover reads, creates, and updates it there.
aid update <tool> migrates you automatically. If your project still has the old dotfile, its terms are carried into settings.yml (under a discovery: section, created if absent) and the old file is retired to .aid/.trash/. The migration is gated on that file's presence — projects that never had one are untouched — and is idempotent. Implemented in both the bash and PowerShell installers.
Fixed
Transient scratch no longer contaminates the Knowledge Base. /aid-summarize and /aid-discover used to write build/scratch artifacts (the summary-src/ workspace, .manual-checklist.json, .spot-check-facts.txt, the Markdown-export build) inside .aid/knowledge/, mixing throwaway files with your tracked KB. They now write everything under the gitignored .aid/.temp/, so a discovery or summary run leaves .aid/knowledge/ clean.
KB document counts no longer include hidden files. The KB metrics scanner build-metrics.sh was missing the ! -name '.*' dotfile guard that its five sibling scanners already carried, so hidden files could skew the document counts. Fixed.
Unchanged
Methodology phases, KB schema, CLI flags, skill behavior, and all output contracts are identical to v2.0.0–v2.0.5. An internal clean-code pass removed redundant comments from the shipped skills, agents, and scripts with no behavior, API, or output change.
Verify your download
sha256sum -c SHA256SUMS