Current planning lives in
docs/platform-roadmap.md. This root file is a short status snapshot so the repository does not drift behind the codebase.
- Package version:
2.3.4 - Distribution: npm package
gopeak, MCP metadata inserver.json - Default tool exposure:
compactprofile - Capability surface: 33 core tools + 22 dynamic groups (110+ tools total)
- Additional MCP capabilities: resources are implemented, prompts are available, stdio remains the default transport
- Runtime integrations: Godot bridge, LSP, DAP, runtime addon, visualizer
- Reduce the
src/index.tsmonolith into clearer capability-oriented modules without breaking behavior. - Keep shell-hook installation explicit and opt-in via
gopeak setup. - Keep package metadata, server metadata, docs, and release notes synchronized with verified behavior.
- Preserve backward compatibility for compact/full profiles, aliases, and existing CLI/server startup flows.
- Prefer incremental, verifiable changes over speculative large rewrites.
- Treat README/package/server metadata as release-critical surfaces.
- Update roadmap and architecture notes only when they reflect repository reality.