Structural QA

Use to answer a question about how THIS harness is wired — "what enforces / guards X", "how does Y work", "what depends on Z / what breaks if I change it", "is there a path from A to B", "what's orphaned or load-bearing", "which spec governs FILE". Answer by traversing the cartograph graph (cartograph/extract.py --query / --context), citing the file each result names (Read it to pin the line), NOT by grepping. The harness is wired by lifecycle triggers + settings.json + /cmd pointers, which an import-grep misses but the graph models. Read-only.

GhostlyGawd 7450f6b 4.6 KB Updated

File contents

GhostlyGawd/recursive-harness/tree/main/skills/structural-qa commit 7450f6bce6

Frequently asked questions

npx skillmds@latest add ghostlygawd/structural-qa