From 438a6420700982b915600d7fd278c893df0b3ea8 Mon Sep 17 00:00:00 2001 From: bft-codebot Date: Thu, 5 Feb 2026 20:32:35 +0000 Subject: [PATCH] sync(bfmono): fix(gambit): restore build-bot deck path compatibility (+19 more) (bfmono@20d1b4edf) This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit-core/` - bfmono rev: 20d1b4edf Changes: - df9280f6a fix(gambit): restore build-bot deck path compatibility - daca46555 feat(simulator-ui): wire build, test, and grade to workspace sessions - e404a17d7 feat(gambit): add workspace-backed serve and bot sandbox flow - 5f4fa86b9 feat(gambit): scaffold workspace defaults in init - cf9b23778 feat(gambit-core): add schema guards and model param passthrough - d0e5a9617 [gambit] move chat message into transcript so it scrolls - 5c6125d99 feat(simulator-ui): open workbench drawer by default - 7c9cd05f8 feat(simulator): gate chat accordion by env flag - a2599068e feat(simulator-ui): add build chat history loading - 9911dae22 feat(simulator-ui): add workbench chat drawer accordion - 8cab8ec1f feat(simulator-ui): dock calibrate drawer and sync updates - d41ba101d Add AAR for phase 3.1.5 deck format build tab - b1b5e2a7e Prefer PROMPT.md after build scaffolds - 50fac8f7b Update Build tab for deck format 1.0 - c5d99df6a feat(gambit-core): add deck format 1.0 stdlib assets - e76d1c56f feat(gambit): avoid invalid test deck fetch on stale selection - b8e21aaca feat(gambit): require model params in bot-written decks - 1ccbe6710 feat(gambit): stabilize test bot kickoff for user-start decks - f239ec86b feat(gambit): format gambit-bot instructions - 6fda040ac feat(gambit): build bot: reinforce test deck wiring rule Do not edit this repo directly; make changes in bfmono and re-run the sync. --- src/decks/actions/bot_deck_review.deck.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/decks/actions/bot_deck_review.deck.md diff --git a/src/decks/actions/bot_deck_review.deck.md b/src/decks/actions/bot_deck_review.deck.md deleted file mode 100644 index 635c42eb..00000000 --- a/src/decks/actions/bot_deck_review.deck.md +++ /dev/null @@ -1,22 +0,0 @@ -+++ -label = "bot_deck_review" -modelParams = { model = "openai/gpt-4o-mini", temperature = 0 } -contextSchema = "./schemas/gambit_bot_review_input.zod.ts" -responseSchema = "./schemas/gambit_bot_review_output.zod.ts" -+++ - -You are a review assistant for the Gambit Bot deck. Use the provided guide -content as the authoritative checklist. Compare it against the current deck -content and produce a concise, actionable review. - -Rules: - -- Focus on concrete, high-impact changes only. -- Prefer Deck Format v1.0 guidance and Product Command alignment. -- If the deck is missing a required step, call it out explicitly. -- Keep recommendations ordered by importance. -- If the caller provided a goal, tailor the review to that goal. - -Return the review using the response schema. - -![respond](gambit://snippets/respond.md)