Skip to content

Execute imported runtime package agent#1782

Merged
chubes4 merged 2 commits into
mainfrom
fix/imported-agent-selection
Jul 14, 2026
Merged

Execute imported runtime package agent#1782
chubes4 merged 2 commits into
mainfrom
fix/imported-agent-selection

Conversation

@chubes4

@chubes4 chubes4 commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • bind runtime-package chat execution to the single agent identity verified from imported package bytes
  • reject caller-supplied package, metadata, or chat agent identity mismatches and preserve the generic sandbox only when no package is imported
  • cover technical-bootstrap and skills package shapes plus the generated Playground runtime-package provider execution

Closes #1781
Regression source: https://github.com/Automattic/build-with-wordpress/actions/runs/29311239264

Testing

  1. npm run build
  2. npm run test:runtime-package-execution
  3. npm run test:agent-task-contracts
  4. npm run test:agent-no-data-machine-loop
  5. npm run test:runtime-sources-playground-integration
  6. npm run test:production-boundary-enforcement
  7. npm audit --omit=dev --audit-level=high
  8. actionlint .github/workflows/*.yml

AI assistance

  • AI assistance: Yes
  • Tool(s): openai/gpt-5.6-terra and OpenCode
  • Used for: Traced the generated Playground runtime-package import path, added intercepted provider and spoof regression coverage, and ran verification.

@chubes4
chubes4 merged commit 7dd32b7 into main Jul 14, 2026
4 checks passed
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.

Execute the imported runtime-package agent identity

1 participant