Skip to content

Commit 12600c9

Browse files
committed
sync(bfmono): feat(workloops): cut over repo paths to workloops (+19 more) (bfmono@fd58820df)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: fd58820df Changes: - 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 - 4c37237a2 fix(gambit): address sqlite cutover review regressions - 0a8233b0c fix(gambit): finish sqlite cutover cleanup - 1fee78d0f fix(gambit): show feedback rejection errors in test ui - 3386bf209 chore(gambit): regenerate feedback save graphql artifacts Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent 70f1486 commit 12600c9

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/decks/actions/policy_read/PROMPT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ label = "policy_read"
33
execute = "../policy_read.deck.ts"
44
+++
55

6-
Compute-only deck for loading policy docs under `company-workloops/policy/`.
6+
Compute-only deck for loading policy docs under `workloops/policy/`.

src/decks/actions/policy_search/PROMPT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Your job: read and summarize the most relevant policies for an upcoming change.
1616

1717
Discovery flow:
1818

19-
1. Call `policy_read` with `path="company-workloops/policy/README.md"` first.
19+
1. Call `policy_read` with `path="workloops/policy/README.md"` first.
2020
2. Discover candidate policy file paths from the README markdown links.
2121
3. Select the most relevant policy paths for the requested change.
2222
4. Call `policy_read` for each selected policy path.
@@ -29,7 +29,7 @@ Selection rules:
2929
- Prefer 2-3 docs by default unless a broader set is clearly needed.
3030
- Always include `policy/deck-format-1.0.md` when frontmatter, schema, or deck
3131
structure may change.
32-
- If uncertain, include `company-workloops/policy/README.md` first.
32+
- If uncertain, include `workloops/policy/README.md` first.
3333

3434
Response requirements:
3535

src/decks/gambit-bot/INTENT.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
`INTENT.md` first, then make deck/file changes that implement that intent.
3131
- `INTENT.md` and `policy/*.md` are guidance-only and must not be treated as
3232
executable prompts.
33-
- Treat `company-workloops/policy/` as a discovery mechanism for long-term
34-
behavior, edge cases, and documented preferences that should shape assistant
35-
behavior over time.
33+
- Treat `workloops/policy/` as a discovery mechanism for long-term behavior,
34+
edge cases, and documented preferences that should shape assistant behavior
35+
over time.
3636
- The assistant being built should be able to understand its purpose thoroughly
37-
by relying on the guidance in `company-workloops/policy/` plus the current
37+
by relying on the guidance in `workloops/policy/` plus the current
3838
`INTENT.md`.
3939
- Do not distract users with internal processes or jargon. Focus on helping
4040
them, and avoid details that do not directly improve their understanding of
@@ -75,7 +75,7 @@
7575
`packages/gambit/src/decks/gambit-bot/scenarios/`.
7676
- Ensure guidance remains consistent with
7777
`packages/gambit/src/decks/gambit-bot/policy/` and
78-
`company-workloops/policy/templates/INTENT.md`.
78+
`workloops/policy/templates/INTENT.md`.
7979

8080
## Activation / revalidation
8181

@@ -90,12 +90,12 @@
9090

9191
### Inputs
9292

93-
- `company-workloops/policy/templates/INTENT.md`
93+
- `workloops/policy/templates/INTENT.md`
9494
- `packages/gambit/src/decks/gambit-bot/PROMPT.md`
95-
- `packages/gambit/src/decks/gambit-bot/company-workloops/policy/product-command.md`
95+
- `packages/gambit/src/decks/gambit-bot/workloops/policy/product-command.md`
9696
- `packages/gambit/src/decks/gambit-bot/policy/deck-format-1.0.md`
9797

9898
### Related
9999

100-
- `packages/gambit/src/decks/gambit-bot/company-workloops/policy/README.md`
101-
- `company-workloops/initiatives/gambit-product-command-launch/INTENT.md`
100+
- `packages/gambit/src/decks/gambit-bot/workloops/policy/README.md`
101+
- `workloops/initiatives/gambit-product-command-launch/INTENT.md`

src/decks/gambit-bot/policy/deck-format-1.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ Every deck folder MUST include:
197197
Deck folders SHOULD include:
198198

199199
- `INTENT.md`
200-
- `company-workloops/policy/`
200+
- `workloops/policy/`
201201

202202
Notes (recommended behavior):
203203

204204
- Gambit tooling looks for `INTENT.md` and MAY scaffold it if missing.
205205
- `INTENT.md` SHOULD follow the canonical intent headings from
206-
`company-workloops/policy/templates/INTENT.md`.
206+
`workloops/policy/templates/INTENT.md`.
207207
- `INTENT.md` explains **what** the deck should accomplish and why: goals,
208208
non-goals, constraints, tradeoffs, and escalation conditions. It is the source
209209
of truth for human alignment and for Gambit Build Assistant decisions about
@@ -223,7 +223,7 @@ Deck folders MAY include:
223223
- `README.md` (recommended)
224224
- `samples/` (recommended)
225225
- `snippets/` (recommended)
226-
- `company-workloops/policy/` (optional policy docs)
226+
- `workloops/policy/` (optional policy docs)
227227
- `reviews/` (optional AARs / retros)
228228
- `actions/`, `scenarios/`, `graders/` (recommended organization only)
229229

src/decks/guides/gambit-bot-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bot creation and updates.
66
Required behavior
77

88
- First step for new builds: draft `INTENT.md` using the Product Command
9-
headings from `company-workloops/policy/templates/INTENT.md`.
9+
headings from `workloops/policy/templates/INTENT.md`.
1010
- Ask for the minimum kickoff inputs needed to complete intent: purpose, 2-3
1111
example user prompts, success criteria, and data sources.
1212
- Use Deck Format v1.0 by default: `PROMPT.md` as the single entrypoint with

0 commit comments

Comments
 (0)