mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-18 19:02:18 +02:00
docs: close cross-model doc-review gaps for v1.72.0.0
setup's manual bun-verify instruction gets the same sha256sum-first fallback the automated snippet got (coreutils-only Linux); BROWSER.md's BROWSE_STATE_FILE row now lists the under-root world-writable refusal; test-cost ceilings in CLAUDE.md/CONTRIBUTING.md updated for the five new gate E2E cases (~$4.20 E2E / ~$4.35 evals). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
eb8742635c
commit
917a74e033
@@ -5,13 +5,13 @@
|
||||
```bash
|
||||
bun install # install dependencies
|
||||
bun run test # run free tests via the strict parallel runner (~90-100s full suite)
|
||||
bun run test:evals # run paid evals: LLM judge + E2E (diff-based, ~$4/run max)
|
||||
bun run test:evals # run paid evals: LLM judge + E2E (diff-based, ~$4.35/run max)
|
||||
bun run test:evals:all # run ALL paid evals regardless of diff
|
||||
bun run test:gate # run gate-tier tests only (CI default, blocks merge)
|
||||
bun run test:periodic # run periodic-tier tests only (weekly cron / manual)
|
||||
bun run test:gate:sharded # gate tier via the sharded paid runner (one Bun process per test file)
|
||||
bun run test:periodic:sharded # periodic tier via the sharded paid runner (implies EVALS_ALL=1)
|
||||
bun run test:e2e # run E2E tests only (diff-based, ~$3.85/run max)
|
||||
bun run test:e2e # run E2E tests only (diff-based, ~$4.20/run max)
|
||||
bun run test:e2e:all # run ALL E2E tests regardless of diff
|
||||
bun run eval:select # show which tests would run based on current diff
|
||||
bun run dev <cmd> # run CLI in dev mode, e.g. bun run dev goto https://example.com
|
||||
@@ -67,7 +67,7 @@ in sync.
|
||||
|
||||
```bash
|
||||
bun run test # run before every commit — free, ~90-100s for the full ~7,000-test suite
|
||||
bun run test:evals # run before shipping — paid, diff-based (~$4/run max)
|
||||
bun run test:evals # run before shipping — paid, diff-based (~$4.35/run max)
|
||||
```
|
||||
|
||||
`bun run test` routes through `scripts/test-free-shards.ts` (N concurrent
|
||||
|
||||
Reference in New Issue
Block a user