Skip to content

Roadmap

Nick Rygiel edited this page Jul 4, 2026 · 5 revisions

Roadmap

Phase 0: Public Scaffold

Status: complete.

  • Root docs.
  • Dual license files.
  • Canonical prompt.
  • Initial schemas.
  • Synthetic crosswalks.
  • Wiki documentation hub.

Phase 1: Validators

Status: complete in PR #2.

  • Added dependency-free repository validation via npm run validate.
  • Added GitHub Actions validation on Node 22 and Node 24.
  • Validate schema metadata, crosswalk fixtures, source/rights fixtures, context-pack frontmatter, Markdown local links, public metadata markers, text hygiene, simple secret scans, and workflow presence.

Phase 2: Examples

Status: in progress. PR #3 added the first runnable no-build demo; PR #5 added the adapter-control demo.

  • Added a synthetic turn-based game demo for command input, intent telemetry, registered primitive hydration, approval, deterministic ledger output, and assertion separation.
  • Added primitive UX metadata and a Human UX guide.
  • Added adapter-control demo for untrusted input, runtime adapter selection, redaction policy, approval, schema-faithful provenance, and run receipts.
  • Remaining: expand OAI-PMH archive fixture and add more non-game examples.

Phase 3: Tooling

Status: in progress. PR #4 added runtime adapter and redaction policy schemas, poisoning-defense docs, fixtures, and cross-reference validation.

  • Add optional CLI validator.
  • Add generated llms.txt checks.
  • Add release checklist.

Phase 4: Implementations

  • Connect companion projects and existing agent infrastructure only through explicit adapters.
  • Keep the core spec neutral and dependency-light.

Clone this wiki locally