From 70dd3e62fcf3b7104782c76a7efb314cec29b567 Mon Sep 17 00:00:00 2001 From: bft-codebot Date: Tue, 17 Mar 2026 20:22:11 +0000 Subject: [PATCH] sync(bfmono): fix(bfds): remove RouterLink from shared components (+19 more) (bfmono@425535b7a) This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: 425535b7a Changes: - 425535b7a fix(bfds): remove RouterLink from shared components - 2e7ad9752 fix(bfdesktop): persist desktop assistant turn state - 7ffc0e646 fix(gambit-codex): preserve assistant message ordering in bfdesktop - 6dc58b9c2 feat(gambit-codex): stream assistant deltas and progressive tool result updates - 53dade7a2 feat(workloops): cut over repo paths to workloops - 17294ccf2 fix(gambit): keep dnt import map relative to package root - 4f695500c fix(gambit): shorten external export bundle tar paths - 52961d921 test(gambit): speed up max-turn clamp coverage - eb8d77c1f fix(repo): repair root instruction symlinks - 8d0ed38ff docs(company-workloops): move team and initiative memos into company-workloops - 76a315199 docs(company-workloops): move company policy into company-workloops - 34f2db5a3 test(gambit-core): tighten worker runtime test timing - 64c46672f refactor(browser): remove legacy demo wrapper entrypoints - 31a22bd4d fix(gambit): stop auto-seeding test tab inputs - c696f8231 fix(gambit): clarify test tab scenario and assistant inputs - 0e122281f feat(browser): stabilize shared runtime migration surface - 2b29f9c74 refactor(browser-runtime): unify demo and e2e entrypoints - ca15b24d7 refactor(e2e): adopt shared graphql mock runtime hooks - 2ec5a9bb1 fix(browser-runtime): stabilize gambit build-tab proving flow - 8751b2b7e test(browser-runtime): adopt proving flows and update runtime-core docs Do not edit this repo directly; make changes in bfmono and re-run the sync. --- simulator-ui/__generated__/builtRoutes.ts | 34 ------------------- simulator-ui/__generated__/builtRoutesSeed.ts | 34 +++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 simulator-ui/__generated__/builtRoutesSeed.ts diff --git a/simulator-ui/__generated__/builtRoutes.ts b/simulator-ui/__generated__/builtRoutes.ts index 30108258..c9e35b48 100644 --- a/simulator-ui/__generated__/builtRoutes.ts +++ b/simulator-ui/__generated__/builtRoutes.ts @@ -1,6 +1,4 @@ // @generated by infra/bft/tasks/routesBuild.ts -import { iso } from "@iso-gambit-sim"; - export type RouteEntrypoint = { Body: React.FC | null | undefined; title: string; @@ -8,38 +6,6 @@ export type RouteEntrypoint = { headers?: Record; }; -iso(`entrypoint Mutation.GambitSimulatorResetWorkspace`) -iso(`entrypoint Mutation.GambitSimulatorStopRun`) -iso(`entrypoint Mutation.GambitWorkspaceBuildRunCreate`) -iso(`entrypoint Mutation.GambitWorkspaceConversationSessionSend`) -iso(`entrypoint Mutation.GambitWorkspaceConversationSessionStart`) -iso(`entrypoint Mutation.GambitWorkspaceConversationSessionStop`) -iso(`entrypoint Mutation.GambitWorkspaceCreate`) -iso(`entrypoint Mutation.GambitWorkspaceDelete`) -iso(`entrypoint Mutation.GambitWorkspaceFeedbackSave`) -iso(`entrypoint Mutation.GambitWorkspaceGradeFlagReasonUpdate`) -iso(`entrypoint Mutation.GambitWorkspaceGradeFlagToggle`) -iso(`entrypoint Mutation.GambitWorkspaceGradeRunCreate`) -iso(`entrypoint Mutation.GambitWorkspaceScenarioRunSend`) -iso(`entrypoint Mutation.GambitWorkspaceScenarioRunStart`) -iso(`entrypoint Mutation.GambitWorkspaceScenarioRunStop`) -iso(`entrypoint Mutation.GambitWorkspaceVerifyBatchRunCreate`) -iso(`entrypoint Query.EntrypointChatOptimisticPlaceholder`) -iso(`entrypoint Query.EntrypointSimulatorBuildPage`) -iso(`entrypoint Query.EntrypointSimulatorGradePage`) -iso(`entrypoint Query.EntrypointSimulatorRedirect`) -iso(`entrypoint Query.EntrypointSimulatorRoot`) -iso(`entrypoint Query.EntrypointSimulatorTestPage`) -iso(`entrypoint Query.EntrypointSimulatorVerifyPage`) -iso(`entrypoint Query.EntrypointSimulatorWorkspaceShell`) -iso(`entrypoint Query.EntrypointSimulatorWorkspaces`) -iso(`entrypoint Query.EntrypointWorkspaceBuildLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceBuildTabLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceGradeLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceTestLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceVerifyLiveWrite`) -iso(`entrypoint Query.EntrypointWorkspaceWorkbenchLiveWrite`) - import entrypointChatOptimisticPlaceholder from "@iso-gambit-sim/Query/EntrypointChatOptimisticPlaceholder/entrypoint.ts" import entrypointSimulatorBuildPage from "@iso-gambit-sim/Query/EntrypointSimulatorBuildPage/entrypoint.ts" import entrypointSimulatorGradePage from "@iso-gambit-sim/Query/EntrypointSimulatorGradePage/entrypoint.ts" diff --git a/simulator-ui/__generated__/builtRoutesSeed.ts b/simulator-ui/__generated__/builtRoutesSeed.ts new file mode 100644 index 00000000..b7c7e4bd --- /dev/null +++ b/simulator-ui/__generated__/builtRoutesSeed.ts @@ -0,0 +1,34 @@ +// @generated by infra/bft/tasks/routesBuild.ts +import { iso } from "@iso-gambit-sim"; + +iso(`entrypoint Mutation.GambitSimulatorResetWorkspace`) +iso(`entrypoint Mutation.GambitSimulatorStopRun`) +iso(`entrypoint Mutation.GambitWorkspaceBuildRunCreate`) +iso(`entrypoint Mutation.GambitWorkspaceConversationSessionSend`) +iso(`entrypoint Mutation.GambitWorkspaceConversationSessionStart`) +iso(`entrypoint Mutation.GambitWorkspaceConversationSessionStop`) +iso(`entrypoint Mutation.GambitWorkspaceCreate`) +iso(`entrypoint Mutation.GambitWorkspaceDelete`) +iso(`entrypoint Mutation.GambitWorkspaceFeedbackSave`) +iso(`entrypoint Mutation.GambitWorkspaceGradeFlagReasonUpdate`) +iso(`entrypoint Mutation.GambitWorkspaceGradeFlagToggle`) +iso(`entrypoint Mutation.GambitWorkspaceGradeRunCreate`) +iso(`entrypoint Mutation.GambitWorkspaceScenarioRunSend`) +iso(`entrypoint Mutation.GambitWorkspaceScenarioRunStart`) +iso(`entrypoint Mutation.GambitWorkspaceScenarioRunStop`) +iso(`entrypoint Mutation.GambitWorkspaceVerifyBatchRunCreate`) +iso(`entrypoint Query.EntrypointChatOptimisticPlaceholder`) +iso(`entrypoint Query.EntrypointSimulatorBuildPage`) +iso(`entrypoint Query.EntrypointSimulatorGradePage`) +iso(`entrypoint Query.EntrypointSimulatorRedirect`) +iso(`entrypoint Query.EntrypointSimulatorRoot`) +iso(`entrypoint Query.EntrypointSimulatorTestPage`) +iso(`entrypoint Query.EntrypointSimulatorVerifyPage`) +iso(`entrypoint Query.EntrypointSimulatorWorkspaceShell`) +iso(`entrypoint Query.EntrypointSimulatorWorkspaces`) +iso(`entrypoint Query.EntrypointWorkspaceBuildLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceBuildTabLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceGradeLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceTestLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceVerifyLiveWrite`) +iso(`entrypoint Query.EntrypointWorkspaceWorkbenchLiveWrite`)