create-team-foundry 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +8 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2224,9 +2224,14 @@ After the last question, do the following:
2224
2224
  2. **List what's still a gap.** Name each empty or partially-filled file and the specific
2225
2225
  missing piece. Don't apologize for the gaps \u2014 state them neutrally.
2226
2226
 
2227
- 3. **Suggest one next action.** The single most valuable thing the team could do to improve
2228
- their team-foundry right now. Usually: fill the most important gap, or schedule a
2229
- customer conversation if customers.md is thin.
2227
+ 3. **Suggest one next action and offer to start it now.** Name the single most valuable
2228
+ gap and immediately offer to fill it:
2229
+ > "Want to start with [most valuable gap]? That's usually the highest-leverage first
2230
+ > fill \u2014 everything else references it."
2231
+ Default priority: customers (shapes all other files) \u2192 outcomes (most time-sensitive)
2232
+ \u2192 north star (grounds the coach) \u2192 stack (engineering context).
2233
+ Wait for the user to say yes or choose a different file. If they say yes, begin the
2234
+ relevant questions immediately without re-running the full interview.
2230
2235
 
2231
2236
  4. **Offer the coach.** End with:
2232
2237
  > "Your team-foundry is set up. You can ask me to review it any time by saying
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-team-foundry",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Scaffold a team-foundry into any repo — structured context files for Claude Code, Gemini CLI, and Cursor",
5
5
  "license": "MIT",
6
6
  "type": "module",