mirror of
https://github.com/wassname/pi-dynamic-context-pruning.git
synced 2026-06-27 17:31:11 +08:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@complexthings/pi-dynamic-context-pruning",
|
||||
"version": "1.0.0",
|
||||
"description": "PI coding agent extension — Dynamic Context Pruning (DCP)",
|
||||
"type": "module",
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./index.ts"
|
||||
]
|
||||
},
|
||||
"author": {
|
||||
"name": "Greg",
|
||||
"email": "greg.harvell@complexthings.com",
|
||||
"url": "https://github.com/complexthings"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": ""
|
||||
},
|
||||
"dependencies": {
|
||||
"jsonc-parser": "^3.3.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user