Repo Knowledge Graph#
This repo is wired for Graphify plus GitHub/Copilot instructions so future agents can recover the repository shape before editing.
Current graph:
Report:
graphify-out/GRAPH_REPORT.mdGraph JSON:
graphify-out/graph.jsonBrowser view:
graphify-out/graph.htmlAgent constitution (canonical):
AGENTS.mdConductor workspace entry:
CONDUCTOR.mdCursor rule:
.cursor/rules/kahlus-constitution.mdcGitHub/Copilot instructions:
.github/copilot-instructions.md
Local hook setup:
git config core.hooksPath .githooks
graphify update .
The tracked hooks run graphify update . after commits and branch switches. In this Codex worktree, Graphify’s built-in graphify hook install does not work because .git is a pointer file, so the hook scripts live in .githooks/.
Agent rule:
Before architecture/codebase questions, read graphify-out/GRAPH_REPORT.md first. After code changes, run:
graphify update .