askshepherd 0.1.40 → 0.1.41
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 +5 -3
- package/bin/shepherd-onboard.js +793 -156
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
# AskShepherd
|
|
1
|
+
# AskShepherd Support CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Support/developer CLI for Shepherd production onboarding and MCP. Normal
|
|
4
|
+
customers should use the Shepherd macOS app; the app bundles this same engine
|
|
5
|
+
and installs background sync/MCP without asking customers to run `npx`.
|
|
4
6
|
|
|
5
7
|
The npm package is `askshepherd`. The installed binary also exposes `shepherd`,
|
|
6
|
-
|
|
8
|
+
and the support CLI uses the package name:
|
|
7
9
|
|
|
8
10
|
```sh
|
|
9
11
|
claude "Run Shepherd customer onboarding with: npx -y askshepherd@latest agent. Ask me the onboarding questions, do not infer answers from local context, and continue through the follow-up commands it prints. After onboarding completes, ask whether to install Shepherd MCP for me into Codex, Claude Code, Cursor, any subset, or none; if I choose any, run npx -y askshepherd@latest mcp-login --install <targets>." --dangerously-skip-permissions
|