Skip to content

feat: add runtime state event spine#227

Open
devkade wants to merge 1 commit into
devfrom
feat/issues-185-196-runtime-mvp
Open

feat: add runtime state event spine#227
devkade wants to merge 1 commit into
devfrom
feat/issues-185-196-runtime-mvp

Conversation

@devkade
Copy link
Copy Markdown
Owner

@devkade devkade commented May 17, 2026

Summary

  • Add versioned runtime state projection with fail-closed schema parsing and replay from structured runtime events.
  • Add runtime event validation for objective/policy/graph/worker/claim/lease/evidence/evaluation/reward/final-report transitions.
  • Add adapter-neutral agent adapter contract validation for Pi/Codex/Claude Code compatible worker substrates.
  • Add MVP verification matrix covering schema, events, DAG readiness, claims/leases, worker heartbeat, policy/reward, integration retention, and storage evidence.
  • Document the runtime spine and closeout matrix in the graph execution runtime boundary.

Issues

Verification

  • npm test -- test/runtime-state-events.test.ts
  • npm run check
  • npm run check:unused
  • npm run quality:budgets
  • npm run verify

Notes

  • npm run quality:budgets passes with the existing non-failing code_smells warning (53 > 20) and coverage marked not configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Design: define runtime event taxonomy, replay, and recovery semantics Design: define RunState schemas, versions, and migration policy

1 participant