Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading