Update CLAUDE.md: Sprint 280 complete, next Sprint 281

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-03-01 21:31:58 -07:00
parent bbac434b16
commit b38f57ed1c

View File

@@ -14,7 +14,7 @@ is one of many projects that consumes it. Whetstone's core capabilities:
- Semantic annotation DSL (SemAnno): annotate code with memory/ownership intent
- 19+ language parsers and generators (Python, C++, Rust, Go, JS/TS, Java, and more)
- Cross-language transpilation (AST-level, annotation-guided)
- 91+ MCP tools callable by any MCP client over stdio
- 93+ MCP tools callable by any MCP client over stdio
- Headless `whetstone_mcp` binary + full ImGui GUI editor (`whetstone_editor`)
**Stack:** C++20, Dear ImGui + SDL2 + OpenGL3, nlohmann-json, tree-sitter, vcpkg, CMake
@@ -25,12 +25,12 @@ is one of many projects that consumes it. Whetstone's core capabilities:
| Item | Value |
|------|-------|
| Last step | **Step 1912** |
| Last sprint | **Sprint 276 — COMPLETE** |
| Last step | **Step 1932** |
| Last sprint | **Sprint 280 — COMPLETE** |
| MCP tool count | **93 tools** |
| Architecture gate | All headers ≤ 600 lines (pre-existing BufferOps.h violation) |
| `whetstone_mcp` binary | `editor/build-native/whetstone_mcp` |
| Active track | **Polyglot Orchestrator** (Phase 3: LSP Orchestration — Sprint 276 complete. Next: Sprint 277) |
| Active track | **Polyglot Orchestrator** (Phase 4: DAP Orchestration — Sprint 280 complete. Next: Sprint 281) |
Sprint history: see `progress.md` (15k+ lines) — single authoritative file,
sprint summary table at top, step-by-step detail below.
@@ -47,8 +47,8 @@ Every sprint follows this exact pattern:
5. Sprint integration summary step (always the 5th step)
6. Full matrix verification before closing sprint
**Next sprint starts at Step 1898. Sprint 274: see `docs/polyglot_orchestrator_sprint_plan.md`.**
Sprint 273 (Steps 18931897) COMPLETE: ABIBoundaryExtractor, CHeaderEmitter, RustPythonBindingEmitter, GoCppBindingEmitter, integration test.
**Next sprint starts at Step 1933. Sprint 281: DAP Hardening.**
Sprint 280 (Steps 19281932) COMPLETE: CrossLanguageStepOverHandler, CrossLanguageStepIntoHandler, ASTNodeBreakpointMapper, BreakpointSyncOrchestrator, poly-API integration.
---