.well-known/code-graph discovery
Look up a repo's code-knowledge graph without parsing the full registry.json. This page is part of the Code-Knowledge-Graph Protocol (CKGP).
Add ?format=json to get the result as inline JSON.
Result —
How this works
- We first check our aggregator index at
/.well-known/repos.json. - If the repo isn't registered here, we probe the producer's own
https://raw.githubusercontent.com/<owner>/<repo>/<branch>/.well-known/code-graph.json. - If neither exists, you can add the repo.
Programmatic alternative for agents:
curl -fsSL https://looptech-ai.github.io/understand-quickly/.well-known/repos.json