refactor(talents): retire events terminology in briefing + meeting-prep templates
Sprint 4 Lode C3 partial — surgical rename pass for the two template-level
terminology updates that fit under the VPE playbook's "targeted surgical
fix" carve-out (pure text replacements, no design judgment, smaller than
the scoping overhead).
talent/morning_briefing.md:
- "calendar events" → "anticipated activities" across instructions, gap
examples, and the coverage-preamble example.
- YAML frontmatter source counter renamed
`sources.calendar_events` → `sources.anticipated_activities`.
- Prose references to "calendar event title" + "calendar events are
self-evident" updated to the activity vocabulary. Sprint 3 already
switched the data source to `sol call activities list --source anticipated`;
this commit aligns the prompt text with the actual data flow.
routines/templates/meeting-prep.md:
- default_cadence switched from the legacy
`{"type": "event", "trigger": "calendar", "offset_minutes": -30}`
(dead spec — never dispatched) to
`{"type": "activity-anticipation", "offset_minutes": -30}`.
- Introductory prose updated from "Upcoming Event" → "Upcoming Activity".
The activity-anticipation cadence implementation in think/routines.py is
NOT in this commit — it is a substantive feature requiring a hopper lode.
The original C3 hop (5sh7y7va) got stuck in the known hopper gated-state
false-positive (see extro pulse.md: "Hopper live server bounce needed")
and was killed without commits. Until the cadence dispatcher is
implemented, meeting-prep with this new cadence will stay dormant — same
end state as today, where the old event/calendar cadence never fired.
Follow-up: re-scope the cadence implementation as a fresh hop lode after
the hopper server is bounced (commit 2030d96 activates the false-positive
fix).
Sprint 4 status after this commit:
Lode A (9a5d800b) — shipped
Lode B (930f1d36) — shipped
Lode C1 (53762ba9) — shipped
Lode C2 (cb034248) — shipped
Lode C3 (this commit, partial) — templates updated directly; cadence
implementation deferred
Lode D — pending (docs + baselines scrub)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>