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.
5 lines
295 B
Go
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
|