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
a410c9c75651db00623df0d1ea88c3e4afc4eaa9
whetstone_DSL/editor/src/Sprint279IntegrationSummary.h

14 lines
267 B
C
Raw Normal View History

Sprint 279: DAP Orchestration Core (steps 1923-1927) - DAPProxyServer: DAP JSON dispatcher, routes by command, default handlers for all standard DAP commands, response envelope with seq/type/request_seq/success - DebugAdapterRouter: per-language adapter capability registry; routeCommand gates on active language AND adapter support - PolyglotStackTraceDecoder: infers language from source extension, marks boundary frames where adjacent frames differ in language, sets astNodeId per frame - LanguageSeamFrameDetector: detectSeams/primarySeam/seamCount/frameLanguages/ crossesBoundary over decoded polyglot stacks - Sprint279IntegrationSummary: poly-sort (Python+Rust) end-to-end DAP pipeline 26/26 tests passing (5+5+5+5+6). All new headers well under 600 lines. LoRA recorded: sprint279-2026-03-01 (7 calls, 5535 tokens). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 21:08:37 -07:00
#pragma once
#include <string>
namespace whetstone {
struct Sprint279IntegrationSummary {
int stepsCompleted = 5;
bool success = true;
std::string sprintName() const { return "Sprint 279: DAP Orchestration Core"; }
};
} // namespace whetstone
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 39ms Template: 1ms
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