Expand description
Domain entities and aggregates.
Entities have identity that persists across state changes. Aggregate roots own invariants spanning multiple objects; state transitions happen through their methods, not by mutating fields directly.
Modules§
- ceremony_
commands - The commands
CeremonyCommandwraps, one per file. - ceremony_
events - Payloads of
CeremonyEvent, one per variant.
Structs§
- Agentic
System - One revision of one agentic system design.
- Agentic
System Analysis - A design, the published definitions it pinned, and the checks that compare them.
- Agentic
System Execution - One run of an agentic system.
- Agentic
System Parts - Everything the analysis reads, borrowed once.
- Agentic
System Validation Report - The complete outcome of analysing an agentic system design.
- Audit
Chain - Stateless verification of an ordered journal.
- Audit
Fact - Everything an audit record states before the journal assigns its position.
- Audit
Record - One fact in a ceremony’s audit journal.
- Authorization
Policy - Authorized
Audit Fact - Input that can only be sealed as an authorization-bearing audit record.
- Budget
Ledger - Ceremony
Agent Activity - One globally ordered host assertion in a ceremony’s public activity feed.
- Ceremony
Agent Status - Bounded host-owned status evidence for one logical worker execution.
- Ceremony
Definition - Ceremony
Definition Draft - Ceremony
Event Reader - Reads a sealed payload back as the event its record names.
- Ceremony
Evidence Pack - Ceremony
Instance - Ceremony
Intervention - Context
Item - One structured item inside an external context bundle.
- Context
Reference - Structured reference material associated with a context bundle.
- Context
Summary - Top-level external-context summary for fast orientation.
- Council
- A council owns the set of agent identities that participate in deliberations for its specialty. The membership must be non-empty for the council to be capable of deliberating.
- Council
Journal Record - A durable council fact sealed at one position, returned unchanged on replay.
- Council
Snapshot Provenance - An observed prior data snapshot, with no claims about the events before it.
- Deliberation
- Aggregate root: one deliberation over one task.
- External
Context Bundle - Immutable bounded context handed to a council invocation.
- Metric
Family - One Prometheus metric family and its flattened samples.
- Metric
Sample - One flattened sample from a Prometheus exposition.
- Metrics
Snapshot - One read of an in-process operational metrics registry.
- Proposal
- Authored proposal inside a deliberation.
- Published
Agentic System - A sealed revision of an agentic system, and the digest that says which bytes it is.
- Published
Ceremony Definition - A definition and the digest that identifies its content.
- Ranked
Outcome - A proposal paired with its validation outcome and final rank.
- Statistics
- Operational statistics tracked by MADE.
- Task
- A task submitted to MADE.
- Task
Constraints - Domain configuration that shapes a task’s deliberation.
- Task
Metadata - Causality and contract metadata that travels with a task.
- Validation
Outcome - Aggregate validation outcome for one proposal.
- Validator
Report - A single adapter-defined validator result for one proposal.
Enums§
- Agent
Execution Status - Execution state reported by a host worker, independent of liveness.
- Agent
Liveness - Freshness of the host observation, deliberately separate from execution.
- Agent
Status Source - Provenance of the observation shown to a reader.
- Agent
Usage Kind - Provenance class for a reported consumption value.
- Agentic
System Publication Outcome - Result of idempotently sealing one revision of a design.
- Authorization
Policy Event - Budget
Ledger Event - Ceremony
Agent Activity Kind - Public, bounded progress classification emitted from a host status report.
- Ceremony
Command - A request to change a ceremony, in the terms the aggregate decides.
- Ceremony
Event - A fact a ceremony’s stream can hold, with its full payload.
- Council
Journal Event - Council facts have their own durable order, separate from ceremony events. A saved deliberation is explicitly a snapshot, never an invented phase history.
- Deliberation
Phase - Lifecycle phase of a deliberation aggregate.
- Publication
Outcome - Result of idempotently publishing an immutable ceremony definition.
Constants§
- AUDIT_
RECORD_ SCHEMA_ VERSION - Version of the record’s field set. It participates in the digest, so records written under different shapes cannot be silently mixed into one chain. This is the latest readable shape; records sealed without authorization evidence deliberately remain at version 2.