@blueprintit/shop-os-install 0.3.1 → 0.3.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 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 `/obsidian:os-setup` slash command to run
44
+ 8. **Next steps**: prints `cd` command and the `/os-setup` slash command to run
45
45
 
46
46
  Zero npm dependencies. Uses only Node 18+ built-ins (`fetch`, `readline`, `fs`).
47
47
 
@@ -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
- \`/obsidian:os-setup\`
247
+ \`/os-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.
@@ -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. In the Claude prompt, run ${cyan("/obsidian:os-setup")} to personalize your vault`);
637
+ print(` 3. Type ${cyan("/os-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),`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueprintit/shop-os-install",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "One-command installer for Shop OS — Blueprint IT's AI Operating System for small businesses.",
5
5
  "type": "module",
6
6
  "bin": {