From 6f2943c7904d6da7e2dc11c212caaeda328c5733 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 23 Sep 2026 19:53:41 +0000 Subject: [PATCH] docs: the catalog holds 42 policies, not 39 The ecosystem table's count was last true three policies ago; the catalog's own README badge reads 42. README.md is not regenerated by publish, so this does not drift back on the next build. Co-Authored-By: Claude Opus 5 Signed-off-by: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e13c4..edda5c0 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ SHA. The tag names the release; the SHA is what holds the reviewed bytes still. |---|---| | [agentseam](https://github.com/open-coder-ai/agentseam) | the primitives — one handler API and a verified capability matrix across 16 agents | | [chock](https://github.com/open-coder-ai/chock) | the compiler — one policy into git hooks, CI gates and native pre-tool hooks | -| [chock-catalog](https://github.com/open-coder-ai/chock-catalog) | the policies — 39, each labelled enforced or advisory, with replayed evals | +| [chock-catalog](https://github.com/open-coder-ai/chock-catalog) | the policies — 42, each labelled enforced or advisory, with replayed evals | | [context-report](https://github.com/open-coder-ai/context-report) | the evidence — a signed report of whether an agent artifact actually works | | [chock-threat-intel](https://github.com/open-coder-ai/chock-threat-intel) | the threat ledger the catalog's policies answer to | | chock-{claude,cursor,copilot,codex}-plugins | the catalog, packaged for each agent's plugin format (generated) |