Sprints 46-58 implement the cross-language porting foundation: language-to-IR adapters, equivalence checking, gate validation, legacy ingestion, managed/dynamic families, low-level/logic-actor semantics, debug workflow tooling, AST-native family tools, Rust/CPP raising tools, system-level orchestration, query family, and porting gates. Sprint 59 adds the governance layer (policy packs, review boards, waiver packets, ambiguity triage, decision ledger) with the whetstone_review_porting_decision MCP tool. Also includes: sprint plans 46-130, MCP taskitem pipeline scripts, CLAUDE.md, docs, and full test matrix (steps 689-828). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
675 B
Markdown
33 lines
675 B
Markdown
# MCP Stability Workflow
|
|
|
|
Use this when active development builds may break `whetstone_mcp`.
|
|
|
|
## Files
|
|
|
|
- Stable symlink: `editor/build-native/whetstone_mcp_stable`
|
|
- Versioned binaries: `editor/build-native/releases/whetstone_mcp_YYYYMMDD_HHMMSS`
|
|
|
|
## Commands
|
|
|
|
Pin the current known-good build:
|
|
|
|
```bash
|
|
./tools/mcp/pin_working_mcp.sh
|
|
```
|
|
|
|
Promote a newly built binary only if initialize health check passes:
|
|
|
|
```bash
|
|
./tools/mcp/promote_mcp_if_healthy.sh
|
|
```
|
|
|
|
## Current global MCP config
|
|
|
|
Global MCP config is expected at:
|
|
|
|
`/home/bill/Documents/.mcp.json`
|
|
|
|
and should point to:
|
|
|
|
`/home/bill/Documents/CLionProjects/whetstone_DSL/editor/build-native/whetstone_mcp_stable`
|