@olhapi/maestro-darwin-x64 0.1.2 → 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.
Files changed (3) hide show
  1. package/README.md +10 -2
  2. package/lib/maestro +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -131,9 +131,17 @@ Issue images are stored next to the active database under `assets/images`. With
131
131
 
132
132
  The preview warning on `run` is intentional. Pass `--i-understand-that-this-will-be-running-without-the-usual-guardrails` only when unattended Codex execution is actually what you want.
133
133
 
134
- ### 4. Add the Maestro MCP server to your coding agent
134
+ ### 4. Install the Maestro skill bundle and add the MCP server to your coding agent
135
135
 
136
- Use the setup path that matches your coding agent:
136
+ Install the bundled Maestro skill first so Codex and Claude Code can load the repo-specific guidance automatically:
137
+
138
+ ```bash
139
+ maestro install --skills
140
+ ```
141
+
142
+ That writes the skill to `~/.agents/skills/maestro` for Codex and `~/.claude/skills/maestro` for Claude Code.
143
+
144
+ Then use the setup path that matches your coding agent:
137
145
 
138
146
  Codex:
139
147
 
package/lib/maestro CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olhapi/maestro-darwin-x64",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Maestro CLI binary for macOS x64",
5
5
  "license": "MIT",
6
6
  "files": [