Quick Start
The strongest property of Project Corpus is that the Protocol works without the Runtime or MCP. Use this manual V2 path first.
- Clone or download the repository.
- Copy the contents of
templates/v2/minimal/into the root of the project you want to carry forward.
cp -R templates/v2/minimal/. /path/to/your-project/
Copy-Item -Force .\templates\v2\minimal\AGENTS.md C:\path\to\your-project\
Copy-Item -Recurse -Force .\templates\v2\minimal\.project-corpus C:\path\to\your-project\
- Fill
.project-corpus/state/PROJECT.mdwith the project ID and durable identity. Fill.project-corpus/state/STATUS.mdwith the same ID, verified baseline, blockers, evidence references, and exact next action. - Give an agent the project folder. In a manual chat, upload
AGENTS.md,PROJECT.md,STATUS.md, the active Task, and any Reports referenced bySTATUS.md. - Use this prompt:
Load Project Corpus for this project. Follow
AGENTS.md; read.project-corpus/state/PROJECT.mdand.project-corpus/state/STATUS.mdcompletely; if an active Task or cited Reports are available, load only those relevant artifacts; state the project ID, current status, active Task, and exact next action; then continue from that action.
Want enforcement too?
The optional Runtime is installed via PyPI:
pip install project-corpus
project-corpus validate /path/to/your-project
project-corpus doctor /path/to/your-project
Controlled writes require an external owner trust grant. Read the Runtime overview and CLI reference before provisioning it.