mirror of
https://github.com/wassname/pi-dynamic-context-pruning.git
synced 2026-06-27 17:16:28 +08:00
38 lines
828 B
JSON
38 lines
828 B
JSON
{
|
|
"name": "@complexthings/pi-dynamic-context-pruning",
|
|
"version": "1.0.4",
|
|
"description": "PI coding agent extension — Dynamic Context Pruning (DCP)",
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi-extension",
|
|
"coding-agent",
|
|
"dynamic-context-pruning",
|
|
"dcp",
|
|
"context",
|
|
"pruning"
|
|
],
|
|
"type": "module",
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
},
|
|
"author": {
|
|
"name": "Greg",
|
|
"email": "greg.harvell@complexthings.com",
|
|
"url": "https://github.com/complexthings"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/complexthings/pi-dynamic-context-pruning.git"
|
|
},
|
|
"dependencies": {
|
|
"jsonc-parser": "^3.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"@mariozechner/pi-tui": "*",
|
|
"@sinclair/typebox": "*"
|
|
}
|
|
}
|