Add 5 pi extensions: pi-subagents, pi-crew, rpiv-pi, pi-interactive-shell, pi-intercom

This commit is contained in:
2026-05-08 15:59:25 +10:00
parent d0d1d9b045
commit 31b4110c87
457 changed files with 85157 additions and 0 deletions

View 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": "*"
}
}