This plan translates Unity-MCP benchmark patterns into actionable work for GoPeak without changing runtime scope in documentation-only phases.
Based on the Unity MCP landscape in ANALYSIS.md, the most relevant baseline capabilities are:
- Editor/runtime visibility
- Build and validation automation
- Scene hierarchy and asset workflow ergonomics
- Stable operational feedback loops (logs, error surfaces)
- Keep architecture, roadmap, and release docs easy to discover.
- Align benchmark intent with concrete docs under
docs/. - No runtime behavior changes.
- Expand CI into explicit gates (build/typecheck/tests/audit).
- Add deterministic test coverage that can run in PR context.
- Keep feature behavior unchanged.
- Normalize provider/server-side logging format.
- Standardize error string shaping for easier troubleshooting.
- Avoid functional behavior drift while improving observability.
- PR-A: doc discoverability improves; runtime diff remains zero.
- PR-B: CI gives clearer pass/fail signal per quality gate.
- PR-C: logs/errors are consistent and easier to grep/triage.