Reference
Roadmap
What exists today (architecture) and what a future review system will add.
Today — architecture
- The contribution schema, types, states, roles, and changeset model.
- The pure, deterministic review-workflow engine (engine.contributions).
- Validation that attaches every proposal to real graph objects — no orphans.
- Read-only API endpoints for contribution types, review states, and guidelines.
- This portal, copyable templates, and honest empty-state dashboards.
Planned
- A future write endpoint (POST /api/v1/contributions) behind authentication.
- Real submissions, persistence, reviewer accounts, and notifications.
- Dashboards populated with real (not fabricated) review activity.
- Applying accepted changesets as versioned graph updates.