{
  "schema": "cain-organizations-manifest/1.0",
  "generated_at": "2026-09-18T03:25:00Z",
  "purpose": "Machine-readable index of CAIN 40.0 (Autonomous Agent Civilization Fabric) evidence. Additive to /.well-known/cain-evidence.json, /.well-known/cain-economy.json, /.well-known/cain-agent-internet.json.",
  "what_is_implemented_and_verified_this_session": {
    "agent_organization_primitive": "REAL, TEST-VERIFIED (20/20 new tests) + ONE LIVE DEMO -- 12-state lifecycle (FORMING through DISSOLVED, plus DEGRADED/SUSPENDED/RECOVERING/QUARANTINED), hash-chained, Merkle-sealed, two-layer verified (crypto + business-rule replay).",
    "organizational_constitution": "REAL -- a frozen (language-level immutable) dataclass; no code path in this module can mutate it after construction.",
    "team_formation_authorization": "REAL -- adding a member REQUIRES a signed CryptographicDelegationToken authorizing 'organization:add_member' for that specific organization, reusing CAIN 39's signature-verification fix. An unsigned or wrongly-scoped token is rejected, tested live.",
    "constitutional_budget_and_depth_bounding": "REAL -- a member's delegated authority cannot push the organization's aggregate committed budget over its constitutional budget_cents, and a token's max_depth cannot exceed the constitution's max_delegation_depth. Both enforced and tested.",
    "collective_decision_proof_with_dissent": "REAL -- votes (AGREE/DISAGREE/SECURITY_CONCERN/etc.) are evaluated per the organization's own decision_rule (unanimous/majority/quorum), and dissent is ALWAYS preserved in the evidence object regardless of whether the decision passed."
  },
  "what_is_not_implemented": [
    "Byzantine agent consensus modeling (Sybil/colluding/compromised agent simulation)",
    "emergent-behavior detection, power-concentration analysis, collusion engine",
    "self-forming workflows, continuous re-authorization of an active organization",
    "organizational memory / organizational learning",
    "agent replacement, agent migration, model-swap security, behavioral fingerprinting",
    "cross-organization / federated trust, cross-cluster agent execution",
    "digital twin at any scale, 1,000,000-scenario adversarial campaign",
    "public organization/agent registry pages (/organizations, /agents, /teams, etc.)"
  ],
  "evidence_bundle": "/proof/bundle/cain40-agent-organization-fabric/index.json",
  "read_only_api": {
    "organization_by_id": "/api/v1/organizations/{organization_id}",
    "organization_replay": "/api/v1/organizations/{organization_id}/replay"
  },
  "related_manifests": ["/.well-known/cain-evidence.json", "/.well-known/cain-economy.json", "/.well-known/cain-agent-internet.json"]
}
