From 9c794f5a86722d90883470761d0a7a2ad12c58ce Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Thu, 23 Jul 2026 14:07:40 +0800 Subject: [PATCH] docs: AEP/compliance schema definitions owned by wasmagent-protocol Schema *definitions* are canonical in wasmagent-protocol (@wasmagent/protocol), not @wasmagent/aep. Runtime emission stays with wasmagent-js. Aligns this repo with the org boundary policy after the schema consolidation. --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 9e8e0ca..b983828 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -34,7 +34,7 @@ **Allowed cross-repo patterns:** - All security and policy primitives come from `@wasmagent/*` — never reimplement MCP firewall logic locally. - AEP evidence bundles produced here are consumed by `open-agent-audit` via `@openagentaudit/adapters` (bscode adapter) — keep that adapter contract stable. -- Rollout wire records (`rollout-wire/v1`) and `ComplianceEvalRecord` are exported to `trace-pipeline` — pin schema version against `wasmagent-js` releases. +- Rollout wire records (`rollout-wire/v1`) and `ComplianceEvalRecord` are exported to `trace-pipeline` — pin schema version against `@wasmagent/protocol` releases (the canonical schema source). - bench-v0 fixtures serve as Golden Path reference inputs; maintain at least one stable safe-call and one malicious-call fixture per bench release. ## Test Commands