codegraph-brain 0.6.0__py3-none-any.whl → 0.7.0__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.0.dist-info}/METADATA +14 -1
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.0.dist-info}/RECORD +5 -5
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.0.dist-info}/WHEEL +0 -0
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.0.dist-info}/entry_points.txt +0 -0
- {codegraph_brain-0.6.0.dist-info → codegraph_brain-0.7.0.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.0
|
|
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":
|
|
@@ -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.0.dist-info/METADATA,sha256=TTXupsSeQHufToM1kFPKPBlBXBPI4wvv5OQYbSBiyiA,13029
|
|
75
|
+
codegraph_brain-0.7.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
76
|
+
codegraph_brain-0.7.0.dist-info/entry_points.txt,sha256=G_ekY569jca0ubm-I3gA9Id9xRj8fc42CDgLgTC-5L4,77
|
|
77
|
+
codegraph_brain-0.7.0.dist-info/licenses/LICENSE,sha256=1X36nOG5VocDaEGzAZqIv7uawy_7sWlFoiwECwx5aBI,1065
|
|
78
|
+
codegraph_brain-0.7.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|