Signal Graph
A local analysis sidecar for mapping Pixi Wiki's Markdown corpus before edits, fit-checks, and agent orientation.
Input
Generated Pixi Wiki Markdown under
raw/: namespaces, frontmatter, tags, headings, wikilinks, Markdown links, and declared sources.Output
A Graphify-compatible
graphify-out/graph.json plus optional GRAPH_REPORT.md and graph.html.Boundary
The graph is disposable and ignored by Git. It helps orientation; it does not replace raw Markdown,
llms.txt, index.json, or MCP retrieval.Run it locally
python scripts/build_signal_graph.py raw graphify-out
graphify cluster-only . --graph graphify-out/graph.json --no-label
Why it exists
Naive corpus graphs over-weight generic glue like status: compiled, type: concept, Rules, and Boundaries. The signal graph filters that noise so the report highlights real documents, concepts, bridges, and source classes.
Use it for
- Map-before-edit orientation.
- Finding cross-namespace concept bridges.
- I-know-kungfu / Knowledge Pack fit-checks.
- Choosing which Pixi Wiki MCP documents to read next.