|
30 | 30 | `INTENT.md` first, then make deck/file changes that implement that intent. |
31 | 31 | - `INTENT.md` and `policy/*.md` are guidance-only and must not be treated as |
32 | 32 | 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. |
36 | 36 | - 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 |
38 | 38 | `INTENT.md`. |
39 | 39 | - Do not distract users with internal processes or jargon. Focus on helping |
40 | 40 | them, and avoid details that do not directly improve their understanding of |
|
75 | 75 | `packages/gambit/src/decks/gambit-bot/scenarios/`. |
76 | 76 | - Ensure guidance remains consistent with |
77 | 77 | `packages/gambit/src/decks/gambit-bot/policy/` and |
78 | | - `company-workloops/policy/templates/INTENT.md`. |
| 78 | + `workloops/policy/templates/INTENT.md`. |
79 | 79 |
|
80 | 80 | ## Activation / revalidation |
81 | 81 |
|
|
90 | 90 |
|
91 | 91 | ### Inputs |
92 | 92 |
|
93 | | -- `company-workloops/policy/templates/INTENT.md` |
| 93 | +- `workloops/policy/templates/INTENT.md` |
94 | 94 | - `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` |
96 | 96 | - `packages/gambit/src/decks/gambit-bot/policy/deck-format-1.0.md` |
97 | 97 |
|
98 | 98 | ### Related |
99 | 99 |
|
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` |
0 commit comments