Expand description
Core modules for Decapod’s control plane and methodology enforcement.
This is the foundation of Decapod’s runtime. All core subsystems and shared primitives live here.
Modules§
- ansi
- assets
- Embedded constitution and template assets.
- assurance
- auth
- broker
- Database broker for serialized state access (The Thin Waist).
- capsule_
policy - cloud_
backend - constitution_
cli - Constitution CLI for accessing embedded methodology.
- constitution_
schema - container_
runtime - context_
capsule - coplayer
- db
- Database connection and initialization utilities.
- docs
- docs_
cli - Documentation CLI for accessing embedded constitution.
- error
- Error types for Decapod operations.
- external_
action - flight_
recorder - Governance Flight Recorder
- gatekeeper
- Gatekeeper Safety Gates
- group_
broker - interview
- Interview engine for spec/architecture/security/ops generation
- mentor
- Obligations Engine - Mentor/Babysitter for Agents
- migration
- Version detection and automatic migration system.
- obligation
- Governance-native obligation graph for cross-session coordination.
- output
- Compact output rendering helpers for CLI surfaces.
- plan_
governance - pool
- SQLite connection pool with read/write separation and retry logic.
- project_
specs - proof
- repomap
- Repository map generation for agent onboarding.
- rpc
- Decapod RPC Interface
- scaffold
- Project scaffolding for Decapod initialization.
- schemas
- Centralized database schema definitions for all Decapod consolidated bins.
- standards
- Standards resolution system
- state_
commit - storage
- store
- Store abstraction for Decapod’s state management.
- time
- Shared timestamp/event helpers for deterministic envelopes.
- todo
- trace
- ulid
- Minimal ULID generator — no external dependencies.
- validate
- Intent-driven methodology validation harness.
- workspace
- Workspace management with Git Worktree and Docker isolation
- workunit