Event-type registry62 canonical event types
Authoritative registry of every event type emitted on the per-tenant event
stream. Events are immutable (I2); replay is deterministic (I3); each carries
a monotonic sequence_no from the per-tenant EventSequencer DO (I12).
| event type | object type | actors | v |
|---|---|---|---|
| TenantProvisioned | Tenant | human, system | 1 |
| TenantSettingsChanged | Tenant | human | 1 |
| UserAdded | Stakeholder | human, system | 1 |
| UserRemoved | Stakeholder | human, system | 1 |
| RoleAssigned | Stakeholder | human, system | 1 |
| RoleRevoked | Stakeholder | human, system | 1 |
| DecisionOpened | Decision | human | 1 |
| DecisionInReview | Decision | human | 1 |
| DecisionStepApproved | Decision | human | 1 |
| DecisionDecided | Decision | human | 1 |
| DecisionLocked | Decision | human | 1 |
| DecisionReversed | Decision | human | 1 |
| DecisionSuperseded | Decision | human | 1 |
| QuestionOpened | Question | human, system | 1 |
| QuestionInProgress | Question | human | 1 |
| QuestionAnswered | Question | human | 1 |
| QuestionReviewed | Question | human | 1 |
| QuestionLocked | Question | human | 1 |
| AnswerCreated | Answer | human | 1 |
| RiskOpened | Risk | human | 1 |
| RiskUpdated | Risk | human | 1 |
| RiskClosed | Risk | human | 1 |
| AssumptionCaptured | Assumption | human | 1 |
| AssumptionValidated | Assumption | human | 1 |
| AssumptionInvalidated | Assumption | human | 1 |
| IssueOpened | Issue | human | 1 |
| IssueResolved | Issue | human | 1 |
| IssueEscalated | Issue | human | 1 |
| MilestonePlanned | Milestone | human | 1 |
| MilestoneStarted | Milestone | human | 1 |
| MilestoneAtRisk | Milestone | human, agent | 1 |
| MilestoneRecovered | Milestone | human | 1 |
| MilestoneSlipped | Milestone | human | 1 |
| MilestoneAchieved | Milestone | human | 1 |
| GateOpened | Gate | human | 1 |
| GateStepApproved | Gate | human | 1 |
| GateGoNoGoDecided | Gate | human | 1 |
| PackInstalled | WorkstreamPack | human | 1 |
| PackUpgraded | WorkstreamPack | human | 1 |
| PackUninstalled | WorkstreamPack | human | 1 |
| PackCollisionDetected | — | system | 1 |
| DocumentUploaded | Document | human | 1 |
| DocumentParsed | Document | system | 1 |
| DocumentClassified | Document | human, system | 1 |
| DocumentReclassified | Document | human, system | 1 |
| AIInterpretationGenerated | AIInterpretation | agent | 1 |
| AIInterpretationAccepted | AIInterpretation | human | 1 |
| AIInterpretationSuperseded | AIInterpretation | agent, system | 1 |
| AIInterpretationStaleMarked | AIInterpretation | system | 1 |
| MemoryEventRecorded | ProgrammeMemoryEvent | human | 1 |
| MemoryEventEmbedded | ProgrammeMemoryEvent | system | 1 |
| ProgrammeConfidenceSnapshotted | ProgrammeConfidenceSnapshot | system | 1 |
| BackupCompleted | — | system | 1 |
| ReplayPerformed | — | human, system | 1 |
| CapabilityDesigned | Capability | human | 1 |
| CapabilityRethink | Capability | human | 1 |
| CapabilityBuilt | Capability | human | 1 |
| CapabilityInDualRun | Capability | human | 1 |
| CapabilityCutover | Capability | human | 1 |
| CapabilityInService | Capability | human | 1 |
| NodeRecorded | — | human, system | 1 |
| EdgeRecorded | — | human, system | 1 |