Skip to content

Commit f14c060

Browse files
committed
sync(bfmono): docs(gambit): align package README and examples paths (+19 more) (bfmono@bc863eeda)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: bc863eeda Changes: - bc863eeda docs(gambit): align package README and examples paths - 13974eff1 fix(simulator-ui): restore isograph drawer controls and docs-first nav - 88441ad8c fix(simulator-ui): restore workbench chat controls and enforce non-null output fields - 67b932323 fix(gambit-simulator-ui): switch workspace delete to Isograph mutation - 59fc0f177 fix(simulator-ui): restore isograph docs nav and drawer behavior - 87f077565 fix(simulator-ui): align isograph navbar title centering with legacy layout - 30527713d GBENG-89 fix - 8da9d1153 fix(gambit-ci): avoid publish dry-run type skew false positives - 3a3341592 fix(gambit): scope run-event idempotency and return committed sequences - 567f5934f fix(gambit): harden response trace persistence and replay test stability - fa68df891 fix(gambit): prevent response replay duplication and idempotency collisions - fcff57520 fix(gambit): project response.reasoning events into output reasoning items - 697d79956 fix(gambit): enforce canonical sqlite openresponses projections - e22cde8be fix(gambit/providers): normalize codex and claude stream events for core - 138bb9ad7 fix(gambit-graphql): remove stray braces after output-item materializer removal - 6c696341a test(gambit): cover build/scenario openresponses run-id isolation - b4fd65bb1 fix(gambit): isolate build runtime authority from scenario state - 075c88fe6 fix(gambit): persist response trace events from scenario state updates - 440ea5399 feat(gambit): persist openresponse output items in sqlite - d2fc251a9 test(gambit): cover assistant-start terminal-empty run gate Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent 185c024 commit f14c060

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ It also serves:
167167
```
168168
http://localhost:8000/test
169169
http://localhost:8000/grade
170-
http://localhost:8000/verify (when GAMBIT_SIMULATOR_VERIFY_TAB=1)
170+
http://localhost:8000/verify (enabled by default; disable with GAMBIT_SIMULATOR_VERIFY_TAB=0)
171171
```
172172

173173
To seed deterministic Verify fixtures for local iteration:

docs/external/examples/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Per-example docs:
1414

1515
Notes:
1616

17-
- Repo assets live under `init/examples/` (advanced demos in
18-
`init/examples/advanced/`, FAQ bot in `init/examples/faq-bot-example/`); init
19-
templates live under `init/` for CLI scaffolding.
17+
- Source templates live under `packages/gambit/scaffolds/demo/examples/`
18+
(advanced demos in `.../advanced/`, FAQ bot in `.../faq-bot-example/`).
19+
- When `gambit demo` seeds a workspace, generated copies live under
20+
`gambit/examples/`.
2021
- Examples show how to use Gambit as an agent harness for workflow execution and
2122
verification.
2223
- Routing examples rely on tight action descriptions and schemas so the model

0 commit comments

Comments
 (0)