@olhapi/maestro-darwin-x64 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 +3 -1
- package/lib/maestro +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -165,6 +165,8 @@ If you built Maestro from source and did not add it to your `PATH`, replace `mae
|
|
|
165
165
|
|
|
166
166
|
`maestro mcp` is a stdio bridge into the live `maestro run` daemon for the same database. Start `maestro run` first, then let your coding agent invoke `maestro mcp`.
|
|
167
167
|
|
|
168
|
+
Paginated MCP list tools return a `pagination` object when more results remain. When `pagination.has_more` is true, call the exact `pagination.next_request` payload to fetch the next batch instead of guessing the next offset by hand.
|
|
169
|
+
|
|
168
170
|
### 5. Open the dashboard or use live CLI helpers
|
|
169
171
|
|
|
170
172
|
By default, `maestro run` serves:
|
|
@@ -299,7 +301,7 @@ Supported prompt-template variables are:
|
|
|
299
301
|
- `{{ attempt }}`
|
|
300
302
|
|
|
301
303
|
When a project has a description, Maestro's default implementation, review, and done prompts include it automatically under a `Project context:` section. Custom workflows can place `{{ project.description }}` wherever they want.
|
|
302
|
-
The default done prompt
|
|
304
|
+
The default done prompt now focuses on merge-back, PR readiness, and blocker reporting instead of asking for a preview artifact.
|
|
303
305
|
|
|
304
306
|
The checked-in [`WORKFLOW.md`](WORKFLOW.md) is this repository's own workflow example. It is not guaranteed to match fresh `workflow init` defaults exactly.
|
|
305
307
|
|
package/lib/maestro
CHANGED
|
Binary file
|