Skip to content

Add recipe phase diagnostics#596

Merged
chubes4 merged 2 commits into
mainfrom
fix/issue-584-phase-diagnostics
Jun 4, 2026
Merged

Add recipe phase diagnostics#596
chubes4 merged 2 commits into
mainfrom
fix/issue-584-phase-diagnostics

Conversation

@chubes4
Copy link
Copy Markdown
Collaborator

@chubes4 chubes4 commented Jun 4, 2026

Summary

  • Adds structured recipe phaseEvidence for runtime startup, plugin mount, plugin activation, blueprint application, workload execution, and artifact collection.
  • Classifies plugin activation failures separately from workload failures and includes plugin-file diagnostics for activation errors.
  • Refreshes runtime reference/replay evidence hashes after recipe evidence files are added so strict artifact verification remains valid.

Closes #584.

Testing

  • npm run build
  • npm run recipe-runtime-evidence-smoke
  • npm run recipe-workflow-phases-smoke
  • npm run recipe-heavyweight-plugin-runtime-smoke

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Implemented the phase diagnostics and smoke coverage, diagnosed the strict artifact verifier regression exposed during testing, and ran the targeted verification commands. Chris remains responsible for review and acceptance.

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.

Add phase-specific diagnostics for plugin activation and workload execution

1 participant