-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
github-actions[bot] edited this page Jun 11, 2026
·
1 revision
The structural component map — how crickets is built. Five components, each a folder under architecture/. These pages link out to Reference for the field-level detail rather than duplicating it.
- Plugins — the shipped plugins (developer-workflows · developer-safety · code-review · github-ci · wiki-maintenance · pii) and what each contains.
-
Customization model — the primitive types (skills · commands · agents · hooks · …) and the
enhances:soft-composition model that lets plugins layer. -
Build & distribution — how
src/is generated into committeddist/native host plugins and shipped (bootstrap · marketplace ·--plugin-dir). - Host adapters — the per-host surface mapping (Claude Code · Antigravity) and where each primitive lands.
-
Harness interface ↔ Agent M — the seam between this toolkit and the sibling
agentmharness: what each owns and how they compose.
-
2026-06-11 — Architecture section introduced (wiki-section-taxonomy dogfood);
plugins/folded in as the first component, four more components added.