Commit Graph

46 Commits

Author SHA1 Message Date
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
Bill
ed6503b4c8 Sprint 42-45: stabilize modeling tools and implement context, validation, and metrics MCP tooling (Steps 669-688) 2026-02-18 18:11:31 -07:00
Bill
17c4cd252a Sprint 41: wire whetstone_schema_to_cpp + whetstone_generate_dispatch_table (Steps 664-668)
Two C++ generators existed since Steps 634/642 but were never registered as
MCP tools. This sprint is pure plumbing — no new logic, just wiring.

Steps:
  664 - RegisterCodegenTools.h: whetstone_schema_to_cpp handler (12/12)
  665 - RegisterCodegenTools.h: whetstone_generate_dispatch_table handler (12/12)
  666 - MCPServer.h + RegisterOnboardingAndAllTools.h + tools.json wired (8/8)
  667 - whetstone_mcp rebuilt, smoke tested: 84 tools live, both calls return success
  668 - Sprint41IntegrationSummary.h (8/8)

Total: 40/40 passing. tool count 82 → 84.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 16:52:29 -07:00
Bill
e6151577ac Add step 622 tools catalog refresh v2.0 2026-02-17 20:57:49 -07:00
Bill
718c99fef9 Step 229: Add tool definition tests 2026-02-10 08:23:48 -07:00
Bill
7e329b6a2e Step 228: Add prompt templates 2026-02-10 08:20:59 -07:00
Bill
1d91c49b15 Step 227: Open-source model tool definitions 2026-02-10 08:19:07 -07:00
Bill
8a15b27380 Step 226: OpenAI tool definitions 2026-02-10 08:14:19 -07:00
Bill
23117eb97e Step 225: Claude tool definitions 2026-02-10 08:12:16 -07:00