Skip to content

v0.1.7 — Documentation Audit & Version Sync

Choose a tag to compare

@docxology docxology released this 18 Feb 19:16
· 637 commits to main since this release

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.md Module Discovery section
  • CHANGELOG.md updated with v0.1.7 entry

Script Refactoring

  • Refactored audit/update scripts to thin orchestrator pattern delegating to maintenance library
  • 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.md version was stale at v0.1.1
  • __init__.py version was stale at 0.1.6
  • src/README.md version was stale at v0.1.6
  • Removed accidentally duplicated Surface table from PAI.md

Full Changelog: v0.1.6...v0.1.7