Skip to content

feat: migrate orchestrator to runtime executeTask API#36

Merged
foo-ogawa merged 1 commit into
mainfrom
feat/migrate-executeTask-api
Jun 6, 2026
Merged

feat: migrate orchestrator to runtime executeTask API#36
foo-ogawa merged 1 commit into
mainfrom
feat/migrate-executeTask-api

Conversation

@foo-ogawa

Copy link
Copy Markdown
Collaborator

Summary

  • Replace manual createAdapter / runTask / createProgressSink with executeTask() from agent-contracts-runtime
  • Remove RUNTIME_PKG obfuscation pattern and esbuild rewrite plugin (now no-op)
  • Import resolvedDsl from newly generated dsl-data.ts instead of dynamic DSL import with empty fallback
  • Update agent-contracts to ^0.34.12, agent-contracts-runtime to ^0.36.6

Closes #31

Test plan

  • npm run build passes
  • npm run bundle produces valid bundle
  • npm test — 195 tests all green

Made with Cursor

Closes #31

Co-authored-by: Cursor <cursoragent@cursor.com>
@foo-ogawa foo-ogawa merged commit bed2ba8 into main Jun 6, 2026
4 checks passed
@foo-ogawa foo-ogawa deleted the feat/migrate-executeTask-api branch June 6, 2026 17:29
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.

feat: migrate to runtime executeTask API

1 participant