This commit is contained in:
lolwierd
2026-04-27 11:50:41 +05:30
commit 248cff41d3
5 changed files with 371 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "@excloud-in/exc-safety",
"version": "0.1.0",
"description": "Permission gate for exc CLI commands in pi — enforces the same safety model as the Excloud console agent backend",
"keywords": ["pi-package", "excloud", "exc", "safety", "permissions"],
"license": "MIT",
"author": "Excloud",
"repository": {
"type": "git",
"url": "https://github.com/excloud-in/exc-safety"
},
"pi": {
"extensions": ["./exc-safety.ts"]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*"
}
}