Bill
69243141dd
Add project taskitem pool and planner fixes
2026-03-18 01:02:21 -06:00
Bill
af6fa169b7
Sprint 291: Add HTTP/SSE daemon mode to whetstone_mcp (Steps 1983-1987)
...
Eliminates the dual-process bug where multiple Claude Code sessions each
spawn their own whetstone_mcp stdio process with split in-memory state.
All sessions now share a single persistent daemon via MCP HTTP+SSE transport.
Changes:
- MCPHttpServer.h: HTTP+SSE transport (cpp-httplib via FetchContent).
GET /sse streams events per session, POST /message routes JSON-RPC,
GET /health for status. Thread-safe session map with mutex/cv/queue.
- MCPBridge.h: adds runHttp(port, workspace) method
- mcp_main.cpp: --daemon/--port flags, daemon.pid lockfile, duplicate guard
- CMakeLists.txt: FetchContent for cpp-httplib, step1983-1987 targets
- tools/start-whetstone-daemon.sh: idempotent startup, health-check poll
- 5/5 tests passing (step1987_test)
Note: Documents/.mcp.json switched to SSE transport in working directory
(not tracked in this repo). Daemon must be started before Claude Code sessions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-09 11:18:11 -06:00
Bill
a09fc55325
Fix cross-project target grounding and add handoff note
2026-03-08 10:53:30 -06:00
Bill
452603ae7f
Add strict/hybrid library policy with auto/ask/options modes
2026-03-03 10:22:05 -07:00
Bill
e24f677dde
Wire availableLibraries into taskitem generation dispatch
2026-03-03 09:50:05 -07:00
Bill
0592c8c3a6
Complete strict execution contract for semantic fallback tasks
2026-03-03 09:37:27 -07:00
Bill
1f1234b28b
Sprint 272: fitness-routed polyglot test projects — Phase 2 (steps 1888-1892)
...
Added PolyglotProjectSpec data model and three concrete 2-language test
project fixtures, all routing correctly via LanguageFitnessScorer.
New headers:
- PolyglotProjectSpec.h: PolyglotInterface, PolyglotSection, PolyglotProjectSpec,
PolyglotFitnessRouter (explicit override + auto-routing via scorer)
- PolySortProject.h: sort-core → Rust, data-gen → Python
- PolyApiProject.h: http-server → Go, api-client → TypeScript
- PolyParseProject.h: lexer → C++, ast-transform → Haskell
- Sprint272IntegrationSummary.h
25/25 tests passing (steps 1888-1892). All new headers ≤ 600 lines.
tools/claude/tools.json: added whetstone_score_language_fitness (tool 91).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-01 14:17:33 -07:00
Bill
597fe4eded
Add raw score/gate parity packet and enforcement (sprint 265)
2026-02-26 17:04:24 -07:00
Bill
bfe44cd6d8
Align raw scoring and impact gate task-set parity (sprint 264)
2026-02-26 17:02:13 -07:00
Bill
fe85f1b515
Add raw structural projector before candidate scoring (sprint 263)
2026-02-26 16:59:28 -07:00
Bill
f534d7f0fa
Add raw output-shape template control pack (sprint 262)
2026-02-26 16:56:09 -07:00
Bill
181f289dd1
Add intrinsic prompt-pack intervention for raw generation (sprint 261)
2026-02-26 16:40:19 -07:00
Bill
42c53da5c6
Add signal-targeted intrinsic raw variant expansion (sprint 260)
2026-02-26 16:37:57 -07:00
Bill
ba1e0dc3e8
Add adaptive raw top-gap retry loop (sprint 259)
2026-02-26 16:33:19 -07:00
Bill
df0de8156b
Add backlog-driven raw top-gap requirement injection (sprint 258)
2026-02-26 16:30:49 -07:00
Bill
fd8d582db7
Add top-gap uplift hard gate for raw candidate search (sprint 257)
2026-02-26 16:27:39 -07:00
Bill
39575cb383
Add top-gap weighted raw candidate selection telemetry (sprint 256)
2026-02-26 16:25:57 -07:00
Bill
057fcd4087
Add raw top-gap hardening stage for native tasks (sprint 255)
2026-02-26 16:23:19 -07:00
Bill
5feb05e900
Add raw gap backlog synthesis from ladder runs (sprint 254)
2026-02-26 15:59:33 -07:00
Bill
b6c91c9d64
Add batch closure ladder analytics and runner (sprint 253)
2026-02-26 15:48:33 -07:00
Bill
28b29dfd30
Add richer raw variants and history-aware ladder routing (sprints 251-252)
2026-02-26 15:46:11 -07:00
Bill
2c422fedda
Add automatic native profile closure ladder runner (sprint 250)
2026-02-26 15:42:35 -07:00
Bill
8e0018ef80
Add raw candidate search scoring and no-uplift guardrail (sprints 248-249)
2026-02-26 15:41:20 -07:00
Bill
dfb10ea40f
Add single-shot profile shaping closure path (sprint 247)
2026-02-26 15:33:36 -07:00
Bill
daf9d9b8c4
Add intrinsic multishot decomposition closure path (sprint 246)
2026-02-26 15:31:36 -07:00
Bill
d4b7e8ce48
Add intrinsic first-pass decomposition boost path (sprint 245)
2026-02-26 15:19:21 -07:00
Bill
b68f7edc84
Add first-pass profile autofill closure path (sprint 244)
2026-02-26 15:17:56 -07:00
Bill
050fee9480
Add profile task-bundle remediation loop closure (sprint 243)
2026-02-26 15:10:41 -07:00
Bill
ee38182b79
Add native impact remediation synthesis loop (sprint 242)
2026-02-26 15:08:36 -07:00
Bill
3c04216a54
Add impact-by-impact native decomposition coverage gates (sprint 241)
2026-02-26 15:05:21 -07:00
Bill
e9dd06205e
Add native decomposition retry telemetry path (sprint 240)
2026-02-26 14:57:16 -07:00
Bill
9e39181f77
Add native reason enrichment for semantic signals (sprint 239)
2026-02-26 14:55:26 -07:00
Bill
5eaaa7cc56
Add native decomposition quality gate to pipeline (sprint 238)
2026-02-26 14:54:15 -07:00
Bill
7b33aeb24b
Add semantic fallback gap audit and budget gate (sprints 236-237)
2026-02-26 14:53:07 -07:00
Bill
3de32bc3d1
Implement sprint 235 native-first semantic expansion policy
2026-02-26 14:50:32 -07:00
Bill
7965899771
Add sprint 234 semantic planning coverage gate
2026-02-26 14:34:41 -07:00
Bill
7ddc4e5121
Implement sprint 233 semantic-aware decomposition bridge
2026-02-26 14:33:10 -07:00
Bill
815abc3b65
Start sprint 232 semantic planning annotation bridge
2026-02-26 14:28:16 -07:00
Bill
9198a70d35
Label planning artifacts as TEST_ONLY and update references
2026-02-26 14:22:14 -07:00
Bill
b68c95e6f4
Add spec hardener and reusable hard-gate wrapper
2026-02-26 14:12:33 -07:00
Bill
ccf8f7a817
Integrate spec-readiness precheck into sprint pipeline
2026-02-26 14:09:13 -07:00
Bill
55876d3540
Start first-class planning tranche with spec readiness scoring
2026-02-26 14:08:12 -07:00
Bill
710c9f35ae
Close parity blockers; add sprint 222-227 trackers and stale-log manifest
2026-02-26 14:06:09 -07:00
Bill
9fe3c1aa93
Add MCP compatibility ledger tool and first-pass Go/Rust codegen hardening
2026-02-25 22:46:33 -07:00
Bill
6d60447d50
Execute sprints 172-174 with auto-fix, lint hook, and tokened A/B tooling
2026-02-25 19:07:20 -07:00
Bill
010f974a89
Implement sprints 170-171 strict gates and autonomous remediation loop
2026-02-25 18:52:36 -07:00
Bill
13b57bbd65
Implement sprints 166-168 production code generation gates and loop
2026-02-25 18:02:59 -07:00
Bill
07ed58ddc3
Complete sprints 163-165 strict MCP grammar pipeline and enforcement
2026-02-25 17:25:36 -07:00
Bill
1a761c62e5
Add hybrid AST/language pipeline contract and validator
2026-02-23 19:30:39 -07:00
Bill
1696b92bb8
Add Sprints 46-59: governance, porting foundation, and language graduation prep (Steps 689-828)
...
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 >
2026-02-22 13:18:10 -07:00