Skip to content

Add durable headless run registry#433

Merged
chubes4 merged 1 commit into
mainfrom
fix/issue-427-run-registry
Jun 1, 2026
Merged

Add durable headless run registry#433
chubes4 merged 1 commit into
mainfrom
fix/issue-427-run-registry

Conversation

@chubes4
Copy link
Copy Markdown
Collaborator

@chubes4 chubes4 commented Jun 1, 2026

Summary

  • Adds a generic runtime run registry model for durable run status, heartbeat timestamps, replay metadata, and artifact bundle refs.
  • Wires recipe-run to persist lifecycle status from queued through terminal states and return the run record in JSON output.
  • Adds wp-codebox runs status and wp-codebox runs artifacts lookup commands for durable post-process inspection.

Tests

  • npm run build
  • npm run run-registry-smoke
  • npm run recipe-runtime-evidence-smoke

Fixes #427.

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Drafting and implementing the generic run registry slice, CLI lookup surface, and focused smoke coverage. Chris remains responsible for review and validation.

@chubes4 chubes4 merged commit bfdb70f into main Jun 1, 2026
@chubes4 chubes4 deleted the fix/issue-427-run-registry branch June 1, 2026 22:08
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.

agent runtime: persist headless run registry with status, heartbeat, and artifacts

1 participant