Skip to content

Commit c01d075

Browse files
committed
sync(bfmono): feat(gambit): add simulator build tab loop (+19 more) (bfmono@c8ada27d9)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit-core/` - bfmono rev: c8ada27d9 Changes: - 85d99cd7e feat(gambit): add simulator build tab loop - 202b72d04 chore(gambit): migrate simulator e2e harness to Playwright - b72bd36d5 feat(simulator-ui): add shared Tabs component - 59a2b99fd fix(simulator-ui): add tab button border suppression - b7df84782 fix(simulator-ui): open sessions in test from docs - 6e199ea1e chore(simulator-ui): remove unused styles - 84274be56 feat(gambit): refine simulator nav and surface model params - 342bb4d8d feat(gambit): publish rc prereleases in CI - 8bae64370 feat(gambit): harden session persistence logs - 9739cf8ce feat(simulator-ui): add scrolling text for overflow labels - 0aca193f8 feat(gambit): add deck tools tab in simulator - 9959c81f0 feat(simulator-ui): add guidance to test bot start overlay - ecbe06eb7 fix(simulator-ui): align focus ring with squircle inputs - 336e4c0eb fix(simulator): allow assistant start without test decks - a7bcc23be fix(simulator-ui): stabilize test bot session navigation - 2ffc619a2 test(simulator-ui): add e2e session url checklist - c9a52f844 feat(simulator-ui): polish sessions drawer list - 7a2b83a3b feat(gambit-bot): add recipe selection test personas - 27ceb80b1 fix(gambit-bot): require valid gambit deck output - 9184563de fix(gambit): block symlink escapes in bot tools Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent b2970ea commit c01d075

13 files changed

Lines changed: 1126 additions & 1690 deletions

File tree

deno.jsonc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
"lint": "deno lint",
1818
"guard:bfmono-imports": "deno run -A scripts/guard-bfmono-imports.ts",
1919
"test": "deno test --allow-all",
20-
"ci": "deno fmt --check && deno lint && deno task guard:bfmono-imports && deno test --allow-all --ignore=simulator-ui/__tests__/e2e",
20+
"ci": "deno fmt --check && deno lint && deno task guard:bfmono-imports && deno test --allow-all",
2121
"fix": "deno fmt && deno lint --fix && deno test --allow-all",
2222
"compile": "deno run -A scripts/compile.ts",
2323
"precommit": "deno fmt && deno lint && deno task guard:bfmono-imports && deno check && deno test -A",
24-
"e2e": "deno test -A simulator-ui/__tests__/e2e/*.e2e.ts",
25-
"e2e-logs": "deno run -A simulator-ui/__tests__/e2e/e2e-logs.ts",
2624
"bundle:sim": "deno run -A scripts/bundle_simulator_ui.ts",
2725
"bundle:sim:sourcemap": "deno run -A scripts/bundle_simulator_ui.ts --sourcemap=external",
2826
"bundle:sim:web": "deno run -A scripts/bundle_simulator_ui.ts --platform=browser",

simulator-ui/__tests__/e2e/README.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

simulator-ui/__tests__/e2e/e2e-logs.ts

Lines changed: 0 additions & 87 deletions
This file was deleted.

simulator-ui/__tests__/e2e/fixtures/stub-simulator-server.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)