Branch: docs/cc-adoption-bundle-2.1.140-148 · Targets: v8.1.0+ doc currency · Conflict surface: zero (doc-only)
PushNotification to alert when synthesis is complete (requires Remote Control with "Push when Claude decides").terminalSequence field in hook JSON output — no Remote Control required, no Anthropic round-trip. See #1847 for the migration of ork's existing notification hooks./goal (CC 2.1.139+) and this skill will keep working across turns until the condition is met./goal (CC 2.1.139+, 2.1.143+ recommended for this skill) and this skill will keep working across turns until the condition is met.
> Why 2.1.143+: Pre-2.1.143 /goal evaluator could fire while background shells or delegated subagents were still running — racing the parallel agents this skill spawns in Phase 2. Fixed in CC 2.1.143.OrchestKit's CC floor is >= 2.1.139 but several brainstorm-relevant fixes shipped in 2.1.141 and 2.1.143. Without these notes, callers running the floor minimum would hit silent races (e.g., /goal firing during parallel brainstorm). Doc-only PR, no code paths change, no manifest churn.
The memory updates capture lessons from this multi-session investigation: the /loop dedup is now upstream-codified, and the GH secondary-rate-limit lesson was discovered the hard way during the parallel agent sweep (Track A).