Skip to content

Commit 7f82231

Browse files
committed
sync(bfmono): fix(simulator-ui): align focus ring with squircle inputs (+19 more) (bfmono@ecbe06eb7)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit-core/` - bfmono rev: ecbe06eb7 Changes: - 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 - af4ec9485 feat(simulator-ui): add squircle corner scaling - bb5695ad5 docs(reorg): prune legacy archives - 7fcb795ca docs: drop aibff CLI mention - 321400305 docs(gambit): keep docs README external-only - 5b8818d7e docs(gambit): move external posts to docs/posts - 5f91c0fee docs(gambit): remove internal doc references - 566038e35 docs(gambit): remove internal docs/policy/memos/coworkers - 847e81de5 docs(gambit): drop stale docs-structure memo path - d7e2577f9 docs(gambit): add docs reorg post - 9118dd328 docs(gambit): archive docs-structure alignment memo - 183701095 docs(gambit): add policy and memos readmes - 2dade5b12 docs(gambit): align docs/policy/memos Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent df0cf5c commit 7f82231

51 files changed

Lines changed: 920 additions & 77 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# simpsons_explainer_notest
2+
3+
Local dev example for testing the Test tab when no test decks are configured.
4+
5+
## Prereqs
6+
7+
- Install Deno: https://deno.com
8+
- Set `OPENROUTER_API_KEY` in your environment.
9+
10+
Example:
11+
12+
```bash
13+
export OPENROUTER_API_KEY="your-key-here"
14+
```
15+
16+
## Run the simulator
17+
18+
From this folder:
19+
20+
```bash
21+
deno run -A jsr:@bolt-foundry/gambit@^0.8.3/cli serve root.deck.md
22+
```
23+
24+
## Start the assistant (UI)
25+
26+
1. Open the simulator UI and go to the "Test" tab.
27+
2. Click "Start assistant" (start mode is `assistant`).
28+
3. Send messages manually.
29+
30+
## Notes
31+
32+
- This example intentionally has no `[[testDecks]]`.
33+
- Graders are registered in `cards/grader_decks.card.md`.
34+
- Instruction cards live in `cards/` and are included by `root.deck.md`.

scaffolds/demo/examples/advanced/simpsons_explainer_user/cards/action_decks.card.md renamed to examples/dev/simpsons_explainer_notest/cards/action_decks.card.md

File renamed without changes.

scaffolds/demo/examples/advanced/simpsons_explainer_user/cards/brevity.card.md renamed to examples/dev/simpsons_explainer_notest/cards/brevity.card.md

File renamed without changes.

scaffolds/demo/examples/advanced/simpsons_explainer_user/cards/friendliness.card.md renamed to examples/dev/simpsons_explainer_notest/cards/friendliness.card.md

File renamed without changes.

scaffolds/demo/examples/advanced/simpsons_explainer_user/cards/grader_decks.card.md renamed to examples/dev/simpsons_explainer_notest/cards/grader_decks.card.md

File renamed without changes.

scaffolds/demo/examples/advanced/simpsons_explainer_user/cards/simpsons_metaphor.card.md renamed to examples/dev/simpsons_explainer_notest/cards/simpsons_metaphor.card.md

File renamed without changes.

scaffolds/demo/examples/advanced/simpsons_explainer_user/cards/test_bot_hangup.card.md renamed to examples/dev/simpsons_explainer_notest/cards/test_bot_hangup.card.md

File renamed without changes.

scaffolds/demo/examples/advanced/simpsons_explainer_user/graders/brevity_turn_grader.deck.md renamed to examples/dev/simpsons_explainer_notest/graders/brevity_turn_grader.deck.md

File renamed without changes.

scaffolds/demo/examples/advanced/simpsons_explainer_user/graders/friendliness_turn_grader.deck.md renamed to examples/dev/simpsons_explainer_notest/graders/friendliness_turn_grader.deck.md

File renamed without changes.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
+++
2+
label = "Simpsons explainer"
3+
4+
[modelParams]
5+
model = "openai/gpt-4o-mini"
6+
temperature = 0
7+
+++
8+
9+
You are a clear and concise guide who makes complex ideas simple and easy to
10+
follow.
11+
12+
![simpsons_metaphor](./cards/simpsons_metaphor.card.md)
13+
![brevity](./cards/brevity.card.md)
14+
![friendliness](./cards/friendliness.card.md)
15+
16+
If there is no user request yet, reply with: "Ask me about anything"
17+
18+
![action_decks](./cards/action_decks.card.md)
19+
![grader_decks](./cards/grader_decks.card.md)

0 commit comments

Comments
 (0)