Commit Graph

26 Commits

Author SHA1 Message Date
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
ff75faf5cb Add batch hardening report for drive and product specs 2026-02-26 14:16:02 -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
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
ce60f40b61 Update Sprint 161/162 progress log with 2026-02-26 verification 2026-02-25 17:02: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
BillTheMaker
b1d9cf6540 Add foundational governance concepts and core objectives
Added foundational philosophy and governance concepts for the system, including Bayesian Constitutionalism and Epistemic Regularization. Outlined the core objective function and policy generation mechanisms.
2026-02-21 09:11:38 -07:00
Bill
5830361463 Step 257: token efficiency tests + benchmarks (Phase 9c complete)
Systematic validation of all Phase 9c token-saving features: compact AST
(6-7% of full size), lean scope (4% of detailed), diagnostic deltas, budget
pagination across 3 pages, batch queries, and combined 95% savings. Benchmark
confirms sub-millisecond parse->mutate->diagnose cycles. Also adds Environment
Layer feature request to docs/annotations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 19:34:58 +00:00
Bill
c9d938f855 Sprint 7 Phase 7a: API documentation, schemas, and new RPC methods (Steps 202-206)
- Step 202: docs/AGENT_API.md — comprehensive JSON-RPC API reference with 23 methods
- Step 203: schemas/ — 20 JSON Schema files (8 types, 12 methods) for validation
- Step 204: Expose ContextAPI (getInScopeSymbols, getCallHierarchy, getDependencyGraph) and BatchMutationAPI (applyBatch) via WebSocket RPC
- Step 205: Expose Pipeline operations (runPipeline, parseSource, generateFromAST, projectLanguage) via WebSocket RPC
- Step 206: API schema validation tests — 51/51 assertions pass
- Updated PROGRESS.md with Sprint 5+6 completion, corrected summary table
- Updated FEATURE_REQUESTS.md to reflect implemented items
- Created sprint7_plan.md with 33 steps across 6 phases

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 07:31:01 -07:00
Bill
d5b11c4904 Step 162: add help panel and documentation 2026-02-09 19:54:25 -07:00
Bill
6643b7c2c7 Sprint 3 plan and docs: adopt canonical annotation system from annotations/Memory strategy.md
- Add Sprint 3 plan (37 steps, global 39-75) with canonical memory annotations,
  test quality requirements, global step numbering, and Sprint 2 overlap notes
- Refactor all docs to use canonical annotation families (@Deallocate, @Lifetime,
  @Reclaim, @Owner, @Allocate) replacing simplified @deref 4-strategy system
- Replace @perf with canonical @Hot/@Cold, @Inline, @Pure from annotations/6 optimization
- Replace @memory-footprint, @execution-mode, @deref-explicit with canonical equivalents
- Update REQUIREMENTS_OVERVIEW, SPRINT_1_REQUIREMENTS, SPRINT_2_PLAN, SPRINT_2_VISION,
  C++ Implementation Roadmap, example files, and progress report
- Remove duplicate bonus steps 41-42, consolidate Phase 3h from 7 to 4 steps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 08:11:23 -07:00
Bill
8ca6eccd56 Sprint 2 Step 7: Schema validation 2026-02-06 19:31:38 -07:00
Bill
e763c2c32b Phase1Example working on choosing from enums actually done 2026-02-06 01:40:37 -07:00
Bill
fec7284a8f Remove problematic editor definitions pending structure.mps ID fixes
The editor definitions referenced concepts with duplicate IDs in structure.mps.
The structure file needs ID correction before editors can be properly created.

To fix:
1. In MPS, open the SemAnno language
2. Right-click on problematic concepts (showing duplicate ID errors)
3. Select 'Correct ID' intention to auto-generate unique IDs
4. Once structure is clean, recreate editor definitions

See notes below for details.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-03 20:03:53 -07:00