iop/packages/go/execution/doc.go
toki 81243284cb refactor(execution): correct residual agent ownership wording
Post-promotion boundary correction: replace the standalone-agent and
terminal-session wording in doc.go/types.go/main.go with provider-only,
run-scoped descriptions and add a Node CLI regression that rejects Agent
wording. Promotion and recovery evidence is preserved untouched.
2026-08-02 21:12:36 +09:00

5 lines
295 B
Go

// Package execution contains provider-only, host-neutral execution contracts
// shared by Node and Edge-facing provider transports. It owns provider
// lifecycle, streaming events, typed failures, and registry lifecycle;
// host wire translation remains outside this package.
package execution