decapod 0.47.21

Decapod is the daemonless, local-first control plane that agents call on demand to align intent, enforce boundaries, and produce proof-backed completion across concurrent multi-agent work. 🦀
Documentation
1
2
3
4
5
6
7
8
9
//! Constitution-aligned code routing layer.
//!
//! This namespace mirrors `constitution/` so agent tooling can map runtime code
//! surfaces to methodology contracts with stable paths.

pub mod core;
pub mod interfaces;
pub mod methodology;
pub mod specs;