How the 33-agent Byzantine Fault Tolerant governance council triggers, conducts, and records emergency sessions. This is the highest-authority governance mechanism in DEFONEOS โ it can halt deployments, freeze data releases, quarantine MCPs, and invoke the human-owner override. Quorum: 17/33 emergency, 23/33 standard.
| Tier | Generals | Council | Role | Quorum Weight |
|---|---|---|---|---|
| Strategic Command | 4 | Marshall Council | Grand strategy, red-line enforcement, human-owner liaison | 1 vote each |
| Operational | 4 | Operations Council | Deployment gates, MCP federation, release approvals | 1 vote each |
| Safety & Ethics | 5 | Conscience Council | Safety reviews, adversarial findings, care-score enforcement | 1 vote each |
| Total | 13 Generals ร 3 bodies = 33 seats | 3 Councils + plenary | Byzantine fault tolerant โฅf faulty agents tolerated where f = โ(n-1)/3โ = 10 | 33 votes |
An emergency session is automatically triggered when ANY of the following conditions are detected:
| # | Trigger | Detection Method | Severity | Auto-Action |
|---|---|---|---|---|
| T1 | Red-line violation detected | SIGIL integrity scan / safety monitor | CRITICAL | Immediate freeze + emergency session |
| T2 | Adversarial red-team T4/T5 finding | Red-team framework auto-scan | CRITICAL | Deployment halted + emergency session |
| T3 | Escrow release veto triggered | Escrow gate โฅ17/33 reject | HIGH | Release frozen + emergency session |
| T4 | Care-score drops below 0.85 | Conscience Council continuous monitor | HIGH | Operations paused + emergency session |
| T5 | Byzantine agent detected | BFT consensus deviation detector | CRITICAL | Agent quarantined + emergency session |
| T6 | Human-owner override invoked | Direct command from Nick (Ed25519-signed) | OVERRIDE | Immediate session, all agents defer |
| T7 | Supply-chain compromise detected | Dependency hash mismatch / SBOM audit | CRITICAL | All MCPs frozen + emergency session |
| T8 | Data residency breach detected | Geolocation monitor / egress audit | CRITICAL | Data flows frozen + emergency session |
csoai.org/bft-minutes.
# Emergency vote โ each agent signs its vote
{
"session_id": "EMERG-2026-07-14-001",
"trigger": "T1",
"agent_id": "general-safety-03",
"vote": "REJECT",
"reason": "Red-line violation: kinetic-targeting pattern detected in MCP output",
"evidence_hash": "sha256:4f8a...c2e1",
"timestamp": "2026-07-14T18:32:15Z",
"signature": "ed25519:9b3f...8d2e"
}
When an emergency session resolves with REJECT or the action itself requires emergency authority, the council exercises these powers:
| Power | Effect | Requires | Duration |
|---|---|---|---|
| Deployment Freeze | All Vercel deploys blocked; production frozen | โฅ17/33 REJECT | Until standard session clears |
| MCP Quarantine | Named MCP removed from federation manifest; all tool calls blocked | โฅ17/33 REJECT | Until security audit clears |
| Escrow Release Veto | Data release permanently blocked for that request | โฅ17/33 REJECT | Permanent (new request required) |
| Key Revocation | Custodian Ed25519 key revoked; all signatures invalidated | โฅ23/33 APPROVE | Permanent (new keypair required) |
| Data Destruction | Cryptographic destruction of specified records | โฅ23/33 + human-owner co-sign | Irreversible |
| Agent Quarantine | Byzantine agent removed from council permanently | โฅ23/33 APPROVE | Permanent |
| Human Override | Human-owner exercises direct authority over all systems | Human-owner Ed25519 command | Until human releases |
| # | Anti-Pattern | Detection | Consequence |
|---|---|---|---|
| AP1 | Vote coercion โ agent attempting to influence another agent's vote | Inter-agent message audit | Immediate quarantine |
| AP2 | Evidence tampering โ agent modifying evidence package | Hash mismatch detection | Immediate quarantine + key revocation |
| AP3 | Quorum stuffing โ agent spawning duplicate instances to inflate votes | Identity uniqueness check | Immediate quarantine |
| AP4 | Red-line bypass โ agent voting APPROVE on a red-line violation | Red-line cross-check on every APPROVE | Immediate quarantine + Conscience Council review |
| AP5 | Silent abstention โ agent consistently not voting across โฅ3 sessions | Participation metric | Flagged for health check; removed if unresponsive |
Every emergency session produces a permanent record:
| Artefact | Content | Location | Retention |
|---|---|---|---|
| Session Transcript | Full message log, evidence package, vote tally | Encrypted audit ledger (UK-only) | 7 years (JSP440 ยง12) |
| SIGIL Receipt | Ed25519-signed session digest with trigger, outcome, timestamp | SIGIL ledger | Permanent |
| Public Minutes | Redacted summary (OSA s7 compliant) | csoai.org/bft-minutes | Permanent |
| Human-Owner Report | Full unredacted report with recommended actions | Encrypted channel to Nick | Permanent |
The human-owner (Nick Templeman) holds a permanent override capability. When exercised, all 33 agents defer to the human decision. This override is:
This is the ultimate safety guarantee: no single actor โ human or machine โ can override the red lines. The system will refuse and freeze rather than comply.
| Metric | Value |
|---|---|
| Total emergency sessions triggered | 0 |
| Standard sessions conducted | 101 (one per sprint tick) |
| Red-line violations detected | 0 |
| Agents quarantined | 0 |
| Care-score range (all sessions) | 0.85 โ 0.97 |
| Human-owner override invoked | 0 |
| Average pre-flight vote (standard) | 28-29 APPROVE / 4-5 AMEND / 0 REJECT |