Kits

A kit is an installable domain: the entity types, governed relationships, named queries, and workflows for a slice of the real world, declared in one config. Domain kits compose over the operating base; reference states are published releases you consume as a read-only foundation.

Agent Operation

operating base

Agent-native operation state for coordinating human and agent work over one or more durable domain ontologies. Models the operating layer: work, reviews, decisions, risks, open questions, actors, lifecycle, blockers, dependencies, composition, lineage, and optional references out to domain state. Not a domain model, ticketing clone, document inventory, workflow catalog, or memory store.

8 types · 17 queries · 3 guards

$ init --kit agent-operation

agent-operation

Domain kits

Agent Release

kit

Agent release domain overlay composed over the agent-operation base kit. The base supplies the operating layer (Actor, WorkItem, ReviewRequest, Decision, Risk, OpenQuestion, StateNote plus their ownership, review-gate, work-axis, and governed-judgment relationships, queries, guards, and checks). This overlay adds the agent release DOMAIN: agent systems, their versions, eval suites, and receipted eval runs — and one hard gate: an AgentVersion cannot be promoted to live without an accepted, passing, certifying EvalRun.

4 types · 6 queries · 1 guards

$ init --kit agent-operation --kit agent-release

agent-release

Case Law Monitoring

kit

Case-law monitoring domain overlay composed over the agent-operation base. The corpus layer is real public law: opinions, courts, judges, statutes, and the citation graph (CourtListener-sourced, digest-pinned seed; live refresh via a utility fetch). The firm layer is the practice: clients, matters, arguments, filings, deadlines, case outcomes. Governed edges carry the legal judgments an attorney reviews: holdings, statutory interpretations, citation treatment, argument support/risk, matter impact, filing obligations.

12 types · 21 queries · 20 workflows

$ init --kit agent-operation --kit case-law-monitoring

case-law-monitoring

KEV Triage

kit

Local of the KEV reference world model for internal vulnerability triage. The reference layer (Vendor, Product, Vulnerability) comes from public feeds and is read-only. This overlay adds internal assets, services, controls, and the accepted judgment relationships that link public vulnerabilities to internal operational impact.

7 types · 7 queries · 5 workflows

$ state create-overlay --state-ref kev-reference --kit kev-triage

kev-triage

Project Domain

kit

Project/product domain overlay composed over the agent-operation base kit. The base supplies the operating layer (Actor, SubjectRef, WorkItem, ReviewRequest, Decision, Risk, OpenQuestion, StateNote plus their ownership, review-gate, work-axis, governed-judgment, and subject-ref relationships, queries, guards, and checks). This overlay adds the project/product DOMAIN: roadmap items, release lines, and milestones as typed entities, product areas and capabilities as lightweight tag-role classification, and the domain-internal plus seam relationships that connect operation entities to domain structure. It composes the project/product domain on top of the agent-operation base. Markdown docs, plans, chats, review reports, and transcripts remain source evidence for proposals; they are not modeled as entities here.

5 types · 11 queries

$ init --kit agent-operation --kit project-domain

project-domain

Supply Chain Blast Radius

kit

Supply-chain incident blast-radius domain overlay composed over the agent-operation base. Deterministic base world of suppliers, components, assemblies (recursive BOM), products, and shipments — the launch seed is a real open-hardware BOM with fictional suppliers in real geographies. Incidents arrive as entities and cascade through three staged governed workflows: incident -> supplier -> component/direct assembly. Product and shipment risk are derived context surfaces over accepted upstream impacts, BOM structure, buffers, and shipment state — never direct incident-product edges. Governed edges are rule-centric (bucket signatures carry the cascade rule, not the incident), so trust accumulates on rules across incidents. Operating-layer seams: work items address incidents; risks attach to suppliers through the governed path.

9 types · 30 queries · 13 workflows

$ init --kit agent-operation --kit supply-chain-blast-radius

supply-chain-blast-radius

Reference states

Published, versioned state releases. You don't install these: you consume them as the read-only base of an overlay, and your local judgment composes on top.