Add 5 pi extensions: pi-subagents, pi-crew, rpiv-pi, pi-interactive-shell, pi-intercom
This commit is contained in:
58
extensions/rpiv-pi/package.json
Normal file
58
extensions/rpiv-pi/package.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "@juicesharp/rpiv-pi",
|
||||
"version": "1.2.1",
|
||||
"description": "A skill-based development workflow for Pi Agent. Five skills (research, design, plan, implement, validate) and the shared subagents that compose its ship-loop.",
|
||||
"keywords": [
|
||||
"pi-package",
|
||||
"pi-extension",
|
||||
"rpiv",
|
||||
"skills",
|
||||
"workflow"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "juicesharp",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/juicesharp/rpiv-mono.git",
|
||||
"directory": "packages/rpiv-pi"
|
||||
},
|
||||
"homepage": "https://github.com/juicesharp/rpiv-mono/tree/main/packages/rpiv-pi#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/juicesharp/rpiv-mono/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vitest run"
|
||||
},
|
||||
"files": [
|
||||
"extensions/",
|
||||
"skills/",
|
||||
"agents/",
|
||||
"scripts/",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./extensions"
|
||||
],
|
||||
"skills": [
|
||||
"./skills"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mariozechner/pi-coding-agent": "*",
|
||||
"@tintinweb/pi-subagents": "*",
|
||||
"@juicesharp/rpiv-ask-user-question": "*",
|
||||
"@juicesharp/rpiv-todo": "*",
|
||||
"@juicesharp/rpiv-advisor": "*",
|
||||
"@juicesharp/rpiv-btw": "*",
|
||||
"@juicesharp/rpiv-i18n": "*",
|
||||
"@juicesharp/rpiv-web-tools": "*",
|
||||
"@juicesharp/rpiv-args": "*",
|
||||
"yaml": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user