docs: reconcile the whole repo with skill mode - #4
Merged
Conversation
Bring every doc and module docstring into line with the dual-mode reality (standalone `run` + keyless `/pandavas` skill mode). - docs/SPEC.md (source of truth): note both modes in the overview/user-flow, keyless inference in the stack, mark P0-P3 + P4 complete in the phase plan, and add section 12 (Skill Mode) - process-boundary split, verbs+state, per-harness judge, and the soft-vs-hard determinism caveat. - README: intro pointer, clarify Configuration is standalone-only, note skill mode in Status. - CLAUDE.md: add the P4 (skill mode) scope bullet. - cli.py docstring: mention the skill-mode verbs (not just `run`). - demo.py / HANDOVER.template: drop stale P0/P1 phase references. Docs/docstrings only; no logic changes. Suite green (120 passed, 1 skipped).
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.
Brings every doc + module docstring into line with the dual-mode reality (standalone
run+ keyless/pandavasskill mode). AddsSPEC.mdsection 12 (Skill Mode) and reconciles the overview, user flow, stack, and phase plan; updates README (intro/Configuration/Status), CLAUDE.md (P4 scope bullet), thecli.pydocstring, and drops stale P0/P1 references in demo.py and the handover template. Docs/docstrings only - no logic changes; suite green (120 passed, 1 skipped).