Wiring Query

Thin deterministic Python skill that reads `.wiring/latest.json` and returns narrow slices for agent consumption. Four operations — `impact(symbol)` and `subgraph_for_llm(anchors)` (v1), plus `intent_of(component)` and `flow_intent(flow_id)` (v1.1, S032). No LLM calls anywhere. Snapshot is cached in-process for subsequent calls within a single subprocess. Deterministic BFS with cycle detection; anchor fuzzy-match suggestions when not found; token/edge-budget truncation. Invoked by bob, by evo (DRIFT_SURFACED phase), by integration-flow-testing@1.1, or directly from CLI.

joogy06 40a48e3 11 files · 64.0 KB Updated

File contents

joogy06/agent-foundry/tree/main/skills/wiring-query commit 40a48e3104

Frequently asked questions

npx skillmds@latest add joogy06/wiring-query