Skip to content

Normalize REST runtime action evidence#467

Merged
chubes4 merged 1 commit into
mainfrom
fix/issue-457-rest-runtime-actions
Jun 2, 2026
Merged

Normalize REST runtime action evidence#467
chubes4 merged 1 commit into
mainfrom
fix/issue-457-rest-runtime-actions

Conversation

@chubes4

@chubes4 chubes4 commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Normalizes rest_request runtime action observations into first-class REST evidence: method, path/route, status, headers, body, timing, and diagnostics.
  • Extends the wordpress.rest-request command output with body/timing/diagnostics while preserving the existing data field.
  • Tightens the focused REST runtime smoke coverage for direct command execution and action-adapter observations.

Closes #457.

Verification

  • npm run build
  • npm run build && npm run rest-request-runtime-smoke
  • npm run command-registry-smoke
  • npm run runtime-action-adapter-smoke
  • git diff --check

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (openai/gpt-5.5)
  • Used for: Implemented the normalized REST runtime action evidence and smoke assertions; Chris remains responsible for review and testing.

@chubes4
chubes4 merged commit ddc1e30 into main Jun 2, 2026
@chubes4
chubes4 deleted the fix/issue-457-rest-runtime-actions branch June 2, 2026 01:49
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 first-class REST runtime actions

1 participant