@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.
- package/README.md +10 -2
- package/lib/maestro +0 -0
- 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.
|
|
134
|
+
### 4. Install the Maestro skill bundle and add the MCP server to your coding agent
|
|
135
135
|
|
|
136
|
-
|
|
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
|