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