wand-decks-kit 0.8.7 → 0.10.0

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/PROMPT.md CHANGED
@@ -10,6 +10,70 @@ is the workflow and the design system; the skill is the source of truth for comm
10
10
 
11
11
  ---
12
12
 
13
+
14
+
15
+ ## Session decks — the Kearney standard (0.10)
16
+
17
+ `Wand_x_Kearney_SF_Leadership_Session_29Sep2026_v2.pptx` is the reference for a
18
+ deck that is *run in a room*. What makes it that quality is not the slides
19
+ alone:
20
+
21
+ - **A spine.** Five Parts, each opened by a divider with a client-specific
22
+ *working question*, and a session slide that reads as a clock (minutes per
23
+ part). The kit: `divider` gains `part`, and uses the deck's own section art
24
+ (`divider-art.png`); `coDelivery` / `agenda` items gain `meta`.
25
+ - **A run-of-show in the notes.** Every content slide carries its time window,
26
+ CORE when it carries the argument, what to say, and who in the room will test
27
+ it; the session slide carries checkpoints and what to cut if late. The kit:
28
+ `notes` on any slide, written through pptxgenjs `addNotes`.
29
+ - **Backups behind the close**, hidden and uncounted. The kit: `backup: true`.
30
+ - **Two slides every Wand session uses**: the today-vs-with-Wand flow (the
31
+ agents' steps filled) and the transformation timeline. The kit:
32
+ `flowCompare`, `timeline`.
33
+
34
+ Where the reference is weaker than the kit, the kit wins: it embeds fonts
35
+ subsetted (`saveSubsetFonts="1"`, which garbles digits in exported PDFs), and
36
+ 1,834 text runs are Calibri. `audit` flags both on it.
37
+
38
+ **Edits are commands, not rewrites.** `wand.js show` and `wand.js edit` exist
39
+ because a salesperson's changes are small and the old edit path cost two full
40
+ copies of the spec in the chat. A spec's `confidential` now reaches the footer
41
+ — it never did; every deck said STRICTLY CONFIDENTIAL.
42
+
43
+ ## The guideline deck (0.9)
44
+
45
+ Since 2026-09-23 the design source of truth is a real deck —
46
+ `Vivicta_Session_Deck.pptx`, the standard Wand sales deck as it is actually sent
47
+ — not the earlier reference PDFs. Everything below was **measured from it**, and
48
+ `brand/BRAND.md` and the kit's `T` carry the counts:
49
+
50
+ - **Tokens.** Dark ground is `240F48`, flat. Titles `FFFFFF`, body `F5F5F5`,
51
+ captions `BBBBBB`, lists in cards `C6BFE4`. Cards: solid `2A1F5C`, muted
52
+ `1B1738`, stroke `5B4BB0`. Accent text on dark `9481FF`. The old
53
+ `0F0C26 / B7B0DC / 2C2460` set was the reference PDFs' rendering, not the deck.
54
+ - **Interior dark slides carry no art.** The gradient compositions belong to
55
+ the cover (`cover-art.png`, orb baked in) and the closing (`closing-art.png`
56
+ plus `orb-glow.png` centred). `background()` paints a flat colour.
57
+ - **Chrome.** Tag at `0.42, 0.24`; mark at `9.40, 0.26`; footer band at
58
+ `y 5.29, h 0.34`, 7pt: `WAND · <deck>` left, `<confidential> · nn/NN` right.
59
+ - **Cover.** Title at `0.42, 1.79`, 39pt shrinking to 30; body at `3.15`; a
60
+ `PRESENTED TO` block bottom-right (`presentedTo: [name, title]`).
61
+ - **Closing.** Orb at `3.98, 0.69, 2.03²`; the line at 33pt shrinking to 22 —
62
+ a real ask is a sentence, not "Thank You".
63
+ - **Five layouts the deck has and the kit did not:** `agenda`, `team` (with a
64
+ headshot slot), `fourCards`, `deliverColumns`, `coDelivery`. They are the
65
+ slides a sales session adds to the standard deck; a tester had to hand-build
66
+ all five.
67
+ - **The brand gate.** `wand.js audit` runs `tools/brandlint.py`: every text run
68
+ in Geist, every colour a token, the 10 × 5.625 canvas, a footer on every
69
+ content slide. On the guideline deck itself it names exactly the slides the
70
+ tester retexted by hand (Arial on S14, Calibri on S07) — which is the point:
71
+ an edit-only job reports those and asks, rather than restyling unasked.
72
+
73
+ `card()` variants are theme-aware now: `solid` on a light slide is a white
74
+ card with a hairline, not a dark purple box hiding light ink — the agenda in
75
+ the template rendered as four black boxes before that fix.
76
+
13
77
  ## 0. Ground truth: the reference decks
14
78
 
15
79
  Two decks in Project knowledge define the target output. **They are the specification.** When this
package/SKILL.md CHANGED
@@ -4,7 +4,7 @@ description: Rebrand, merge, edit or author a PowerPoint deck on the Wand design
4
4
  compatibility: Requires Node.js 18+ and code execution enabled in claude.ai (Settings > Features). No network access needed - dependencies are bundled. Python 3 is used to read a source .pptx and to embed fonts; without it the kit can still author and check a deck, but the output will render in Arial on machines without Geist.
5
5
  license: Proprietary - Wand AI
6
6
  metadata:
7
- version: "0.8.7"
7
+ version: "0.10.0"
8
8
  ---
9
9
 
10
10
 
@@ -34,16 +34,27 @@ output.
34
34
 
35
35
  Every path below is relative to the kit folder.
36
36
 
37
- A deck engine: 28 layouts, real font metrics, embedded Geist, and six gates that
38
- each catch something the others cannot.
37
+ A deck engine: 35 layouts, real font metrics, embedded Geist, speaker notes,
38
+ and gates that each catch something the others cannot.
39
39
 
40
- **Read `PROMPT.md` before making any design decision.** It is the source of
41
- truth on canvas, colour, type, layout choice and content rules. This file is
42
- only the operating procedure.
40
+ ## Read only what the job needs
41
+
42
+ Sales teams run this. Every file you read and every spec you write is paid for
43
+ in the chat, so the job decides the reading:
44
+
45
+ | Job | Read | Never |
46
+ |---|---|---|
47
+ | Edit a deck this kit built | `node wand.js show <deck>` (one line per slide), then `show <deck> <n>` for the slide you change | read or rewrite the whole spec; read `PROMPT.md` |
48
+ | Edit a deck built elsewhere | the slide you change, then `audit` | restyle anything unasked |
49
+ | Rebuild, merge, author | `PROMPT.md` once, `work/PLAN.md`, `node wand.js layouts` | re-read them per slide |
50
+
51
+ Look at the contact sheet once; open a single slide only where something looks
52
+ off. `PROMPT.md` is the source of truth on design — read it for design
53
+ decisions, not for edits.
43
54
 
44
55
  ## Available scripts
45
56
 
46
- - **`wand.js`** — the front door - doctor, rebuild, layouts, glyphs, validate, check, preview, ship, spec, inspect
57
+ - **`wand.js`** — the front door - doctor, rebuild, layouts, glyphs, validate, check, preview, ship, show, edit, audit, spec, inspect
47
58
  - **`build.js`** — spec -> .pptx, or --check, or --preview
48
59
  - **`tools/extract.py`** — read a source deck: verbatim dump, geometry, analysis
49
60
  - **`embed_fonts.py`** — embed Geist unsubsetted, and carry the spec inside the deck
@@ -70,7 +81,7 @@ thing, and paid a full second pass. This is not optional for a rebuild, a merge
70
81
  or an adaptation; only "author from a brief" with fewer than eight slides may
71
82
  go straight to the spec.
72
83
 
73
- ## The five jobs
84
+ ## The seven jobs
74
85
 
75
86
  ### Rebrand a deck they attached
76
87
 
@@ -116,15 +127,65 @@ node wand.js audit <edited-deck>.pptx --dump work/visible_dump.txt # + coverag
116
127
  has been checked by nobody. Say which slides were lifted unchanged, which were
117
128
  retexted, and that the source's fonts (not Geist) carry through.
118
129
 
130
+ ### Edit a deck they attached — not built here
131
+
132
+ "Change the date on the cover", "swap slide 4's title", "add our logo to the
133
+ partner slide". They want *that*, and nothing else touched.
134
+
135
+ 1. Do exactly the edit, directly in the `.pptx` with the pptx tools. Do not
136
+ rebuild, do not restyle, do not "tidy" anything nearby.
137
+ 2. Then run the guideline over the whole deck:
138
+
139
+ ```bash
140
+ node wand.js audit <their-deck>.pptx
141
+ ```
142
+
143
+ The **brand** gate lists every slide where a text run is not Geist, a colour
144
+ is not a token, the canvas is not the 10 × 5.625 grid, or a content slide
145
+ has no footer.
146
+ 3. Deliver the edited deck first. Then report the inconsistencies the gate
147
+ found — per slide, in one line each — and **ask whether to fix them**. Do not
148
+ fix them unasked: an edit-only job that comes back restyled is a broken
149
+ promise, even when the restyle is right.
150
+
119
151
  ### Edit a deck this kit built
120
152
 
153
+ Decks built here carry their spec inside the file, so an edit is one command —
154
+ not reading the spec, not writing it back:
155
+
121
156
  ```bash
122
- node wand.js spec <their-deck>.pptx work/deck.json
157
+ node wand.js show deck.pptx # one line per slide
158
+ node wand.js show deck.pptx 4 # slide 4's fields, only if you need them
159
+ node wand.js edit deck.pptx --set '1.tag=Presented to Acme · 6 October 2026' \
160
+ --set 2.items.4.meta='40 min' \
161
+ --set '7.notes.text=Lead with the Foundation phase.'
123
162
  ```
124
163
 
125
- Decks built here carry their own spec inside the file. Change only what was
126
- asked, then `ship`. If the deck carries no spec it was not built here — treat it
127
- as a rebrand.
164
+ Paths are 1-based, the way the room counts: `2.items.4.meta` is slide 2, item 4.
165
+ Also `--del N`, `--move N M`, `--add N '<slide json>'`, `--dry` to preview. The
166
+ result is saved as the next version (`Deck_v2.pptx` → `Deck_v3.pptx`), every
167
+ gate runs, the original is never overwritten. If `show` says the deck carries
168
+ no spec, it was not built here — use the job above.
169
+
170
+ ### Build a session deck
171
+
172
+ When the deck will be *run* in a room — a leadership session, a workshop, a
173
+ partner meeting — give it the shape of the Kearney example (the reference for
174
+ this kind of deck, `examples/session.json`):
175
+
176
+ - **Cover** with `presentedTo`. **Session slide** next: `coDelivery` with a
177
+ `meta` duration on every item ("15 min") — the room reads it as a clock.
178
+ - **Part dividers** (`divider` with `part: "Part II"` and `body: "Working
179
+ question: …"`) — one question per part, written for this client.
180
+ - **Speaker notes on every content slide**: `notes: { time: "00:21 to 00:25",
181
+ core: true, text, watch }`. `time` is the run-of-show window; `core` marks the
182
+ slides that carry the argument; `watch` names who in the room will push. The
183
+ session slide's notes carry the checkpoints and what to cut if late.
184
+ - **Backups after the closing**, `backup: true` — hidden, uncounted ("31 of 31",
185
+ not "of 34"), footer says BACKUP.
186
+
187
+ Timings, attendee names and "watch for" lines come from the user or the brief.
188
+ Never invent them — leave `notes` out rather than guess.
128
189
 
129
190
  ## Spend tool calls like they are metered — they are
130
191
 
@@ -151,6 +212,13 @@ optional — **sweep the entire spec for that pattern before re-running anything
151
212
  Paying a full cycle per instance is the slow way to learn the same fact
152
213
  repeatedly.
153
214
 
215
+ ## One skill at a time
216
+
217
+ If `wand-decks` or `wand-docs` is installed beside `wand-design`, both may
218
+ fire on the same file. **`wand-design` leads; this file yields.** Do not run
219
+ two setups, and tell the user once: remove the older per-family skill, the
220
+ combined one covers it.
221
+
154
222
  ## Rules that decide whether the output is usable
155
223
 
156
224
  1. **Faithful means verbatim.** No consolidating slides, no paraphrasing to
@@ -185,7 +253,9 @@ repeatedly.
185
253
  | `node wand.js check <spec>` | fit in real Geist, bounds, assets |
186
254
  | `node wand.js preview <spec>` | writes `preview/trace.js` for the browser preview |
187
255
  | `node wand.js inspect <deck>` | parts, relationships, embedded fonts |
188
- | `node wand.js audit <deck> [--dump f]` | every spec-free gate on any .pptx — use on decks edited outside the kit |
256
+ | `node wand.js show <deck> [n]` | the deck in one line per slide, or one slide's fields |
257
+ | `node wand.js edit <deck> --set N.path=v` | change a kit-built deck in one command; saves `_vN+1`, runs every gate |
258
+ | `node wand.js audit <deck> [--dump f]` | every spec-free gate on any .pptx, including the **brand** gate (fonts, colours, canvas, footer) — use on decks edited outside the kit |
189
259
 
190
260
  ## Deliver
191
261
 
Binary file
Binary file
Binary file
Binary file
package/build.js CHANGED
@@ -30,16 +30,27 @@ function loadSpec(p) {
30
30
  /** Build the .pptx. */
31
31
  function build(spec, out) {
32
32
  const pres = W.newDeck(pptxgen);
33
- const total = spec.slides.length;
33
+ // Backups are hidden and uncounted: the room sees 31 of 31, not 31 of 34.
34
+ const total = spec.slides.filter((x) => !x.backup).length;
35
+ let n = 0;
34
36
  spec.slides.forEach((sl, i) => {
35
37
  const fn = W[sl.layout];
36
38
  if (typeof fn !== "function") throw new Error(`slide ${i + 1}: unknown layout "${sl.layout}"`);
37
- const args = { ...sl, n: i + 1, total };
39
+ const args = { ...sl, n: sl.backup ? null : ++n, total };
38
40
  if (!FULL_BLEED.has(sl.layout)) {
39
41
  args.deck = sl.deck || spec.deck;
40
42
  args.confidential = sl.confidential || spec.confidential;
41
43
  }
44
+ W.context({ confidential: args.confidential || "STRICTLY CONFIDENTIAL" });
45
+ const before = pres.slides.length;
42
46
  fn(pres, args);
47
+ // Not every layout returns its slide, so take the one it just added.
48
+ const slide = pres.slides.length > before ? pres.slides[pres.slides.length - 1] : null;
49
+ if (slide) {
50
+ const nt = W.notesText(sl.notes);
51
+ if (nt) slide.addNotes(nt);
52
+ if (sl.backup) slide.hidden = true;
53
+ }
43
54
  });
44
55
  return pres.writeFile({ fileName: out }).then(() => {
45
56
  console.log(`wrote ${out} (${total} slides)`);
package/docs/LAYOUTS.md CHANGED
@@ -17,13 +17,21 @@ full-bleed three) `deck` / `n` / `total` for the footer.
17
17
  | Layout | Params | Use for |
18
18
  |---|---|---|
19
19
  | `cover` | `eyebrow, titleLines[], body, kickerPlain, kickerBold` | Slide 1. Dark, full bleed, no footer |
20
- | `divider` | `eyebrow, titleText, body` | Section breaks and the agenda. Keeps the tag, drops the footer |
20
+ | `divider` | `eyebrow, titleText, body, part` | Section breaks and the agenda. Keeps the tag, drops the footer |
21
21
  | `closing` | `eyebrow, line1, line2, body, url` | Last slide. Centred, full bleed |
22
22
 
23
23
  ## Content
24
24
 
25
25
  | Layout | Params | Use for |
26
26
  |---|---|---|
27
+ | `agenda` | `items[{title,body,meta}]` | What we'll cover — 2–5 numbered cards (guideline S03) |
28
+ | `team` | `items[{name,role,initials}]` | Who's in the room — headshot slot per person (guideline S02) |
29
+ | `fourCards` | `items[{title,body}]` | Demo objectives, pillars — four titled cards under a lede (S12) |
30
+ | `deliverColumns` | `columns[{heading,lead,body}]` | How we deliver — three flat columns with an accent bar (S14) |
31
+ | `coDelivery` | `items[{title,body,meta}]` | Numbered rows in two columns, up to six. With `meta: "15 min"` it is the session agenda (Kearney S02) |
32
+ | `flowCompare` | `lanes[{label,caption,steps[{who,step,human}]}]` | Today vs with Wand — two lanes of 3–5 steps; the machine steps are filled (Kearney S08) |
33
+ | `timeline` | `phases[{when,label,bullets}]` | A journey in 2–4 phases on a line (Kearney S16) |
34
+ | — every layout — | `notes`, `backup` | Speaker notes (`{time, core, text, watch}` or a string); `backup: true` hides the slide after the close |
27
35
  | `threeUp` | `items[{eyebrow,title,pill,body,emph}], arrows` | 3 comparable things. `arrows: true` for a progression |
28
36
  | `fourUpIcon` | `items[{icon,title,body}], kickerText` | 4 attributes or capabilities |
29
37
  | `sixUpIcon` | `items[{icon,title,body}]` | 6 features. Don't use it three slides running |
@@ -0,0 +1,92 @@
1
+ {
2
+ "deck": "WAND × CLIENT · LEADERSHIP SESSION",
3
+ "confidential": "WAND · CONFIDENTIAL",
4
+ "slides": [
5
+ { "layout": "cover", "tag": "Presented to Client · 29 September 2026",
6
+ "titleLines": ["Expand human possibility", "beyond human capacity."],
7
+ "body": "For all of history, what organizations could accomplish was constrained by the number of people available to do the work. AI labor changes that.",
8
+ "presentedTo": ["First Last, Managing Partner", "First Last, Head of Transformation"],
9
+ "notes": { "text": "On screen while the room settles. Frame it the way the client asked: a working conversation about a change in the nature of production, not a product pitch." } },
10
+
11
+ { "layout": "coDelivery", "tag": "The session", "titleText": "A working conversation, not a presentation.",
12
+ "items": [
13
+ { "title": "When software becomes labor", "body": "The threshold between a tool and a worker.", "meta": "15 min" },
14
+ { "title": "The organization has to change", "body": "From the individual agent to the Hybrid Organization.", "meta": "10 min" },
15
+ { "title": "Why transformations succeed, or die", "body": "Resistance is operating-model design.", "meta": "10 min" },
16
+ { "title": "From architecture to production", "body": "Inside an agent, then one real process, live.", "meta": "35 min" },
17
+ { "title": "When capacity decouples from labor", "body": "From the firm to the economy.", "meta": "5 min" },
18
+ { "title": "Wand × Client", "body": "Designing the Hybrid Organization together.", "meta": "10 min" }
19
+ ],
20
+ "notes": { "time": "00:00, under one minute", "text": "Walk the spine, not the rows. 90 minutes core, then 30 minutes of open discussion. Checkpoints: 00:20 Part II, 00:40 Part IV, 01:15 Part V. If late, compress Part III and Part V — never the live walkthrough." } },
21
+
22
+ { "layout": "divider", "titleText": "When software becomes labor",
23
+ "part": "Part I", "body": "Working question: which of your problems are being treated as AI productivity when they are really a chance to add a new source of labor?",
24
+ "notes": { "time": "00:01 to 00:03", "text": "Read the working question aloud and leave it on screen. Do not answer it yet." } },
25
+
26
+ { "layout": "flowCompare", "tag": "Why three years of AI spend has not moved the operating line",
27
+ "titleText": "Every AI tool you own ends at a person.",
28
+ "lanes": [
29
+ { "label": "Today — AI as a tool", "caption": "Capacity = your people. Four of five steps wait on a person; that person is the ceiling.",
30
+ "steps": [ { "who": "Person", "step": "Notices", "human": true }, { "who": "Person", "step": "Gathers context", "human": true },
31
+ { "who": "Person", "step": "Instructs", "human": true }, { "who": "AI", "step": "Drafts" },
32
+ { "who": "Person", "step": "Checks", "human": true } ] },
33
+ { "label": "With Wand — AI as labor", "caption": "Capacity = people + agents. The person moves from every step to the one step that needs judgment.",
34
+ "steps": [ { "who": "Agent", "step": "Notices" }, { "who": "Agent", "step": "Plans" }, { "who": "Agent", "step": "Executes" },
35
+ { "who": "Agent", "step": "Grades" }, { "who": "Manager", "step": "Approves", "human": true } ] }
36
+ ],
37
+ "notes": { "time": "00:11 to 00:14", "core": true, "text": "This is the difference between an efficiency programme and a capacity programme. Point at the top row: every step waits on a person.", "watch": "whoever owns the current copilot rollout — expect them to defend adoption numbers." } },
38
+
39
+ { "layout": "fourCards", "tag": "Agent behavior", "titleText": "A worker, not just a good tool.",
40
+ "subtitleText": "A tool responds to prompts. A worker pursues goals, decides what matters, acts within constraints, and is judged by outcomes.",
41
+ "items": [
42
+ { "title": "Pursues goals", "body": "Carries objectives and KPIs like any employee, and works toward them without being asked." },
43
+ { "title": "Decides what matters", "body": "Notices, prioritizes and plans inside the boundaries policy sets." },
44
+ { "title": "Is graded", "body": "Every output reviewed against a baseline agreed before it started." },
45
+ { "title": "Gets better", "body": "Banks what it learns, so a year in it is categorically better, not older." }
46
+ ],
47
+ "notes": { "time": "00:43 to 00:47", "core": true, "text": "Land the word 'worker'. Everything after this slide assumes the room accepts it." } },
48
+
49
+ { "layout": "divider", "titleText": "Why transformations die",
50
+ "part": "Part III", "body": "Working question: what would your methodology look like if org redesign, workforce redesign and agent deployment were one program, not three?",
51
+ "notes": { "time": "00:30 to 00:31" } },
52
+
53
+ { "layout": "timeline", "tag": "Transformation journey", "titleText": "The transformation timeline.",
54
+ "subtitleText": "From the starting line, month over month, compounding.",
55
+ "phases": [
56
+ { "when": "3–6 months", "label": "Foundation", "bullets": ["A core transformation team of 7–10 people", "One registry covering people and agents", "5–10 core processes rebuilt for the dual workforce", "Dozens of agents in production with named managers"] },
57
+ { "when": "6–12 months", "label": "Scale", "bullets": ["Agents across dozens of core functions", "Management structure rebalanced; spans widened", "Hundreds of agents in production"] },
58
+ { "when": "12–24 months", "label": "Accelerate", "bullets": ["Most processes designed for a dual workforce from the start", "Whole functions run by agent teams", "Cost per unit of work structurally below the market"] }
59
+ ],
60
+ "notes": { "time": "00:37 to 00:40", "core": true, "text": "Timelines are directional. The commitment is the Foundation phase; everything after it is earned by the telemetry." } },
61
+
62
+ { "layout": "deliverColumns", "tag": "The build", "titleText": "The client designs the transformation. Wand operates it.",
63
+ "subtitleText": "Who does each part, and how it is governed.",
64
+ "columns": [
65
+ { "heading": "1 · Change management", "lead": "Led by your people, supported by ours", "body": "A small core team who pick where to start and carry the early wins back." },
66
+ { "heading": "2 · Deployment", "lead": "Led by our solution architect with your technical team", "body": "Cloud, deployment model, security review, and reaching the systems you run." },
67
+ { "heading": "3 · Building the workforce", "lead": "Led by our forward-deployed engineers", "body": "Build the agents and processes with your team, then shift to supporting as your people take it on." }
68
+ ],
69
+ "notes": { "time": "01:23 to 01:25", "text": "Their methodology, our operating system. Say it in that order." } },
70
+
71
+ { "layout": "fourCards", "tag": "Next steps", "titleText": "What happens next.",
72
+ "subtitleText": "This room builds the momentum. The partnership work happens in a smaller session, with named owners and dates.",
73
+ "items": [
74
+ { "title": "Partnership session", "body": "Named leads on both sides; one process chosen and its baseline written down." },
75
+ { "title": "Architecture deep-dive", "body": "Under NDA, for your technology team: deployment posture, identity, audit." },
76
+ { "title": "Sandbox access", "body": "A governed environment your team can build in, with our engineers alongside." },
77
+ { "title": "First client reunion", "body": "Where the first agents in production are shown against the baseline." }
78
+ ],
79
+ "notes": { "time": "01:29 to 01:30", "text": "Leave the room with one date agreed. Anything else is a follow-up email." } },
80
+
81
+ { "layout": "closing", "line1": "Thank you.", "body": "The operating system for the human + agent workforce.", "url": "September 2026 | Strictly Confidential" },
82
+
83
+ { "layout": "fourCards", "backup": true, "tag": "Why this is a category", "titleText": "Five advantages, not five features.",
84
+ "items": [
85
+ { "title": "Governance & orchestration", "body": "One policy, one identity, one audit trail across the whole estate." },
86
+ { "title": "Institutional IP", "body": "Every lesson compounds inside your perimeter, not ours." },
87
+ { "title": "Model agnostic", "body": "Any model, any cloud — no lock-in, sovereignty-friendly by design." },
88
+ { "title": "One registry", "body": "People and agents managed in the same system, by the same managers." }
89
+ ],
90
+ "notes": "BACKUP. Use only if the room asks why this is not another agent platform." }
91
+ ]
92
+ }