Establishes contributor guidelines based on maintainer team discussion. VISION.md defines project identity, principles, and explicit rejection criteria. CONTRIBUTING.md covers assign-then-PR workflow, RFC process for architectural changes, AI disclosure policy, and testing standards. PR template restructured around TL;DR + What/Why/How format. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.3 KiB
1.3 KiB
TL;DR
What: Why: How:
What
Why
How
Change type
feat— New feature or capabilityfix— Bug fixrefactor— Code restructuring (no behavior change)test— Adding or updating testsdocs— Documentation onlychore— Build, CI, or tooling changes
Scope
pi-tui— Terminal UIpi-ai— AI/LLM layerpi-agent-core— Agent orchestrationpi-coding-agent— Coding agentgsd extension— GSD workflownative— Native bindingsci/build— Workflows, scripts, config
Breaking changes
- No breaking changes
- Yes — described above
Test plan
- CI passes
- New/updated tests included
- Manual testing — steps described above
- No tests needed — explained above
AI disclosure
- This PR includes AI-assisted code