ggen-dod 3.2.0

Definition of Done: Type-safe observation system, deterministic kernel, provenance tracking, and MAPE-K autonomic governance
docs.rs failed to build ggen-dod-3.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ggen-dod-5.0.2

ggen-dod: The Definition of Done

This crate implements the complete Definition of Done specification for ggen, ensuring it operates as a closed-world, autonomic substrate without human arbitration in the critical path.

Core Systems

  • O (Observations): Type-safe observation model with schema validation
  • Σ (Contracts): Versioned ontology and contract system with invariant enforcement
  • Q (Invariants): Hard-blocking constraint checks
  • μ (Kernel): Deterministic decision kernel with timing guarantees (τ ≤ 8)
  • Γ (History): Immutable receipt and audit trail system
  • ΔΣ (Evolution): Doctrine-aligned schema changes with proofs
  • MAPE-K (Autonomy): Monitor-Analyze-Plan-Execute-Knowledge loop

Guarantees

  • Determinism: μ(O) produces identical A across all executions for fixed O, Σ*, Γ
  • Idempotence: μ ∘ μ = μ for all idempotent operations
  • Closed-world: All decisions derivable from O, Σ, Q, Γ (proven by decision closure checker)
  • Provenance: Every action has cryptographically signed receipt
  • Timing: Performance guarantees (τ ≤ 8ms) enforced at compile and runtime