syntaur 0.1.1 → 0.1.2

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
@@ -44,6 +44,8 @@ npx syntaur@latest setup --yes --dashboard
44
44
 
45
45
  Syntaur remembers the plugin install locations you choose in `~/.syntaur/config.md`.
46
46
 
47
+ For Claude Code, Syntaur will detect the machine's local plugin marketplace when one exists and recommend installing into that marketplace's `plugins/` directory.
48
+
47
49
  Interactive commands will prompt for install locations:
48
50
 
49
51
  ```bash
@@ -54,7 +56,7 @@ npx syntaur@latest install-codex-plugin
54
56
  You can also set paths explicitly:
55
57
 
56
58
  ```bash
57
- npx syntaur@latest install-plugin --target-dir ~/.claude/plugins/syntaur
59
+ npx syntaur@latest install-plugin --target-dir ~/.claude/plugins/marketplaces/user-plugins/plugins/syntaur
58
60
  npx syntaur@latest install-codex-plugin \
59
61
  --target-dir ~/plugins/syntaur \
60
62
  --marketplace-path ~/.agents/plugins/marketplace.json
@@ -65,7 +67,7 @@ Setup supports the same path overrides:
65
67
  ```bash
66
68
  npx syntaur@latest setup \
67
69
  --claude \
68
- --claude-dir ~/.claude/plugins/syntaur \
70
+ --claude-dir ~/.claude/plugins/marketplaces/user-plugins/plugins/syntaur \
69
71
  --codex \
70
72
  --codex-dir ~/plugins/syntaur \
71
73
  --codex-marketplace-path ~/.agents/plugins/marketplace.json
@@ -1245,8 +1245,8 @@ var init_help = __esm({
1245
1245
  // --- Plugin & adapter setup (indices 13-16) ---
1246
1246
  {
1247
1247
  command: "syntaur install-plugin",
1248
- description: "Install the Syntaur Claude Code plugin, prompting for the target directory when interactive.",
1249
- example: "syntaur install-plugin --target-dir ~/.claude/plugins/syntaur"
1248
+ description: "Install the Syntaur Claude Code plugin, detecting the local Claude marketplace when available and prompting for the target directory when interactive.",
1249
+ example: "syntaur install-plugin --target-dir ~/.claude/plugins/marketplaces/user-plugins/plugins/syntaur"
1250
1250
  },
1251
1251
  {
1252
1252
  command: "syntaur install-codex-plugin",