Skip to content

Commit 08d07d1

Browse files
committed
sync(bfmono): fix(gambit-release): support nested core path and cut 0.8.5-rc.2 (+19 more) (bfmono@9db408859)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: 9db408859 Changes: - 9db408859 fix(gambit-release): support nested core path and cut 0.8.5-rc.2 - 5e286d3a9 fix(gambit): clean codex smoke temp artifacts under ignored tmp - 2ce4b7ee8 fix(gambit): resolve local jsr package in release-binaries compile - e0c706e16 feat(gambit-simulator): show deck labels in build file selector - 02e3a5133 fix(gambit-simulator): keep test run metadata timestamp stable on selection - d5d4c4790 fix(gambit): make publish config resilient when init package scaffold is absent - e59c46b74 docs(gambit): align snippet terminology and publish migration post - 32c05988a chore(gambit): migrate demo and docs built-in URIs to snippets - 0c3283e87 chore(gambit): rename legacy action/test deck keys in examples and docs - e6cee968d chore(gambit-examples): adopt scenario participant snippet in user-turn decks - 898e776f0 feat(gambit): add scenario participant snippet and scaffold adoption - e61fcaa4e feat(gambit-simulator): add previous test run selectors for test and grade - 4f0a61e0c fix(gambit): keep blank test runs and allow assistant starts in a workspace - 5663a6c3e fix(gambit-simulator): prevent overlapping test status polls - c7a262c7d fix(gambit): enable unstable worker options in gambit-core CI tests - 5660b3269 test(gambit): harden codex cli test command config - a9d5438f9 chore(gambit): cut 0.8.5-rc.1 release - d6a149451 test(gambit): harden codex smoke + build stop tests - 6c76075fa fix(gambit-serve): root workspace state in invocation directory - de75a3987 feat(gambit): ship faq openresponses interoperability updates Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent 2312130 commit 08d07d1

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
[release]
3-
since = "fd93f8898e9a4a7210b44a75a7f5bde463374356"
3+
since = "5e286d3a940d6d0ce122883c804d3fd593deea5f"
44
+++
55

66
# Changelog
@@ -9,6 +9,10 @@ since = "fd93f8898e9a4a7210b44a75a7f5bde463374356"
99

1010
- TBD
1111

12+
## v0.8.5-rc.2
13+
14+
- TBD
15+
1216
## v0.8.5-rc.1
1317

1418
- feat(gambit): remove `gambit init`; onboarding now routes through

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
33
"name": "@bolt-foundry/gambit",
44
"description": "Agent harness framework for building, running, and verifying LLM workflows in Markdown and code.",
5-
"version": "0.8.5-rc.1",
5+
"version": "0.8.5-rc.2",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

packages/gambit-core/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bolt-foundry/gambit-core",
3-
"version": "0.8.5-rc.1",
3+
"version": "0.8.5-rc.2",
44
"description": "Core runtime for Gambit decks.",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)