Loading TACITUS
Loading TACITUS
Build with capsules
The capsule engine is open source — a Rust workspace with a deterministic compiler, a CLI, published JSON Schemas, and an MCP server. Any MCP-capable agent can build and inspect capsules today.
The format is open and rides MCP and agent-skill rails. The verification layer — review gates, trust tiers, signing — is what we build on top.
Add the dialectica server to Claude Code or Codex, then ask your agent to build a capsule from a folder of your own documents.
# Claude Code claude mcp add dialectica -- cargo run -p dialectica-mcp -- # Codex (config.toml) [mcp_servers.dialectica] command = "cargo" args = ["run", "-p", "dialectica-mcp", "--"] cwd = "/path/to/dialectica"
13 tools, including:
# clone and install the open-source engine git clone https://github.com/sargonxg/A3_DIALECTICAbyTACITUS_v3 dialectica cd dialectica cargo install --path crates/dialectica-cli # build a capsule from your own documents dialectica build-docs --input ./my-documents --out ./my-capsule --type situation # inspect, validate, archive dialectica inspect ./my-capsule dialectica validate ./my-capsule dialectica archive ./my-capsule --out my-first.capsule.zip
Requires Rust 1.81+. Local-first by design: capsule builds run entirely on your machine — documents, review decisions, and output never leave it.
Nine layers, four types, one container format (mimetype-first zip). Canonical in the engine repository.
Exported by dialectica schema-export — manifests, ledgers, contracts, review decisions, registry listings.
A downloadable reference capsule plus one example file per capsule type.