@paigy/harness 0.1.0 → 0.1.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.
- package/README.md +16 -0
- package/dist/cli.js +18633 -49
- package/dist/main.js +15 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -193,6 +193,22 @@ the window.
|
|
|
193
193
|
Pairing is one-time and lives in `~/.paigy` — the app reads it, never mints it. If
|
|
194
194
|
you've never paired: `npx -y -p @paigy/mcp paigy-mcp-onboard`.
|
|
195
195
|
|
|
196
|
+
## Uninstall
|
|
197
|
+
|
|
198
|
+
`curl -fsSL https://paigy.ai/uninstall.sh | sh` removes the harness surface (service,
|
|
199
|
+
global package, workspace list, the machine's Desktop slot — other agents' slots
|
|
200
|
+
survive). Then revoke the machine on the phone's Agents screen: server-side tokens
|
|
201
|
+
outlive local files.
|
|
202
|
+
|
|
203
|
+
The FULL Paigy strip (tested 2026-08-03) additionally removes, in order: every
|
|
204
|
+
`~/.paigy` slot (unpairs ALL local agents — re-pairing resets voices), the ACP
|
|
205
|
+
adapters (`npm rm -g @agentclientprotocol/{claude-agent-acp,codex-acp}`), Electron
|
|
206
|
+
userData, the statusline block + `paigy@paigy` plugin enablement + marketplace +
|
|
207
|
+
`mcp__paigy__*` permission entries in `~/.claude/settings.json`, the project
|
|
208
|
+
`.mcp.json` paigy server, the plugin cache/registry entries, and `~/.npm/_npx` (so
|
|
209
|
+
`@paigy/mcp@latest` can't serve stale). Hooks can recreate `~/.paigy` — delete it
|
|
210
|
+
LAST, after the hooks are gone.
|
|
211
|
+
|
|
196
212
|
## Known gaps (#804)
|
|
197
213
|
|
|
198
214
|
- **Protocol churn is the standing risk.** Neither `stream-json` nor ACP adapter
|