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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toga-ai",
3
- "version": "1.0.261",
3
+ "version": "1.0.263",
4
4
  "description": "TOGA Technology Team Claude Knowledge System — shared AI coding harness with skills, knowledge base CLI, and project installer for Claude Code.",
5
5
  "keywords": [
6
6
  "claude",
@@ -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.