Graphify
experimentalplatformsovereign code/artifact knowledge graph via graphify (BYO mesh backend)
pip install chp-adapter-graphifyAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
affectedv1.0.0chp.adapters.graphify.affectedexplainv1.0.0Plain-language explanation of a node and its neighbors from the graph (sovereign, no LLM).
chp.adapters.graphify.explainextractv1.0.0chp.adapters.graphify.extractgod_nodesv1.0.0List the most connected nodes (architectural hubs) — where the codebase concentrates
chp.adapters.graphify.god_nodeslabelv1.0.0chp.adapters.graphify.labelmergev1.0.0chp.adapters.graphify.mergepathv1.0.0Shortest path between two nodes in the graph — how A relates to B (sovereign, no LLM).
chp.adapters.graphify.pathqueryv1.0.0chp.adapters.graphify.queryupdatev1.0.0Incrementally re-extract changed code files into an existing graph (AST-only, offline,
chp.adapters.graphify.update