Skip to content

Architecture

github-actions[bot] edited this page Jun 11, 2026 · 1 revision

Architecture

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.

What's here

  • 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 committed dist/ 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 agentm harness: what each owns and how they compose.

Recent changes

  • 2026-06-11 — Architecture section introduced (wiki-section-taxonomy dogfood); plugins/ folded in as the first component, four more components added.

See also

Reference · How-to · Home

Clone this wiki locally