@olhapi/maestro-darwin-x64 0.1.5-rc.5 → 0.1.5-rc.7
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 +6 -0
- package/lib/maestro +0 -0
- package/package.json +1 -1
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
|