v0.1.7 — Documentation Audit & Version Sync
What's Changed
Documentation Audit
- Version synchronized to 0.1.7 across all files:
pyproject.toml,__init__.py,README.md,AGENTS.md,PAI.md,SPEC.md,CLAUDE.md,TO-DO.md,src/README.md,src/AGENTS.md,docs/modules/README.md - Module count corrected from stale values (78, 80, 82+, 83) to verified 82 across 15+ documentation files
- 21 missing modules added to
AGENTS.mdModule Discovery section - CHANGELOG.md updated with v0.1.7 entry
Script Refactoring
- Refactored audit/update scripts to thin orchestrator pattern delegating to
maintenancelibrary - Deleted 62 dead documentation scripts from
documentation/scripts/ - Added 4 new library modules:
documentation/audit.py,documentation/maintenance.py,documentation/pai.py,static_analysis/__init__.py
Fixes
SPEC.mdversion was stale at v0.1.1__init__.pyversion was stale at 0.1.6src/README.mdversion was stale at v0.1.6- Removed accidentally duplicated Surface table from
PAI.md
Full Changelog: v0.1.6...v0.1.7