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.