@olhapi/maestro-darwin-x64 0.1.13 → 0.1.14
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 +2 -2
- package/lib/maestro +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -384,10 +384,10 @@ Repo-managed Git hooks stay targeted:
|
|
|
384
384
|
- staged frontend changes run frontend lint and tests
|
|
385
385
|
- staged website changes run Astro checks and website tests
|
|
386
386
|
- staged workspace and hook changes run the full `pnpm verify` suite
|
|
387
|
-
- `pnpm verify` runs the JS lint/test/check/smoke flow
|
|
387
|
+
- `pnpm verify` runs the Go build/test/coverage/race gates first, then the JS lint/test/check/smoke flow and npm packaging unit test
|
|
388
388
|
- `pnpm run verify:pre-push` adds current-host npm packaging smoke, the shared retry stress test, and the full retry-safety harness on top of `pnpm verify`
|
|
389
389
|
- package-scoped root commands such as `pnpm run frontend:test` and `pnpm run website:build` now go through `turbo --filter=...` so they benefit from task caching too
|
|
390
|
-
- `pre-push` now runs `pnpm run verify:pre-push`,
|
|
390
|
+
- `pre-push` now runs `pnpm run verify:pre-push`, keeping the Go/agent suite local before the web gates while GitHub Actions handles the lean web/package checks and nightly Codex E2E coverage
|
|
391
391
|
|
|
392
392
|
## License
|
|
393
393
|
|
package/lib/maestro
CHANGED
|
Binary file
|