@juicesharp/rpiv-pi 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
> **Pi compatibility** — `rpiv-pi` `0.14.x` tracks `@mariozechner/pi-coding-agent` `0.70.x` and `@tintinweb/pi-subagents` `0.6.x`. If you see peer-dep resolution issues after a Pi upgrade, open an issue.
|
|
7
7
|
|
|
8
|
-
> **⚠️ Upgrading from `0.13.x`** — `0.
|
|
8
|
+
> **⚠️ Upgrading from `0.13.x`** — `1.0.0` swaps the subagent provider from `npm:pi-subagents` (nicobailon fork) back to `npm:@tintinweb/pi-subagents` (resumed maintenance). On first launch after upgrade you'll see *"rpiv-pi requires 1 sibling extension(s): @tintinweb/pi-subagents"* — **run `/rpiv-setup` once and restart Pi**. The setup dialog previews both changes (install `@tintinweb/pi-subagents`, remove `npm:pi-subagents` from `~/.pi/agent/settings.json`) and applies them only after you confirm. After restart, run `/rpiv-update-agents` to refresh the 12 bundled specialist frontmatters. Customised `<cwd>/.pi/agents/*.md` files are not touched. The tool name reverts from `subagent` → `Agent` (param `subagent_type`/`description`/`prompt`) — only your own custom skills/agents need editing; the bundled rpiv-pi specialists are migrated in this release.
|
|
9
9
|
|
|
10
10
|
Skill-based development workflow for [Pi Agent](https://github.com/badlogic/pi-mono) — discover, research, design, plan, implement, and validate. rpiv-pi extends Pi Agent with a pipeline of chained AI skills, named subagents for parallel analysis, and session lifecycle hooks for automatic context injection.
|
|
11
11
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* unwritable → empty result), idempotent, and have no plugin API
|
|
15
15
|
* dependency.
|
|
16
16
|
*
|
|
17
|
-
* Background: 0.13.x → 0.
|
|
17
|
+
* Background: 0.13.x → 1.0.0 upgraders may have both nicobailon's
|
|
18
18
|
* pi-subagents and @tintinweb/pi-subagents in settings.json simultaneously,
|
|
19
19
|
* which makes Pi reject boot with duplicate-tool registration when both
|
|
20
20
|
* load. The prune is the upgrade's must-do mutation, but it must not run
|
|
@@ -76,10 +76,10 @@ export const LEGACY_SIBLINGS: readonly LegacyPackage[] = [
|
|
|
76
76
|
{
|
|
77
77
|
// nicobailon's pi-subagents fork was the SIBLINGS[0] package between
|
|
78
78
|
// rpiv-pi 0.12.0 and 0.13.x. Reverted to @tintinweb/pi-subagents in
|
|
79
|
-
// rpiv-pi 0.
|
|
79
|
+
// rpiv-pi 1.0.0 once tintinweb resumed active maintenance and shipped
|
|
80
80
|
// 0.6.x against pi-coding-agent ^0.70.5.
|
|
81
81
|
label: "pi-subagents",
|
|
82
82
|
matches: /(^|[^\w/-])pi-subagents(?![-\w])/i,
|
|
83
|
-
reason: "superseded by @tintinweb/pi-subagents (resumed maintenance) in rpiv-pi 0.
|
|
83
|
+
reason: "superseded by @tintinweb/pi-subagents (resumed maintenance) in rpiv-pi 1.0.0",
|
|
84
84
|
},
|
|
85
85
|
];
|