Salvaged standalone fixes from superseded #2643

PR #2643 ("wire activation phases") was closed as superseded — its headline work (re-register the telemetry dispatcher, the /ork:auto router) already shipped via #2653 and #2645, and rebasing it would have reverted 314+ lines of /ork:auto. These three self-contained, still-novel fixes were the only parts worth carrying forward, re-cut cleanly off main.

configure: agentation is disabled by default, not enabled

src/skills/configure/SKILL.md

The docs claimed all 5 MCP servers ship enabled. .mcp.json actually sets "disabled": true on agentation — so the doc misled users into thinking it was live.

- All 5 MCPs ship **enabled by default**. ... agentation requires a local package install.
+ 4 of the 5 MCPs ship **enabled by default**. ... **agentation ships disabled** (`"disabled": true`
+   in `.mcp.json`) because it needs a local package — enable it after `npm install agentation-mcp`.
- | agentation | UI annotation tool | enabled  | `npm install agentation-mcp` |
+ | agentation | UI annotation tool | disabled | `npm install agentation-mcp`, then flip `disabled: false` |
Not carried forward: #2643 also flipped audit-activation and upgrade-assessment to user-invocable: true and wired doctor to them. That revives skills a prior theater audit flagged as dead, so it's left as a deliberate decision rather than a silent salvage.