@blueprintit/shop-os-install 0.3.2 → 0.4.0
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 +1 -1
- package/bin/shop-os-install.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ The installer (run directly or via the setup scripts above):
|
|
|
41
41
|
5. **Vault**: creates a Shop OS vault folder (default `~/Shop OS Vault`) with a starter `CLAUDE.md`
|
|
42
42
|
6. **Per-vault config**: writes `<vault>/.claude/settings.json` with `enabledPlugins` set for obsidian + superpowers
|
|
43
43
|
7. **License record**: saves `~/.shopos/license.json` (chmod 600) for downstream skill validation
|
|
44
|
-
8. **Next steps**: prints `cd` command and the `/
|
|
44
|
+
8. **Next steps**: prints `cd` command and the `/bp-setup` slash command to run
|
|
45
45
|
|
|
46
46
|
Zero npm dependencies. Uses only Node 18+ built-ins (`fetch`, `readline`, `fs`).
|
|
47
47
|
|
package/bin/shop-os-install.js
CHANGED
|
@@ -244,7 +244,7 @@ Welcome to your Shop OS vault. This is the operating system Blueprint IT install
|
|
|
244
244
|
|
|
245
245
|
To finish onboarding, run the following slash command inside Claude Code:
|
|
246
246
|
|
|
247
|
-
\`/
|
|
247
|
+
\`/bp-setup\`
|
|
248
248
|
|
|
249
249
|
This walks you through personalizing the vault for your shop: name, owner, key staff,
|
|
250
250
|
services, daily routines, and more.
|
|
@@ -290,7 +290,7 @@ appropriate folder, and moves the original to \`Raw/processed/\` so the inbox st
|
|
|
290
290
|
Open Claude Code in this vault and type the slash command:
|
|
291
291
|
|
|
292
292
|
\`\`\`
|
|
293
|
-
/
|
|
293
|
+
/bp-digest
|
|
294
294
|
\`\`\`
|
|
295
295
|
|
|
296
296
|
One command, easy to remember. Claude does the rest: reads each file, classifies it,
|
|
@@ -634,7 +634,7 @@ async function main() {
|
|
|
634
634
|
print(` 1. Open the ${cyan("Claude Code")} app you installed (Applications / Start menu)`);
|
|
635
635
|
print(` 2. Pick this folder when it asks which to open:`);
|
|
636
636
|
print(` ${cyan(vaultPath)}`);
|
|
637
|
-
print(` 3.
|
|
637
|
+
print(` 3. Type ${cyan("/bp-setup")} to personalize your vault`);
|
|
638
638
|
print(` 4. Walk through the onboarding interview`);
|
|
639
639
|
print("");
|
|
640
640
|
print(` 5. To let your team chat with the vault (read-only),`);
|