You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**A matrix correction.** A row that claims more than the agent does is the bug this project
284
+
exists to prevent; the [matrix correction](https://github.com/open-coder-ai/agentseam/issues/new?template=matrix_correction.md)
285
+
template is for exactly that.
286
+
-**Bugs and docs.** Issues and PRs welcome. `pytest -q` and `ruff check .` are the whole
287
+
local loop, the runtime path stays stdlib-only, and every commit is signed off
288
+
(`git commit -s`).
289
+
260
290
## Design
261
291
262
292
-**stdlib only.** No dependencies, ever, in the adapter path — adapters must stay
@@ -271,4 +301,18 @@ capability research is done and each is a config entry plus a matrix row.
271
301
[ARCHITECTURE.md](ARCHITECTURE.md) explains why those choices, what they cost, and the bug
272
302
classes they exist to prevent.
273
303
304
+
## Part of the open-coder-ai family
305
+
306
+
Everything under [open-coder-ai](https://github.com/open-coder-ai) is built on one rule: a claim must match a
307
+
mechanism. Where this repository sits among the others:
308
+
309
+
| Repository | What it is |
310
+
| :--- | :--- |
311
+
|[chock](https://github.com/open-coder-ai/chock)| The framework: write a policy once, enforce it on git hooks, CI, and every agent |
312
+
|[chock-catalog](https://github.com/open-coder-ai/chock-catalog)| The policies, each graded by what it actually enforces |
313
+
|[context-report](https://github.com/open-coder-ai/context-report)| A signed report format for whether a plugin, hook, skill or `AGENTS.md` actually works |
314
+
|[chock-threat-intel](https://github.com/open-coder-ai/chock-threat-intel)| A weekly, human-reviewed threat digest scored against the catalog |
315
+
|[chock-claude-plugins](https://github.com/open-coder-ai/chock-claude-plugins) · [copilot](https://github.com/open-coder-ai/chock-copilot-plugins) · [cursor](https://github.com/open-coder-ai/chock-cursor-plugins) · [codex](https://github.com/open-coder-ai/chock-codex-plugins)| The catalog compiled into each client's native plugin format; generated only, rebuilt and diffed in CI |
316
+
|[chock-quickstart](https://github.com/open-coder-ai/chock-quickstart) · [chock-example](https://github.com/open-coder-ai/chock-example)| Template repositories: exactly what `chock init` leaves behind, and a working adoption with one policy per layer |
0 commit comments