toga-ai 1.0.33 → 1.0.35
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.
- package/package.json +1 -1
- package/skills/kickoff/SKILL.md +35 -5
package/package.json
CHANGED
package/skills/kickoff/SKILL.md
CHANGED
|
@@ -112,15 +112,45 @@ Ask these in one message. **Present the repos/projects you already know** (read
|
|
|
112
112
|
|
|
113
113
|
1. **Framework** — 1.0, 2.0, or **both**?
|
|
114
114
|
2. **Layer** — front-end, back-end, or hybrid?
|
|
115
|
-
3. **Repo / project** — list
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
115
|
+
3. **Repo(s) / project(s)** — **list EVERY registered repo for the chosen framework(s)** —
|
|
116
|
+
do not abbreviate or show only a few. **This is a multi-select (checkbox), not a single
|
|
117
|
+
choice;** a session often spans more than one repo/project, so always let the developer
|
|
118
|
+
pick several. If they pick a repo not listed, run **New-repo onboarding** (below) for
|
|
119
|
+
each new repo before continuing.
|
|
120
|
+
4. **Client** — which client is this for, or "shared / internal"? **List EVERY folder under
|
|
121
|
+
`knowledge/clients/`** plus "shared / internal" and "a new client" — do not show only a
|
|
122
|
+
subset.
|
|
120
123
|
5. **What are you building or changing?** (a sentence — used to pick relevant feature docs.)
|
|
121
124
|
|
|
122
125
|
If any answer is unclear, ask again. Do not guess the framework, repo, project, or client.
|
|
123
126
|
|
|
127
|
+
### How to present the repo and client choices (questions 3 and 4)
|
|
128
|
+
|
|
129
|
+
**Do NOT use the option-chip / radio question control for questions 3 and 4.** That
|
|
130
|
+
control caps at ~4 options, which silently truncates the list — with 7+ repos or 3+
|
|
131
|
+
clients the developer never sees the full set. Instead, **render the full list as a
|
|
132
|
+
numbered markdown list in a normal message** and ask the developer to reply with the
|
|
133
|
+
numbers they want (e.g. "1, 3, 5"). This shows every repo and every client with no cap
|
|
134
|
+
and naturally supports multi-select.
|
|
135
|
+
|
|
136
|
+
```
|
|
137
|
+
**Which repo(s)/project(s)?** (reply with the numbers, multiple OK)
|
|
138
|
+
1. _underscore (_Underscore — 2.0 core)
|
|
139
|
+
2. worker2 (Worker — 2.0 app)
|
|
140
|
+
3. api2 (API — 2.0 app)
|
|
141
|
+
... every registered repo for the chosen framework(s) ...
|
|
142
|
+
N. a new repo not listed
|
|
143
|
+
|
|
144
|
+
**Which client?** (one, or "shared / internal")
|
|
145
|
+
1. compass-canada
|
|
146
|
+
2. compass-usa
|
|
147
|
+
... every folder under knowledge/clients/ ...
|
|
148
|
+
S. shared / internal
|
|
149
|
+
X. a new client
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
Framework (q1) and layer (q2) have ≤4 options, so the chip control is fine for those.
|
|
153
|
+
|
|
124
154
|
## Step 3 — Resolve the repos this work needs (local paths, lazily)
|
|
125
155
|
|
|
126
156
|
Compute the load set with `node "<TEAM_REPO>/knowledge.js" deps --repo=<chosen-repo>`
|