mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-09 06:28:59 +02:00
* feat(aside): browser-driver contract, cookbook, research and fallback resolvers
{{ASIDE_SETUP}} (readiness probe + ten rules for driving the user's real browser), {{ASIDE_COOKBOOK}} (script shapes verified live against Aside CLI 1.26: one flow per aside repl script, CDP console hook before navigation, evidence lines, session-directory artifact handoff, GSTACK_STEP_OK sentinel), {{ASIDE_RESEARCH}} (research through aside exec, WebSearch when Aside is absent, knowledge otherwise) and {{BROWSE_FALLBACK}} (the fifteen-row Aside-step to $B-command table plus the rules that differ, so every browsing skill keeps working on gstack's own headless browser). test/aside-driver.test.ts pins the sentences and asserts every browsing skill carries the Aside block followed by the fallback; test/helpers/aside-available.ts is the shared live-Aside probe.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* feat(render): Aside-first local-HTML renderer with the bundled browser as fallback
lib/aside-render.ts serves the HTML's directory on loopback (Aside refuses file:// URLs), opens it with waitUntil load, prints through CDP Page.printToPDF so tagged output, outlines, header/footer templates and page numbers survive, emulates device metrics for sized screenshots, and writes in-page evaluations to files; when Aside is absent it runs the same spec through the browse daemon (newtab, load, js, pdf, screenshot, closetab) and reports ENGINE=aside|browse. bin/gstack-render.ts is the CLI skill templates call. lib/claude-bin.ts and lib/error-handling.ts become the canonical copies (browse/src re-exports them).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* refactor(browse): /browse drives Aside first, with the $B reference behind the fallback
Contract, cookbook, mode choice (aside repl by default, aside exec for reading), report format, the fallback section, and the full command reference carved on demand.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* refactor(qa): /qa and /qa-only drive Aside, fall back to $B
QA_METHODOLOGY runs every phase as Aside scripts (orient, explore, document, re-test, mobile viewport via CDP emulation, links via HEAD fetch); the authenticate phase is 'you are already signed in'; a 13th rule requires consent before mutating actions on non-local targets; the fallback section translates each step onto $B. The qa E2E tests run on whichever engine is present.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* refactor(design): design-review, design-consultation, design-shotgun, plan-design-review, design-html drive Aside
Design-system extraction is one script printing FONTS/COLORS/HEADINGS/TOUCH_TARGETS/NAV; competitor research confirms the exact URLs before opening them in the real browser and runs on the bundled browser when Aside is absent; design-html's viewport screenshots, sketches and comparison boards render through gstack-render.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* refactor(deploy): benchmark, canary, land-and-deploy Step 7, devex-review drive Aside
One aside repl script per page prints NAV/PAINT/LCP/RESOURCES/SCRIPTS/CSS/SUMMARY (benchmark), CONSOLE_ERRORS/NAV/TEXT + screenshot (canary, re-run every 60s), and the post-deploy check reads responseStatus from the navigation entry; each carries the $B fallback.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* feat(third-party-actions): Aside is the recommended driver; gstack's visible browser stays the fallback
The readiness probe is lifted from {{ASIDE_SETUP}} at gen time (byte-identity pinned) and rule 3 points at browse/SKILL.md for how to drive; the consent question offers Aside first and gstack's own visible browser (handoff/resume for sign-in) as the fallback, as v1.72 framed it.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* refactor(scrape): /scrape reads pages through Aside; the browser-skills runtime rides the fallback
Look-then-extract scripts build the JSON inside the page and print it between JSON_START/JSON_END; aside exec for fuzzy intents; on the $B fallback the browser-skills match/prototype flow and /skillify apply as before.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* refactor(make-pdf): print through Aside first, the bundled browser otherwise
asideClient.ts replaces the direct $B client with one render() call per PDF (the exact option mapping the browse pdf command had: paper, margins, header/footer/page numbers, tagged, outline, printBackground, preferCSSPageSize, Paged.js wait); the diagram pre-pass, oversized-image downscale and DOCX rasters each run as one render script with per-fence try/catch; exit 4 now means no browser is available and names both remedies; $P setup reports which engine it found. The e2e gates run on whichever engine is present, so the Linux lane exercises the fallback.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* refactor(diagram): the triplet is one gstack-render call
SVG, PNG and excalidraw from one invocation over the content-addressed bundle staged under /tmp/gstack-render; every diagram type gets an excalidraw export; gstack-render picks the engine and prints ENGINE=; the diagram E2E gates on either engine.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* feat(research): web research runs in Aside first, WebSearch second
The planning, review, design, security and investigate skills research through {{ASIDE_RESEARCH}}; WebSearch stays in allowed-tools as the fallback; testing.ts's bootstrap step follows; skeleton ceilings ratcheted for the research block.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* feat(setup,gen-skill-docs): prune renders of skills that no longer exist
setup gains _prune_stale_generated for every host tree and the doc generator removes gstack-* output dirs it did not write, so a skill removed from the source tree can never linger in an install.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* test: registries, budgets and suite reconciled for Aside-first with the $B fallback
Touchfiles + E2E tiers gain the Aside keys, coverage matrix and eval baselines updated, size budget re-baselined to parity-baseline-v1.80.0.0.json (the contract plus fallback ride in every browsing skill), parity ceilings ratcheted with measured values, LLM-judge prompts and the E2E fixtures speak Aside-first, browse-fallback.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* docs: Aside first, gstack browser fallback
README, BROWSER.md, docs/, CONTRIBUTING, CLAUDE.md, ARCHITECTURE, AGENTS.md, TODOS and the root router describe the one product story: Aside is the browser gstack drives first; the bundled headless browser is the automatic fallback (Linux, Windows, app closed) where cookie import, GStack Browser, pair-agent and browser-skills still apply.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* chore: regenerate SKILL.md docs, llms.txt, agents digest, ship goldens, context-budget fixture
bun run gen:skill-docs over the templates; goldens re-rendered; context-budget ceilings recaptured.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* v1.80.0.0: Aside is the browser gstack drives first; the bundled browser is the fallback
MINOR: new capability across ten skills, the renderer and research; nothing removed. CHANGELOG release summary + itemized changes; VERSION 1.80.0.0; package.json 1.80.0.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* docs(todos): file non-Claude host ownership-gate and version-heading pin follow-ups
Two follow-ups from the /plan-ceo-review + /plan-eng-review pass on merging
PR #2804 with main's v1.80.0.0 ownership gate: bring the Codex/Factory/
OpenCode/Cursor/Kiro copy loops and the stale-render prune under the
.gstack-owned marker rule, and a free test pinning that the CHANGELOG top
heading equals VERSION (the collision that git cannot see).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* fix: pre-landing review fixes for the Aside-first branch
Review army + adversarial passes (Claude and Codex) on the merged branch:
setup
- _prune_stale_generated scans the host dirs too (the generator already
removed the render before setup ran, so the host branch was dead), skips
symlinks in the render tree (rm -rf on a slash-terminated link empties its
target), removes a host symlink only when it resolves into gstack, cleans a
bannered real dir through _cleanup_weak_dir, recognizes frontmatter-renamed
skills, and logs through log. The always-run codex render passes every host
dir that may link to it.
- NEEDS_BUILD checks all three binaries (with $_EXE) and lib/ sources; the
browser hint and the bootstrap summary honor GSTACK_SKIP_ASIDE, treat a
requested skip as a request, and derive one skill list.
lib/aside-render.ts + bin/gstack-render.ts
- The loopback server carries a per-render secret path, checks containment on
the real path (symlink escapes are 403), and rejects malformed encoding.
- Inline eval results are one base64 line, so page text cannot forge
ASIDE_DIR= or the sentinel; the last ASIDE_DIR wins.
- runProc escalates SIGTERM to SIGKILL, bounds every wait, and clears every
timer (an uncleared one kept gstack-render alive after printing OK).
- renderTmpDir refuses a shared /tmp name owned by someone else; the work dir
and server are created inside try; goto's budget follows the render budget.
- probeAside classifies a present-but-failing CLI as ASIDE_NOT_RUNNING like
the skills' bash probe; render() retries on gstack's own browser when Aside
could not start or its private CDP bridge is gone (never on a page error
or a timeout of a running script); the CLI reports the engine that actually
rendered, exits 0 on --help, rejects non-numeric flags, documents
--wait-timeout, fences EVAL/PAGE_ERRORS as untrusted content, and names the
daemon's cookie-import JS lock remedy.
- The browse path passes --scale only when asked (a scale change rebuilds
the daemon context) and restores the viewport after a sized screenshot.
resolvers / templates
- The bash probe honors GSTACK_SKIP_ASIDE and has a perl deadline on stock
macOS; .local is no longer LOCAL (mDNS); same-origin filters compare parsed
origins; link status is HEAD-checked only on LOCAL targets; every
aside exec goes through the receipted _aside_exec prelude
({{ASIDE_EXEC_PRELUDE}}), including nine template blocks that called it
bare; the design sketch and diagram staging use private directories.
- The generator prunes only bannered renders and never a host whose
generation failed.
Docs, stale comments and dead code cleaned; goldens re-rendered; tests
updated and added for every behavior above.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* test: coverage for the render CLI, setup rebuild check, make-pdf exit codes, and prose $B spans
New free tests from the ship coverage audit: test/gstack-render-cli.test.ts
(argv guards, --help, output contract with a fake daemon, failure and
serve-root paths, no-browser case, prompt exit), test/setup-needs-build.test.ts
(every binary and source set flips NEEDS_BUILD, Windows suffixes),
make-pdf/test/cli-exit-codes.test.ts and setup-smoke.test.ts (error to exit
code mapping, runSetup stages, renderPdf's engine), and prose-span cases for
extractBrowseCommands in test/skill-parser.test.ts.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* docs: CHANGELOG and TODOS cover the review fixes (v1.81.0.0)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* docs: sync project docs with the v1.81.0.0 review fixes
BROWSER.md, ARCHITECTURE.md, CONTRIBUTING.md, README.md, CLAUDE.md,
docs/TESTING_INTERNALS.md and docs/PROJECT_STRUCTURE.md now describe the
shipped renderer and setup: the loopback render server's per-render secret
path and real-path containment, ENGINE= naming the engine that actually
rendered (mid-run retry on gstack's own browser), EVAL/PAGE_ERRORS fenced as
untrusted content, --wait-timeout and the CLI's argv guards, the receipted
_aside_exec prelude ({{ASIDE_EXEC_PRELUDE}} in the placeholder table), the
LOCAL host rule without .local, LOCAL-only HEAD checks in the links script,
GSTACK_SKIP_ASIDE across probe/renderer/setup, the ownership-gated
retired-skill prune, the widened NEEDS_BUILD check, and the new free tests
(gstack-render-cli, setup-prune-stale-generated, setup-browser-hint,
setup-needs-build, make-pdf cli-exit-codes and setup-smoke).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* docs: CHANGELOG states the precise mid-run retry rule
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* fix(test): skill-e2e-bws slices the $B setup block from the Browser fallback section
browse/SKILL.md no longer has '## SETUP' / '## Core QA Patterns' (Aside is the
primary driver; the $B block moved under 'Browser fallback'), so the gate test
sliced an empty block and handed the agent nothing to run. Anchor on
'### Find the `$B` binary' up to the next heading. 7/7 pass.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* fix(test): gate POSIX-only fixtures off Windows
windows-free-tests: the gstack-render CLI tests drive a shebang fake browse
that CreateProcess cannot exec, and two NEEDS_BUILD cases assert an execute
bit and a bare-name miss that MSYS bash does not have (test -x ignores mode
bits and resolves design -> design.exe). Those describes and cases now
self-skip on win32; argument guards, --help, the no-browser case, and every
other rebuild-check case still run there.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* fix(render): runProc waits for the exit code until the kill deadline; newtab retries once on a cold daemon
A process whose pipes have reached EOF is exiting, but runProc gave the exit
code only five seconds to arrive and then returned null, which run() reports
as a failed command. Under CI's six-shard load one such render failed with the
artifact already written. The SIGTERM/SIGKILL timers already bound the wait,
so the exit race now runs to the kill deadline.
The first CLI call auto-starts the browse daemon; on a cold start it can
answer 'Unable to connect' once while the server is still coming up. That
single case is retried after 1.5s; every other newtab failure is not.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* test(aside-render): warm the daemon before live fallback cases; failures name the render error
- Live fallback cases run 'goto about:blank' up to twice before asserting and
skip (never fail) when the daemon cannot come up.
- expectOk() puts r.error and the browse transcript into the assertion so a
failed render is diagnosable from the CI log.
- The argv-contract cases dump the fake's log on a miss.
- File default timeout is 30s: the subject is the CLI contract, not latency.
- Two cases pin the cold-daemon newtab retry and that other errors are not
retried.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* docs: CHANGELOG notes the cold-start tolerance of the bundled-browser renderer
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
---------
Co-authored-by: Sina <sdroid674+github@gmail.com>
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
502 lines
23 KiB
JSON
502 lines
23 KiB
JSON
{
|
|
"version": 1,
|
|
"recordedAt": "2026-08-29T05:35:47.316Z",
|
|
"durations": {
|
|
"browse/test/activity.test.ts": 90,
|
|
"browse/test/adversarial-security.test.ts": 79,
|
|
"browse/test/batch.test.ts": 4451,
|
|
"browse/test/bridge-chromium-e2e.test.ts": 801,
|
|
"browse/test/browse-client.test.ts": 123,
|
|
"browse/test/browser-manager-custom-chromium.test.ts": 416,
|
|
"browse/test/browser-manager-unit.test.ts": 560,
|
|
"browse/test/browser-skill-commands.test.ts": 1167,
|
|
"browse/test/browser-skill-write.test.ts": 106,
|
|
"browse/test/browser-skills-e2e.test.ts": 124,
|
|
"browse/test/browser-skills-storage.test.ts": 112,
|
|
"browse/test/build-command-response.test.ts": 485,
|
|
"browse/test/build.test.ts": 150,
|
|
"browse/test/bun-polyfill.test.ts": 17007,
|
|
"browse/test/busy-daemon-iron-rule.test.ts": 16077,
|
|
"browse/test/busy-daemon-recovery.test.ts": 147,
|
|
"browse/test/cdp-allowlist.test.ts": 67,
|
|
"browse/test/cdp-e2e.test.ts": 548,
|
|
"browse/test/cdp-inspector-history-cap.test.ts": 72,
|
|
"browse/test/cdp-mutex.test.ts": 749,
|
|
"browse/test/cdp-session-cleanup.test.ts": 81,
|
|
"browse/test/claude-bin.test.ts": 89,
|
|
"browse/test/cli-lock.test.ts": 74,
|
|
"browse/test/cli-setsid-daemonize.test.ts": 57,
|
|
"browse/test/cli-start-final-healthcheck.test.ts": 58,
|
|
"browse/test/cli-supervisor.test.ts": 68,
|
|
"browse/test/commands.test.ts": 31392,
|
|
"browse/test/compare-board.test.ts": 355,
|
|
"browse/test/config.test.ts": 165,
|
|
"browse/test/content-security.test.ts": 3676,
|
|
"browse/test/cookie-import-browser.test.ts": 96,
|
|
"browse/test/cookie-picker-routes.test.ts": 72,
|
|
"browse/test/daemon-log-hygiene.test.ts": 77,
|
|
"browse/test/daemon-mismatch-refuse.test.ts": 263,
|
|
"browse/test/data-platform.test.ts": 80,
|
|
"browse/test/domain-skills-e2e.test.ts": 548,
|
|
"browse/test/domain-skills-storage.test.ts": 68,
|
|
"browse/test/dual-listener.test.ts": 58,
|
|
"browse/test/dx-polish.test.ts": 67,
|
|
"browse/test/error-handling.test.ts": 66,
|
|
"browse/test/extension-sender-auth.test.ts": 92,
|
|
"browse/test/extension-token.test.ts": 444,
|
|
"browse/test/file-drop.test.ts": 73,
|
|
"browse/test/file-permissions.test.ts": 70,
|
|
"browse/test/fill-change-event.test.ts": 4572,
|
|
"browse/test/find-browse.test.ts": 70,
|
|
"browse/test/findport.test.ts": 470,
|
|
"browse/test/from-file-path-validation.test.ts": 67,
|
|
"browse/test/gstack-config.test.ts": 351,
|
|
"browse/test/gstack-update-check.test.ts": 1106,
|
|
"browse/test/handoff.test.ts": 5878,
|
|
"browse/test/launch-signal-flags.test.ts": 80,
|
|
"browse/test/learnings-injection.test.ts": 101,
|
|
"browse/test/media-extract-unit.test.ts": 48,
|
|
"browse/test/memory-command.test.ts": 399,
|
|
"browse/test/memory-leak-reproducer.test.ts": 403,
|
|
"browse/test/pair-agent-e2e.test.ts": 857,
|
|
"browse/test/pair-agent-optin-gate.test.ts": 71,
|
|
"browse/test/pair-agent-tunnel-eval.test.ts": 1124,
|
|
"browse/test/path-validation.test.ts": 88,
|
|
"browse/test/pdf-flags.test.ts": 76,
|
|
"browse/test/platform.test.ts": 53,
|
|
"browse/test/playwright-core-patch.test.ts": 70,
|
|
"browse/test/poisoned-bundle-probe.test.ts": 344,
|
|
"browse/test/process-liveness-windows.test.ts": 89,
|
|
"browse/test/proxy-config.test.ts": 76,
|
|
"browse/test/proxy-redact.test.ts": 43,
|
|
"browse/test/pty-inject-scan.test.ts": 67,
|
|
"browse/test/pty-session-lease.test.ts": 54,
|
|
"browse/test/rebrand-signed-bundle.test.ts": 62,
|
|
"browse/test/regression-pr1169-pdf-from-file-invalid-json.test.ts": 80,
|
|
"browse/test/restart-env.test.ts": 68,
|
|
"browse/test/sanitize.test.ts": 83,
|
|
"browse/test/screenshot-size-guard.test.ts": 289,
|
|
"browse/test/security-adversarial-fixes.test.ts": 66,
|
|
"browse/test/security-adversarial.test.ts": 57,
|
|
"browse/test/security-audit-r2.test.ts": 94,
|
|
"browse/test/security-bench.test.ts": 58,
|
|
"browse/test/security-classifier-download-cleanup.test.ts": 68,
|
|
"browse/test/security-classifier.test.ts": 66,
|
|
"browse/test/security-integration.test.ts": 57,
|
|
"browse/test/security-live-playwright.test.ts": 3613,
|
|
"browse/test/security-sidecar-client.test.ts": 75,
|
|
"browse/test/security.test.ts": 52,
|
|
"browse/test/server-auth.test.ts": 63,
|
|
"browse/test/server-embedder-terminal-port.test.ts": 3912,
|
|
"browse/test/server-factory.test.ts": 471,
|
|
"browse/test/server-flush-trackers.test.ts": 64,
|
|
"browse/test/server-lock-errors.test.ts": 74,
|
|
"browse/test/server-no-import-side-effects.test.ts": 730,
|
|
"browse/test/server-proxy-fail-fast.test.ts": 1433,
|
|
"browse/test/server-pty-lease-routes.test.ts": 72,
|
|
"browse/test/server-sanitize-surrogates.test.ts": 57,
|
|
"browse/test/server-security-surface.test.ts": 63,
|
|
"browse/test/server-tmp-state-path.test.ts": 54,
|
|
"browse/test/session-cookie-store.test.ts": 85,
|
|
"browse/test/session-persist.test.ts": 10686,
|
|
"browse/test/sidebar-tabs.test.ts": 68,
|
|
"browse/test/sidebar-ux.test.ts": 70,
|
|
"browse/test/sidepanel-patient-autoconnect.test.ts": 61,
|
|
"browse/test/sidepanel-reattach.test.ts": 69,
|
|
"browse/test/sidepanel-restart-dispose.test.ts": 76,
|
|
"browse/test/skill-token.test.ts": 68,
|
|
"browse/test/snapshot.test.ts": 11135,
|
|
"browse/test/socks-bridge.test.ts": 548,
|
|
"browse/test/sse-helpers.test.ts": 209,
|
|
"browse/test/sse-session-cookie.test.ts": 49,
|
|
"browse/test/state-ttl.test.ts": 53,
|
|
"browse/test/stealth-extended.test.ts": 48,
|
|
"browse/test/stealth-layer-c.test.ts": 53,
|
|
"browse/test/stealth-webdriver.test.ts": 1234,
|
|
"browse/test/stop-ack-before-shutdown.test.ts": 190,
|
|
"browse/test/stop-dead-daemon.test.ts": 277,
|
|
"browse/test/tab-each.test.ts": 91,
|
|
"browse/test/tab-guardrail.test.ts": 367,
|
|
"browse/test/tab-isolation.test.ts": 342,
|
|
"browse/test/tab-session-frame-detach.test.ts": 53,
|
|
"browse/test/telemetry-optout.test.ts": 161,
|
|
"browse/test/telemetry.test.ts": 150,
|
|
"browse/test/terminal-agent-detach-reattach.test.ts": 61,
|
|
"browse/test/terminal-agent-integration.test.ts": 675,
|
|
"browse/test/terminal-agent-internal-handler.test.ts": 68,
|
|
"browse/test/terminal-agent-keepalive.test.ts": 71,
|
|
"browse/test/terminal-agent-owner-watchdog.test.ts": 5085,
|
|
"browse/test/terminal-agent-pid-identity.test.ts": 74,
|
|
"browse/test/terminal-agent-port-range.test.ts": 78,
|
|
"browse/test/terminal-agent-ring-buffer-runtime.test.ts": 86,
|
|
"browse/test/terminal-agent-session-routing.test.ts": 61,
|
|
"browse/test/terminal-agent-watchdog.test.ts": 65,
|
|
"browse/test/terminal-agent.test.ts": 66,
|
|
"browse/test/token-registry.test.ts": 69,
|
|
"browse/test/tunnel-gate-unit.test.ts": 393,
|
|
"browse/test/tunnel-revoke-cli.test.ts": 1360,
|
|
"browse/test/url-validation.test.ts": 65,
|
|
"browse/test/watch.test.ts": 411,
|
|
"browse/test/watchdog.test.ts": 3538,
|
|
"browse/test/welcome-page.test.ts": 80,
|
|
"browse/test/windows-spawn-hide.test.ts": 91,
|
|
"browse/test/xprotect-heal.test.ts": 861,
|
|
"browse/test/xvfb.test.ts": 3103,
|
|
"browser-skills/hackernews-frontpage/script.test.ts": 67,
|
|
"design/test/auth.test.ts": 65,
|
|
"design/test/daemon-discovery.test.ts": 15626,
|
|
"design/test/daemon.test.ts": 86,
|
|
"design/test/feedback-roundtrip-daemon.test.ts": 410,
|
|
"design/test/feedback-roundtrip.test.ts": 5645,
|
|
"design/test/gallery.test.ts": 66,
|
|
"design/test/image-gen-pairing.test.ts": 67,
|
|
"design/test/receipted-fetch.test.ts": 67,
|
|
"design/test/serve.test.ts": 73,
|
|
"design/test/variants-retry-after.test.ts": 8614,
|
|
"ios-qa/daemon/test/allowlist.test.ts": 74,
|
|
"ios-qa/daemon/test/audit.test.ts": 64,
|
|
"ios-qa/daemon/test/auth-mint.test.ts": 63,
|
|
"ios-qa/daemon/test/cli-mint.test.ts": 213,
|
|
"ios-qa/daemon/test/daemon-integration.test.ts": 434,
|
|
"ios-qa/daemon/test/proxy-classify.test.ts": 70,
|
|
"ios-qa/daemon/test/session-tokens.test.ts": 59,
|
|
"ios-qa/daemon/test/single-instance.test.ts": 66,
|
|
"ios-qa/daemon/test/tailscale-localapi.test.ts": 68,
|
|
"ios-qa/daemon/test/tunnel-bootstrap.test.ts": 466,
|
|
"ios-qa/scripts/gen-accessors.test.ts": 114,
|
|
"make-pdf/test/cli-args.test.ts": 56,
|
|
"make-pdf/test/coverage-gaps.test.ts": 81,
|
|
"make-pdf/test/diagram-prepass.test.ts": 100,
|
|
"make-pdf/test/e2e/ci-prereqs.test.ts": 75,
|
|
"make-pdf/test/e2e/combined-gate.test.ts": 2867,
|
|
"make-pdf/test/e2e/diagram-gate.test.ts": 9739,
|
|
"make-pdf/test/e2e/emoji-gate.test.ts": 1721,
|
|
"make-pdf/test/e2e/format-gate.test.ts": 11694,
|
|
"make-pdf/test/e2e/landscape-gate.test.ts": 12720,
|
|
"make-pdf/test/image-policy.test.ts": 48,
|
|
"make-pdf/test/pdftotext.test.ts": 81,
|
|
"make-pdf/test/render-offline-sanitize.test.ts": 98,
|
|
"make-pdf/test/render.test.ts": 116,
|
|
"test/agent-sdk-runner.test.ts": 7272,
|
|
"test/analytics.test.ts": 75,
|
|
"test/anthropic-preflight.test.ts": 55,
|
|
"test/artifacts-allowlist-decisions.test.ts": 55,
|
|
"test/artifacts-init-migration.test.ts": 204,
|
|
"test/audit-compliance.test.ts": 90,
|
|
"test/auq-error-fallback-hook.test.ts": 244,
|
|
"test/auq-format-always-loaded.test.ts": 78,
|
|
"test/benchmark-cli.test.ts": 692,
|
|
"test/benchmark-runner.test.ts": 62,
|
|
"test/bin-context-windows-slug.test.ts": 625,
|
|
"test/bin-windows-bun-import-paths.test.ts": 1285,
|
|
"test/binding-template-drift.test.ts": 85,
|
|
"test/brain-cache-roundtrip.test.ts": 151,
|
|
"test/brain-cache-spec.test.ts": 76,
|
|
"test/brain-preflight.test.ts": 84,
|
|
"test/brain-sync-windows-paths.test.ts": 55,
|
|
"test/brain-sync.test.ts": 26537,
|
|
"test/branch-slug-hygiene.test.ts": 296,
|
|
"test/build-gbrain-env.test.ts": 69,
|
|
"test/build-script-shell-compat.test.ts": 62,
|
|
"test/builder-profile.test.ts": 2131,
|
|
"test/bun-version-drift.test.ts": 66,
|
|
"test/cache-concurrent-refresh.test.ts": 105,
|
|
"test/carve-guard-completeness.test.ts": 83,
|
|
"test/carve-guards-negative.test.ts": 61,
|
|
"test/carve-section-ordering.test.ts": 81,
|
|
"test/catalog-budget.test.ts": 134,
|
|
"test/catalog-mode-full.test.ts": 272,
|
|
"test/catalog-trim.test.ts": 94,
|
|
"test/changed-files-union.test.ts": 376,
|
|
"test/ci-image-tag-binding.test.ts": 63,
|
|
"test/claude-provider-keychain.test.ts": 192,
|
|
"test/code-intelligence-cli.test.ts": 856,
|
|
"test/code-intelligence.test.ts": 4407,
|
|
"test/codex-generation-model.test.ts": 119,
|
|
"test/codex-hardening.test.ts": 1196,
|
|
"test/codex-model-probe.test.ts": 255,
|
|
"test/codex-resume-flag-semantics.test.ts": 82,
|
|
"test/codex-under-codex-detection.test.ts": 79,
|
|
"test/codex-web-search-flag.test.ts": 214,
|
|
"test/conductor-env-shim.test.ts": 46,
|
|
"test/context-bill.test.ts": 142,
|
|
"test/context-budget-ratchet.test.ts": 203,
|
|
"test/context-save-hardening.test.ts": 266,
|
|
"test/cso-preserved.test.ts": 66,
|
|
"test/cso-spec-taxonomy-alignment.test.ts": 63,
|
|
"test/declared-annotation.test.ts": 65,
|
|
"test/design-flag-utils.test.ts": 64,
|
|
"test/dev-setup-render-isolation.test.ts": 69,
|
|
"test/diagram-render-drift.test.ts": 130,
|
|
"test/diff-scope.test.ts": 1699,
|
|
"test/discover-section-templates.test.ts": 66,
|
|
"test/distill-apply.test.ts": 577,
|
|
"test/distill-free-text.test.ts": 646,
|
|
"test/docs-config-keys.test.ts": 132,
|
|
"test/document-skills-redaction.test.ts": 59,
|
|
"test/e2e-harness-audit.test.ts": 64,
|
|
"test/e2e-tier-alignment.test.ts": 152,
|
|
"test/egress-lib.test.ts": 409,
|
|
"test/egress-receipt-wiring.test.ts": 226,
|
|
"test/egress-receipt.test.ts": 5261,
|
|
"test/empty-find-fallthrough.test.ts": 358,
|
|
"test/eval-budgets-policy.test.ts": 78,
|
|
"test/eval-cli-family.test.ts": 480,
|
|
"test/eval-detach-timeout-floor.test.ts": 92,
|
|
"test/eval-list-cli.test.ts": 221,
|
|
"test/eval-model.test.ts": 57,
|
|
"test/evals-workflow-matrix.test.ts": 71,
|
|
"test/evidence.test.ts": 5281,
|
|
"test/exit-propagation.test.ts": 401,
|
|
"test/explain-level-config.test.ts": 206,
|
|
"test/extension-pty-inject-invariant.test.ts": 72,
|
|
"test/founder-resources-optout.test.ts": 114,
|
|
"test/free-tests-workflow-wiring.test.ts": 66,
|
|
"test/fs-atomic.test.ts": 64,
|
|
"test/fs-utils.test.ts": 203,
|
|
"test/gate-secret-scan.test.ts": 577,
|
|
"test/gbrain-cycle-completed.test.ts": 73,
|
|
"test/gbrain-detect-install.test.ts": 334,
|
|
"test/gbrain-detect-shape.test.ts": 464,
|
|
"test/gbrain-detection-override.test.ts": 907,
|
|
"test/gbrain-dream-stage.test.ts": 167,
|
|
"test/gbrain-exec-invariant.test.ts": 58,
|
|
"test/gbrain-guards.test.ts": 76,
|
|
"test/gbrain-init-rollback.test.ts": 87,
|
|
"test/gbrain-init-voyage-code-3.test.ts": 71,
|
|
"test/gbrain-lib-validate-varname.test.ts": 71,
|
|
"test/gbrain-lib-verify.test.ts": 145,
|
|
"test/gbrain-local-status.test.ts": 3545,
|
|
"test/gbrain-refresh-install-render.test.ts": 68,
|
|
"test/gbrain-repo-policy-client.test.ts": 473,
|
|
"test/gbrain-repo-policy.test.ts": 828,
|
|
"test/gbrain-source-gitignore.test.ts": 78,
|
|
"test/gbrain-source-worktree-advance.test.ts": 525,
|
|
"test/gbrain-sources-parse.test.ts": 71,
|
|
"test/gbrain-sources.test.ts": 137,
|
|
"test/gbrain-spawn-windows-shell.test.ts": 65,
|
|
"test/gbrain-supabase-provision.test.ts": 162,
|
|
"test/gbrain-sync-skip.test.ts": 11570,
|
|
"test/gbrain-sync-voyage-code-3-integration.test.ts": 54,
|
|
"test/gen-skill-docs-idempotency.test.ts": 1776,
|
|
"test/gen-skill-docs-import-purity.test.ts": 88,
|
|
"test/gen-skill-docs-out-dir.test.ts": 1282,
|
|
"test/gen-skill-docs.test.ts": 3624,
|
|
"test/global-discover.test.ts": 405,
|
|
"test/gstack-artifacts-init.test.ts": 2732,
|
|
"test/gstack-artifacts-url.test.ts": 167,
|
|
"test/gstack-brain-context-load.test.ts": 445,
|
|
"test/gstack-codex-session-import.test.ts": 546,
|
|
"test/gstack-config-defaults.test.ts": 1270,
|
|
"test/gstack-config-key-locale.test.ts": 104,
|
|
"test/gstack-config-redact-keys.test.ts": 123,
|
|
"test/gstack-decision-bins.test.ts": 3316,
|
|
"test/gstack-decision-semantic.test.ts": 82,
|
|
"test/gstack-decision.test.ts": 65,
|
|
"test/gstack-detach.test.ts": 11513,
|
|
"test/gstack-developer-profile.test.ts": 6859,
|
|
"test/gstack-egress-cli.test.ts": 533,
|
|
"test/gstack-gbrain-detect-mcp-mode.test.ts": 15425,
|
|
"test/gstack-gbrain-mcp-verify.test.ts": 1209,
|
|
"test/gstack-gbrain-source-wireup.test.ts": 1591,
|
|
"test/gstack-gbrain-sync.test.ts": 1772,
|
|
"test/gstack-home-module-scope.test.ts": 102,
|
|
"test/gstack-learnings-search.test.ts": 282,
|
|
"test/gstack-memory-helpers.test.ts": 80,
|
|
"test/gstack-memory-ingest.test.ts": 2274,
|
|
"test/gstack-next-version.test.ts": 11929,
|
|
"test/gstack-paths.test.ts": 128,
|
|
"test/gstack-question-log.test.ts": 1767,
|
|
"test/gstack-question-preference.test.ts": 4280,
|
|
"test/gstack-redact-cli.test.ts": 515,
|
|
"test/gstack-repo-mode.test.ts": 789,
|
|
"test/gstack-retro-metrics.test.ts": 597,
|
|
"test/gstack-schema-pack.test.ts": 64,
|
|
"test/gstack-session-kind.test.ts": 81,
|
|
"test/gstack-settings-hook-schema-aware.test.ts": 2572,
|
|
"test/gstack-skill-start.test.ts": 1442,
|
|
"test/gstack-slug-cwd-walk-up.test.ts": 445,
|
|
"test/gstack-slug-parity.test.ts": 688,
|
|
"test/gstack-slug-sanitize.test.ts": 99,
|
|
"test/gstack-state-root-override.test.ts": 351,
|
|
"test/gstack-team-init-hook-schema.test.ts": 173,
|
|
"test/gstack-upgrade-migration-v1_17_0_0.test.ts": 83,
|
|
"test/gstack-upgrade-migration-v1_37_0_0.test.ts": 120,
|
|
"test/gstack-upgrade-migration-v1_40_0_0.test.ts": 174,
|
|
"test/gstack-version-bump.test.ts": 1304,
|
|
"test/helpers-unit.test.ts": 67,
|
|
"test/helpers/budget-override.test.ts": 61,
|
|
"test/helpers/capture-parity-baseline.test.ts": 191,
|
|
"test/helpers/claude-pty-runner.scope-gate-floor.unit.test.ts": 66,
|
|
"test/helpers/claude-pty-runner.unit.test.ts": 80,
|
|
"test/helpers/e2e-gate.unit.test.ts": 61,
|
|
"test/helpers/eval-store.test.ts": 244,
|
|
"test/helpers/gemini-session-runner.test.ts": 63,
|
|
"test/helpers/hermetic-env.test.ts": 66,
|
|
"test/helpers/observability.test.ts": 158,
|
|
"test/helpers/providers/gemini.test.ts": 58,
|
|
"test/helpers/run-bin.test.ts": 67,
|
|
"test/helpers/session-runner.test.ts": 87,
|
|
"test/heredoc-pipe-deadlock.test.ts": 121,
|
|
"test/hermetic-skills-seeding.test.ts": 91,
|
|
"test/hermetic-wiring.test.ts": 97,
|
|
"test/hook-scripts.test.ts": 8381,
|
|
"test/hooks-windows-paths.test.ts": 170,
|
|
"test/host-config.test.ts": 857,
|
|
"test/investigate-freeze-path.test.ts": 67,
|
|
"test/ios-debug-bridge-release-guard.test.ts": 58,
|
|
"test/ios-qa-regen.test.ts": 272,
|
|
"test/ios-qa-stateserver-hardening.test.ts": 66,
|
|
"test/ios-qa-swiftui-tap-regression.test.ts": 61,
|
|
"test/is-conductor.test.ts": 45,
|
|
"test/jargon-list.test.ts": 65,
|
|
"test/jsonl-merge.test.ts": 274,
|
|
"test/jsonl-store.test.ts": 63,
|
|
"test/land-and-deploy-postfail.test.ts": 72,
|
|
"test/learnings-injection.test.ts": 91,
|
|
"test/learnings.test.ts": 2646,
|
|
"test/llms-txt-shape.test.ts": 72,
|
|
"test/memory-cache-injection.test.ts": 360,
|
|
"test/memory-ingest-include-gitignored.test.ts": 95,
|
|
"test/memory-ingest-no-put_page.test.ts": 72,
|
|
"test/memory-ingest-timeout.test.ts": 69,
|
|
"test/migration-checkpoint-ownership.test.ts": 137,
|
|
"test/migrations-v1.27.0.0.test.ts": 371,
|
|
"test/migrations-v1.65.0.0.test.ts": 194,
|
|
"test/mktemp-portability.test.ts": 75,
|
|
"test/model-overlay-fable-5.test.ts": 73,
|
|
"test/model-overlay-gpt-5.6-sol.test.ts": 65,
|
|
"test/model-overlay-opus-4-7.test.ts": 59,
|
|
"test/model-overlay-opus-4-8.test.ts": 59,
|
|
"test/model-overlay-sonnet-5.test.ts": 68,
|
|
"test/no-quoted-tilde-assignments.test.ts": 79,
|
|
"test/no-stale-gstack-brain-refs.test.ts": 604,
|
|
"test/no-suicide-exit.test.ts": 102,
|
|
"test/onboarding-moved-literals.test.ts": 92,
|
|
"test/one-way-doors.test.ts": 59,
|
|
"test/openclaw-native-skills.test.ts": 61,
|
|
"test/paid-orphan-tripwire.test.ts": 102,
|
|
"test/paid-selection-propagation.test.ts": 80,
|
|
"test/paid-shards.test.ts": 1330,
|
|
"test/pair-agent-token-hygiene.test.ts": 54,
|
|
"test/parity-baseline-integrity.test.ts": 66,
|
|
"test/parity-sectioned.test.ts": 67,
|
|
"test/parity-suite.test.ts": 146,
|
|
"test/plan-tune-gates.test.ts": 507,
|
|
"test/plan-tune.test.ts": 655,
|
|
"test/post-rename-doc-regen.test.ts": 70,
|
|
"test/pr-title-rewrite.test.ts": 120,
|
|
"test/pr-title-sync-workflow-safety.test.ts": 75,
|
|
"test/preamble-compose.test.ts": 62,
|
|
"test/preamble-first-task-scaffold.test.ts": 837,
|
|
"test/pty-askuserquestion-single-line.test.ts": 67,
|
|
"test/pty-skill-seeding-wiring.test.ts": 86,
|
|
"test/question-log-hook.test.ts": 1144,
|
|
"test/question-preference-hook.test.ts": 1477,
|
|
"test/question-tuning-registry-path.test.ts": 55,
|
|
"test/readme-throughput.test.ts": 151,
|
|
"test/redact-audit-log.test.ts": 91,
|
|
"test/redact-doc-resolver.test.ts": 64,
|
|
"test/redact-engine-autoredact.test.ts": 72,
|
|
"test/redact-engine.test.ts": 74,
|
|
"test/redact-parcel-id-false-positive.test.ts": 58,
|
|
"test/redact-pattern-lint.test.ts": 73,
|
|
"test/redact-prepush-hook.test.ts": 1705,
|
|
"test/redact-prepush-rebase-force-push.test.ts": 776,
|
|
"test/redact-prepush-scan-range.test.ts": 1406,
|
|
"test/regression-1539-review-self-verify.test.ts": 69,
|
|
"test/regression-1611-gbrain-sync-resume.test.ts": 83,
|
|
"test/regression-1624-retro-stale-base.test.ts": 59,
|
|
"test/regression-issue2091-bsd-mktemp.test.ts": 189,
|
|
"test/regression-pr1169-build-app-sed.test.ts": 91,
|
|
"test/regression-pr1169-mktemp-fallbacks.test.ts": 57,
|
|
"test/relink.test.ts": 2110,
|
|
"test/required-reads.test.ts": 62,
|
|
"test/resolver-ask-user-format.test.ts": 70,
|
|
"test/resolvers-gbrain-put-rewrite.test.ts": 74,
|
|
"test/resolvers-gbrain-save-results.test.ts": 57,
|
|
"test/review-log.test.ts": 689,
|
|
"test/routing-probe.test.ts": 66,
|
|
"test/run-in-background-guidance.test.ts": 67,
|
|
"test/run-shard-child.test.ts": 1274,
|
|
"test/salience-allowlist.test.ts": 98,
|
|
"test/schema-version-migration.test.ts": 89,
|
|
"test/secret-sink-harness.test.ts": 105,
|
|
"test/section-manifest-consistency.test.ts": 69,
|
|
"test/security-dashboard-fallback.test.ts": 1382,
|
|
"test/session-runner-timeout.test.ts": 8094,
|
|
"test/session-update-autostash.test.ts": 169,
|
|
"test/setup-alias-name-uniqueness.test.ts": 1173,
|
|
"test/setup-bun-cmd-and-pipe-bugs.test.ts": 67,
|
|
"test/setup-claude-skill-assets.test.ts": 595,
|
|
"test/setup-cleanup-orphans.test.ts": 124,
|
|
"test/setup-codesign.test.ts": 63,
|
|
"test/setup-codex-model.test.ts": 64,
|
|
"test/setup-conductor-worktree.test.ts": 69,
|
|
"test/setup-emoji-font.test.ts": 90,
|
|
"test/setup-gbrain-bin-invocation-paths.test.ts": 61,
|
|
"test/setup-gbrain-path4-structure.test.ts": 65,
|
|
"test/setup-help.test.ts": 81,
|
|
"test/setup-hook-canonical-paths.test.ts": 67,
|
|
"test/setup-plan-tune-hooks-noninteractive.test.ts": 218,
|
|
"test/setup-runtime-lib-command.test.ts": 3765,
|
|
"test/setup-sections-linking.test.ts": 59,
|
|
"test/setup-windows-fallback.test.ts": 75,
|
|
"test/setup-windows-rerun-refresh.test.ts": 131,
|
|
"test/ship-apple-gate.test.ts": 62,
|
|
"test/ship-document-release-dispatch.test.ts": 74,
|
|
"test/ship-plan-completion-invariants.test.ts": 107,
|
|
"test/ship-review-loop.test.ts": 103,
|
|
"test/ship-template-redaction.test.ts": 184,
|
|
"test/ship-test-detection-markers.test.ts": 259,
|
|
"test/ship-version-sync.test.ts": 464,
|
|
"test/skill-budget-regression.test.ts": 177,
|
|
"test/skill-census.test.ts": 67,
|
|
"test/skill-ceo-section-ordering.test.ts": 68,
|
|
"test/skill-collision-sentinel.test.ts": 65,
|
|
"test/skill-coverage-floor.test.ts": 82,
|
|
"test/skill-coverage-matrix.test.ts": 74,
|
|
"test/skill-cross-model-recommendation-emit.test.ts": 74,
|
|
"test/skill-fixture.test.ts": 92,
|
|
"test/skill-parser.test.ts": 71,
|
|
"test/skill-preflight-budget.test.ts": 65,
|
|
"test/skill-size-budget.test.ts": 477,
|
|
"test/skill-validation.test.ts": 577,
|
|
"test/slop-diff-cli.test.ts": 408,
|
|
"test/spec-template-invariants.test.ts": 57,
|
|
"test/spec-template-sync.test.ts": 224,
|
|
"test/static-no-legacy-writes.test.ts": 1701,
|
|
"test/strict-output.test.ts": 57,
|
|
"test/takes-fence-fallback.test.ts": 50,
|
|
"test/tasks-section-jq.test.ts": 75,
|
|
"test/taste-engine.test.ts": 854,
|
|
"test/team-mode.test.ts": 8780,
|
|
"test/telemetry-repo-strip.test.ts": 76,
|
|
"test/telemetry.test.ts": 4253,
|
|
"test/template-context-parity.test.ts": 67,
|
|
"test/terse-build.test.ts": 76,
|
|
"test/test-free-shards.test.ts": 3011,
|
|
"test/timeline-stop-hook.test.ts": 722,
|
|
"test/timeline.test.ts": 961,
|
|
"test/touchfiles-facade.test.ts": 82,
|
|
"test/touchfiles-map-diff.test.ts": 218,
|
|
"test/touchfiles.test.ts": 124,
|
|
"test/tracker-guard-wiring.test.ts": 87,
|
|
"test/tracker-guard.test.ts": 231,
|
|
"test/transcript-section-logger.test.ts": 57,
|
|
"test/uninstall-windows-copies.test.ts": 411,
|
|
"test/uninstall.test.ts": 2509,
|
|
"test/update-check-crash-sentinel.test.ts": 358,
|
|
"test/upgrade-migration-v1.test.ts": 76,
|
|
"test/upgrade-template-pins.test.ts": 60,
|
|
"test/user-render-out-dir-install.test.ts": 165,
|
|
"test/user-slug-fallback.test.ts": 230,
|
|
"test/v0-dormancy.test.ts": 79,
|
|
"test/verify-gate.test.ts": 712,
|
|
"test/version-source.test.ts": 47,
|
|
"test/workflow-concurrency.test.ts": 73,
|
|
"test/worktree.test.ts": 506,
|
|
"test/writing-style-resolver.test.ts": 62
|
|
}
|
|
}
|