docs: validate and fix all public documentation against source code audit#71
Merged
Conversation
…udit - PMS_COMPLIANCE.md: correct ~80% to ~60%/~51%, fix helper count 214→~160, eclass count 14→12, fix loader.go→integration.go path, add Known Bugs and Fundamental Limitation sections, add Community Audit table - ROADMAP.md: full rewrite from v0.9.3 to v0.10.0 phase, add wave structure, known limitations table, v1.0.0 release criteria, remove outdated sections - ARCHITECTURE.md: fix interpreter strategy (configurable backend, not hybrid) - README.md: add Known Limitations section, update roadmap header to v0.10.0 - CONTRIBUTING.md: expand architecture from 8 to 19 packages, add references - CLI_REFERENCE.md: mark exit codes 2-6 as planned conventions - INSTALL.md: update version to 0.9.4, add daemon scaffolding note - UPSTREAM.md: fix grknight feedback to configurable backend - All files: replace hybrid bash with correct strategy (fix mvdan/sh upstream or custom interpreter + configurable real /bin/bash backend via settings)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validate and fix all public documentation against the 4-agent source code audit (2026-02-09).
8 files changed, 709 additions, 495 deletions.
Key corrections
51% (validated), helper count 214→160, eclass count 14→12, fix wrong file pathloader.go→integration.go, add Known Bugs section (6 tracked), add Fundamental Limitation and Community Audit sectionsInterpreter strategy (all files)
Replaced "hybrid bash" with correct approach:
/bin/bashvia settingsTest plan
#known-bugs,#fundamental-limitation) resolve