-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "pi-codegraph-fix",
"version": "1.1.1",
"description": "Pi coding agent extension that wires codegraph as an MCP sidecar — with ctx.cwd fix for cross-project sessions",
"keywords": [
"pi-package",
"codegraph",
"code-intelligence",
"mcp",
"knowledge-graph"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GDWhisper/pi-codegraph-fix"
},
"files": [
"extensions/",
"README.md",
"README.zh.md"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"typebox": "*"
},
"pi": {
"extensions": [
"./extensions/index.ts"
]
}
}