@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 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 also tells the agent to create a short local preview video when the change can be demonstrated and attach it to an issue comment when the available local issue tooling supports that flow.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olhapi/maestro-darwin-x64",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Maestro CLI binary for macOS x64",
5
5
  "license": "MIT",
6
6
  "files": [