toga-ai 1.0.261 → 1.0.263
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 +5 -0
package/package.json
CHANGED
package/skills/kickoff/SKILL.md
CHANGED
|
@@ -246,6 +246,11 @@ valid choice; this skill is opt-in.
|
|
|
246
246
|
|
|
247
247
|
Tell the developer concisely:
|
|
248
248
|
- Which framework(s), repo(s), and client are in scope, and the local path of each repo.
|
|
249
|
+
- **Name the framework core(s) explicitly and state the `app → core` dependency** for every
|
|
250
|
+
chosen app — e.g. "`worker` (1.0) → `library` core", "`api2` (2.0) → `_underscore` core".
|
|
251
|
+
Every repo depends on its framework's core (1.0 → `library`, 2.0 → `_underscore`); preflight
|
|
252
|
+
always includes it in `loadSet`. Do **not** bury the core inside a generic "loaded as
|
|
253
|
+
summaries" list — the developer must see that the core is loaded and which app pulled it in.
|
|
249
254
|
- Which knowledge docs you loaded (by title). Where a repo/standard has **no knowledge yet**,
|
|
250
255
|
say so explicitly: "No knowledge captured yet for X — `capture` will build it as you work."
|
|
251
256
|
- Confirm you're primed and ready for their first task.
|