Logo
Explore Help
Register Sign In
bill/whetstone_DSL
1
0
Fork 0
You've already forked whetstone_DSL
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
69243141ddc0f7db169cc115804abe51454eacaa
whetstone_DSL/editor/src/Sprint278IntegrationSummary.h

14 lines
264 B
C
Raw Normal View History

Sprint 278: LSP Proxy Hardening (steps 1918-1922) - LSPMessageValidator: JSON-RPC 2.0 shape validation (method, id type, params type) - LSPCapabilityNegotiator: per-source capability tracking; shouldRoute gates on declared caps - LSPRequestThrottler: per-URI/method debounce; blocks rapid didChange floods - LSPErrorRecovery: per-source health tracking; stale-cache fallback when crashed - Sprint278IntegrationSummary: poly-parse (C++ + Haskell) end-to-end integration 26/26 tests passing (5+5+5+5+6). All new headers well under 600 lines. LoRA recorded: sprint278-2026-03-01 (9 calls, 6437 tokens). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 20:28:31 -07:00
#pragma once
#include <string>
namespace whetstone {
struct Sprint278IntegrationSummary {
int stepsCompleted = 5;
bool success = true;
std::string sprintName() const { return "Sprint 278: LSP Proxy Hardening"; }
};
} // namespace whetstone
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 42ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API