Platform-Specific Config Fixes
Tool name prefixes in routing instruction files now match each platform's official convention:
| Platform | Before (wrong) | After (correct) | Source |
|---|---|---|---|
| OpenCode | mcp__context-mode__ctx_*
| context-mode_ctx_*
| OpenCode docs |
| Zed | mcp__context-mode__ctx_*
| mcp:context-mode:ctx_*
| Zed docs |
| Codex | mcp__context-mode__ctx_*
| ctx_* (bare)
| Codex docs |
| OpenClaw/Pi | mcp__context-mode__ctx_*
| ctx_* (bare)
| OpenClaw docs |
Kiro Adapter Fix
- Renamed
configs/kiro/mcp_config.json→mcp.json(matches official Kiro docs) - Updated adapter code + tests (5 references)
Cursor Rules File
- New
configs/cursor/context-mode.mdcwithalwaysApply: true— the modern Cursor rules format
README Rewrite
- All 12 platform install sections rewritten in consistent book format
- Every section: Prerequisites → Install → Verify → Routing
- Correct tool names per platform in all examples
- No references to auto-created files