Conducks
CONDUCKSPROTOCOL
9 Domains · 33 CLI Commands · 9 MCP Tools

Full Structural
Intelligence

Every command is a precision instrument. Every metric is derived from your actual graph — not heuristics, not approximations.

9,230+
Nodes per pulse
61,352+
Edges per pulse
14
Tree-sitter grammars
+2,600%
Gnosis edge recovery
Domain
01
Analysis

Full structural pulse via Wasm Tree-sitter, DuckDB graph persistence, and multi-core Map-Reduce. Processes 9,230 nodes and 61,352 edges in 9 seconds. Real-time FS monitoring via MicroPulseService for sub-second re-induction on file change.

conducks analyzeconducks statusconducks watchconducks context
9,230 nodes · 61,352 edges · 9s
Domain
02
Discovery

Symbol lookup by fuzzy match or regex against the Atom Map. Returns canonical FQN IDs. Named template mode exposes 19 pre-built SQL templates. Filter mode provides a typed builder — agents never write raw SQL.

conducks queryconducks listconducks entry
19 named query templates
Domain
03
Behavioral Tracing

Weighted Dijkstra pathfinding between any two symbols. Edge weights: call=1.0, import=0.7, inheritance=1.2, db_write=1.5, pub_sub=1.3. Bidirectional blast radius with hop distance and risk score per path.

conducks traceconducks impactconducks flows
5 edge-weight types
Domain
04
Metrics

6-signal composite risk decomposition: Gravity (PageRank), Complexity (cyclomatic), Entropy (Shannon authorship), Churn (commit frequency), FanOut (outbound edges), Debt (marker count). BFS-based test coverage mapping traces from test nodes to production symbols.

conducks explainconducks entropyconducks cohesion
6-signal risk formula
Domain
05
Governance

Sentinel integrity checks: circular dependency detection via Tarjan SCC, god object detection, orphan export identification. Custom rules via sentinel.json. Longitudinal audit via windowed SQL (LAG + AVG OVER PARTITION). Co-Change Engine surfaces Architectural Lies — files that change together but have no structural edge.

conducks auditconducks fallbackconducks adviseconducks verifyconducks guard
Tarjan SCC · custom sentinel rules
Domain
06
Evolution

Graph-Verified Refactoring: atomically renames a symbol across all proven callers via IMPORTS + CALLS traversal with rollback on failure. Chronoscopic structural diff between any two pulse IDs. Longitudinal drift analysis tracks entropy spikes and architectural decay.

conducks renameconducks pruneconducks diffconducks drift
Atomic rename · rollback on failure
Domain
07
Intelligence

Cross-repo structural similarity via topological signatures. DAAC Clustering groups files into functional communities (Auth, Billing, Core) by combining call-density graph relationships with directory proximity. Co-Change Engine formula: NCoChange(i,j) = Commits(i,j) / sqrt(Commits(i) · Commits(j)).

conducks resonanceconducks query —template
DAAC community clustering
Domain
08
Visual

Real-time Kinetic Mirror dashboard at port 3333. Force-directed graph with Photon Path focusing, adaptive semantic scaling (namespace labels always visible, symbol labels at zoom ≥ 1.2), Nearest Visible Parent edge promotion, and Neon Glass sidebar. Skeleton & Meat: topology in RAM, full metadata on-click.

conducks mirrorconducks visualizeconducks blueprintconducks context-gen
Force-directed · port 3333
Domain
09
System & Federation

MCP JSON-RPC server with HyperToon registry and live tool description loading — updating docs auto-updates agent understanding without restart. Federated linking via Additive Hydration merges multiple synapses without overwriting. Verified: 5,000 foundation nodes merged into a 1,624-node target (6,624 total).

conducks mcpconducks linkconducks setupconducks bootstrap-docsconducks clean
6,624 federated nodes verified

9 Unified MCP Tools

All agent interactions go through these tools. No raw SQL. No filesystem access. Pure structural intelligence over JSON-RPC.

ToolDomainCapabilities
conducks_statusAnalysisHotspots, structural pillars, entry points, layer distribution, anomaly summary
conducks_queryDiscoverySymbol lookup, namespace scoping, template mode (19 templates), filter mode
conducks_explainMetrics6-signal risk decomposition, bus factor, staleness, commit entropy
conducks_impactKineticBlast radius upstream/downstream, hop distance, risk-by-path
conducks_traceKineticPathfinding, execution circuits, data flow chains via PULSES_TO edges
conducks_auditGovernanceSentinel checks, cycle detection, god objects, Architectural Lies, archeology mode
conducks_evolutionEvolutionGVR rename, structural diff by pulse ID, drift analysis
conducks_systemSystemArchitecture context generation, installer, multi-workspace federation
conducks_linkFederationFederated repo linking, cross-synapse edge resolution, Additive Hydration
← Back to Overview