设计状态
权威文档
docs/v2/ROADMAP.md
docs/v2/IMPLEMENTATION-ROADMAP.md
docs/v2/ARCHITECTURE.md
docs/superpowers/specs/2026-08-04-runtime-operations-contract.md
范围
增量扩展 AEP v1 的 runtime、security、context、policy 事件 Kind 与 typed Data。
统一 trace_id、span_id、agent_id、execution_id、workspace_id、worker_type correlation metadata。
覆盖 AgentSpec resolution、identity binding、execution queue/retry/timeout、policy decision、context load/save、effect/reconcile/operator action。
eventstore、audit、trace 和 SDK 使用同一事件语义;旧客户端可忽略新增 Kind。
完成标准
AEP encode/decode/clone 与 metadata deep-copy 测试覆盖新增契约。
Go SDK、TypeScript/Python/Java 示例 SDK、协议文档和双向兼容测试同步。
eventstore 按既有 replay/turn 语义持久化适用事件。
execution_id 能关联 input、worker run、runtime event 与 terminal outcome。
新事件默认脱敏,不持久化 prompt、secret、metadata value、完整 tool args 或 raw worker error。
chore(aep): add a canonical schema and cross-SDK conformance suite #869 canonical schema/conformance suite 对新增事件执行机械一致性校验。
依赖
#847 AgentSpec;#848 AgentIdentity;#878 durable ingress baseline;#869 AEP conformance。
非目标
不创建独立 event bus,不引入 AEP v2,不移除或重命名现有 AEP v1 Kind。
设计状态
权威文档
范围
trace_id、span_id、agent_id、execution_id、workspace_id、worker_typecorrelation metadata。完成标准
execution_id能关联 input、worker run、runtime event 与 terminal outcome。依赖
#847 AgentSpec;#848 AgentIdentity;#878 durable ingress baseline;#869 AEP conformance。
非目标
不创建独立 event bus,不引入 AEP v2,不移除或重命名现有 AEP v1 Kind。