Below was written by Claude Code mainly. - Charlie 21 May 2026
Partaker Participation Review — A YAML-first framework for atomic, sovereign participation reporting in human-AI coordination cycles.
/schema/ P2R schema definition
/reports/p2r/ Partaker-authored YAML reports (source of truth)
/scripts/ Build scripts (YAML → JSON validation & conversion)
/site/ Vite SPA visualizer source
/.github/ CI/CD workflows
npm install # install root deps (yaml parser)
npm run build:data # validate YAMLs and generate site/public/data.json
cd site && npm install && npm run devCreate a new YAML file in /reports/p2r/ following the schema in /schema/p2r_schema_v1.yaml.
Key constraint: sovereignty_attestation must be true and the learning block must be written in first person, describing only your own perspective. Collective or third-person language in the learning field will cause the build to fail.
Push to main — GitHub Actions validates all YAML reports, builds the SPA, and deploys to GitHub Pages automatically.