@olhapi/maestro-darwin-x64 0.1.5-rc.4 → 0.1.5-rc.6

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
@@ -83,6 +83,9 @@ For local development or unsupported platforms:
83
83
  go build -o maestro ./cmd/maestro
84
84
  ```
85
85
 
86
+ This build path is pure Go. You do not need a C compiler or a system SQLite
87
+ development package for the standard `make build` / `make test` flow.
88
+
86
89
  Local contributor Docker build:
87
90
 
88
91
  ```bash
@@ -365,6 +368,9 @@ pnpm run website:dev
365
368
  pnpm run website:check
366
369
  ```
367
370
 
371
+ The standard Go build/test path is now toolchain-light. The remaining
372
+ `sqlite3` CLI usage lives in a few optional shell scripts under `scripts/`.
373
+
368
374
  Repo-managed Git hooks stay targeted:
369
375
 
370
376
  - staged Go changes run package-scoped Go tests
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.5-rc.4",
3
+ "version": "0.1.5-rc.6",
4
4
  "description": "Maestro CLI binary for macOS x64",
5
5
  "license": "MIT",
6
6
  "files": [