From b38f57ed1c4d586c2a1b2ae0d560f0ba9a080bee Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 1 Mar 2026 21:31:58 -0700 Subject: [PATCH] Update CLAUDE.md: Sprint 280 complete, next Sprint 281 Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 879c84b..f05ea11 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 1893–1897) COMPLETE: ABIBoundaryExtractor, CHeaderEmitter, RustPythonBindingEmitter, GoCppBindingEmitter, integration test. +**Next sprint starts at Step 1933. Sprint 281: DAP Hardening.** +Sprint 280 (Steps 1928–1932) COMPLETE: CrossLanguageStepOverHandler, CrossLanguageStepIntoHandler, ASTNodeBreakpointMapper, BreakpointSyncOrchestrator, poly-API integration. ---