승격 이후 경계 정정으로, doc.go/types.go/main.go의 잔여 standalone Agent·terminal 소유권 문구를 provider 전용·run 단위 표현으로 바꾸고, CLI 설명을 검증하는 Node 회귀 테스트를 추가한다. 승격·복구 증거는 그대로 보존한다.
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
|