codegraph-brain 0.7.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.7.0.dist-info → codegraph_brain-0.7.1.dist-info}/METADATA +16 -2
- {codegraph_brain-0.7.0.dist-info → codegraph_brain-0.7.1.dist-info}/RECORD +5 -5
- {codegraph_brain-0.7.0.dist-info → codegraph_brain-0.7.1.dist-info}/WHEEL +0 -0
- {codegraph_brain-0.7.0.dist-info → codegraph_brain-0.7.1.dist-info}/entry_points.txt +0 -0
- {codegraph_brain-0.7.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.7.
|
|
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
|
|
@@ -133,7 +133,7 @@ The fastest path — no config files, no paths to wire up:
|
|
|
133
133
|
/plugin install cgis@codegraph-brain
|
|
134
134
|
```
|
|
135
135
|
|
|
136
|
-
That ships the MCP server, a skill that teaches the agent *when* to query the graph instead of reading files, and `/cgis
|
|
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
137
|
|
|
138
138
|
---
|
|
139
139
|
|
|
@@ -235,6 +235,20 @@ classDef externalNode fill:#fff3e0,stroke:#e65100,stroke-width:1px,stroke-dashar
|
|
|
235
235
|
|
|
236
236
|
---
|
|
237
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
|
+
|
|
238
252
|
## 🛠️ Development
|
|
239
253
|
|
|
240
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.7.
|
|
75
|
-
codegraph_brain-0.7.
|
|
76
|
-
codegraph_brain-0.7.
|
|
77
|
-
codegraph_brain-0.7.
|
|
78
|
-
codegraph_brain-0.7.
|
|
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
|