codegraph-brain 0.6.0__py3-none-any.whl → 0.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.1.dist-info}/METADATA +28 -1
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.1.dist-info}/RECORD +5 -5
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.1.dist-info}/WHEEL +0 -0
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.1.dist-info}/entry_points.txt +0 -0
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraph-brain
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: Semantic code graph for AI agents — deterministic FQN resolution, impact analysis and architectural drift gates, exposed over MCP.
|
|
5
5
|
Project-URL: Homepage, https://github.com/zaebee/codegraph-brain
|
|
6
6
|
Project-URL: Repository, https://github.com/zaebee/codegraph-brain
|
|
@@ -124,6 +124,19 @@ cgis impact "my_module.core_function" --depth 5
|
|
|
124
124
|
|
|
125
125
|
---
|
|
126
126
|
|
|
127
|
+
## 🔌 Install as a Claude Code plugin
|
|
128
|
+
|
|
129
|
+
The fastest path — no config files, no paths to wire up:
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
/plugin marketplace add zaebee/codegraph-brain
|
|
133
|
+
/plugin install cgis@codegraph-brain
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
That ships the MCP server, a skill that teaches the agent *when* to query the graph instead of reading files, and `/cgis:ingest` to build the graph on first use. The server is pulled from PyPI on demand via `uvx`, so there is nothing to clone or build.
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
127
140
|
## 🤖 Agent Integration (MCP)
|
|
128
141
|
|
|
129
142
|
CGIS is designed to be plugged into your AI workflow via the **Model Context Protocol (MCP)**. Once running, your agent gains "Superpowers":
|
|
@@ -222,6 +235,20 @@ classDef externalNode fill:#fff3e0,stroke:#e65100,stroke-width:1px,stroke-dashar
|
|
|
222
235
|
|
|
223
236
|
---
|
|
224
237
|
|
|
238
|
+
## 💼 Architecture Audit
|
|
239
|
+
|
|
240
|
+
CGIS is free and you can run it yourself. If you would rather have the analysis than the tool, I run a fixed-price audit of your codebase's structure — authorisation coverage, blast radius, coupling, architectural drift — delivered in five working days.
|
|
241
|
+
|
|
242
|
+
**[Read what's included →](docs/AUDIT.md)** — $2,400 fixed, with an explicit list of what the analysis cannot see.
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## 🔒 Privacy
|
|
247
|
+
|
|
248
|
+
CGIS collects nothing: no telemetry, no analytics, no account. Your code and the graph built from it stay on your machine. See [PRIVACY.md](PRIVACY.md).
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
225
252
|
## 🛠️ Development
|
|
226
253
|
|
|
227
254
|
### Requirements
|
|
@@ -71,8 +71,8 @@ cgis/resolver/symbols.py,sha256=6PNDIgoJ2Mj2xZ4XHpEXwjHe76fi9zvOwF7tAON1GBw,8513
|
|
|
71
71
|
cgis/resolver/uplift.py,sha256=Hkye1q-kI-gKO6GIBYv3gUZj1AC0-_mkpoIpmwVsG4g,9591
|
|
72
72
|
cgis/storage/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
73
|
cgis/storage/sqlite_store.py,sha256=Dkxkl0WDyTakZFfxWuVpYLNHA_H7CMvRkSUvev3MHew,24778
|
|
74
|
-
codegraph_brain-0.
|
|
75
|
-
codegraph_brain-0.
|
|
76
|
-
codegraph_brain-0.
|
|
77
|
-
codegraph_brain-0.
|
|
78
|
-
codegraph_brain-0.
|
|
74
|
+
codegraph_brain-0.7.1.dist-info/METADATA,sha256=RKBQO81Sn7Pk0J0JE_0Qke1FueB17dFZbg2E0z89vlA,13617
|
|
75
|
+
codegraph_brain-0.7.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
76
|
+
codegraph_brain-0.7.1.dist-info/entry_points.txt,sha256=G_ekY569jca0ubm-I3gA9Id9xRj8fc42CDgLgTC-5L4,77
|
|
77
|
+
codegraph_brain-0.7.1.dist-info/licenses/LICENSE,sha256=1X36nOG5VocDaEGzAZqIv7uawy_7sWlFoiwECwx5aBI,1065
|
|
78
|
+
codegraph_brain-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|