@danypops/pi-packed 0.6.1 → 0.6.3

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.
Files changed (2) hide show
  1. package/README.md +6 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,13 +8,10 @@ pi install npm:@danypops/pi-packed
8
8
 
9
9
  The extension connects to Packed's authenticated user daemon and starts the package-local `packed serve` process when no healthy daemon is available. It contains no SQLite, registry, package execution, or daemon implementation code.
10
10
 
11
- ## Installing the rest of the @danypops ecosystem
11
+ ## Commands
12
12
 
13
- Once Packed is in, install everything else in one reviewable step -- no shell installer, no separate download, no per-package hunting for install commands:
14
-
15
- ```bash
16
- packed setup plan --ecosystem # preview what would change, no mutation
17
- packed setup apply --ecosystem --approve
18
- ```
19
-
20
- `--ecosystem` resolves to a curated manifest bundled inside this same npm package (`node_modules/@danypops/pi-packed/node_modules/@danypops/packed/setup/danypops-ecosystem.pi-setup.json`) -- every entry is a real, pinned, integrity-checked npm version, the same schema and approval gate every other `packed setup` manifest goes through. Nothing is fetched from the network to decide what to install; only the already-installed npm package is trusted.
13
+ - `/packages` -- an interactive panel listing every installed Pi package, with update availability. Select one to update or remove it; `r` refreshes, `/` filters, `Tab` cycles view modes.
14
+ - `/packed` -- package mutation-approval settings: require confirmation before install/update/remove/security changes (the default), or turn it off.
15
+ - `/packed config` -- enable or disable individual extensions, skills, prompt templates, and themes declared by installed packages, per package, at global or project scope.
16
+ - `/packed setup plan [path] [--prune]` / `/packed setup apply [path] [--prune]` -- preview or apply a reproducible-environment manifest (`pi-setup.json`) against installed packages and profiles.
17
+ - `/profile [name]` -- switch to a named Pi profile (provider, model, tools, instructions, theme), reading `~/.pi/agent/profiles.json` and a trusted project's own `.pi/profiles.json`. `pi --profile <name>` activates one at startup; `Ctrl+Shift+U` cycles through them.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danypops/pi-packed",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "Pi package tools, commands, profiles, and TUI for the Packed daemon",
5
5
  "type": "module",
6
6
  "keywords": ["pi-package"],