v3/@claude-flow/guidance/docs/INDEX.md
Conceptual explanations of how each system works.
| Guide | Description |
|---|---|
| Getting Started | Installation, minimal setup, core loop |
| Architecture Overview | 7-layer architecture, data flow, module map |
| Multi-Agent Security | Threat detection, collusion, quorum, trust |
| Capabilities and Trust | Permission algebra, trust accumulation, authority |
| Knowledge Management | Uncertainty, temporal assertions, truth anchors |
| WASM Kernel | Building, using, and benchmarking the Rust WASM kernel |
Step-by-step walkthroughs for specific tasks.
| Tutorial | Description |
|---|---|
| Enforcement Gates | Wire gates to block destructive ops and secrets |
| ContinueGate | Prevent runaway agent loops |
| Proof & Audit Trail | Create tamper-evident audit trails |
| CI/CD & Headless Testing | Automated compliance testing |
| Document | Description |
|---|---|
| API Quick Reference | All exports, methods, and types |
| Diagram | Description |
|---|---|
| System Diagrams | 10 Mermaid diagrams: architecture, pipelines, decision trees |
| ADR | Title |
|---|---|
| G001 | Guidance Control Plane |
| G002 | Policy Compilation |
| G003 | Shard Retrieval |
| G004 | Enforcement Gates |
| G005 | Run Ledger and Evaluators |
| G006 | Rule Evolution Pipeline |
| G007 | Hook Integration |
| G008 | Persistent Ledger |
| G009 | Headless Testing |
| G010 | Deterministic Tool Gateway |
| G011 | Artifact Ledger |
| G012 | Evolution Pipeline |
| G013 | Manifest Validator |
| G014 | Cryptographic Proof Chain |
| G015 | Memory Write Gate |
| G016 | Coherence Scheduler |
| G017 | Capability Algebra |
| G018 | Conformance Kit |
| G019 | RuvBot Integration |
| G020 | Meta-Governance |
| G021 | Adversarial Model |
| G022 | Trust System |
| G023 | Truth Anchors, Uncertainty, Temporal |
| G024 | Authority Gate and Irreversibility |
| G025 | WASM Policy Kernel |