Releases: apolosan/idea-refinement
Releases · apolosan/idea-refinement
v1.6.0
v1.6.0
This release includes all updates made in the current session.
Added
userPromptTransportsupport inlib/runner.ts, including astdintransport mode for controlled subprocess prompt delivery.- Spawned-boundary argv capture tests in
tests/lib/runner.test.tswith exact sentinel occurrence assertions. - New C3 regression fixtures in
tests/lib/response-validator.test.tsfor stray pipe rows outside the alternatives matrix and a valid in-section control matrix.
Changed
- Scoped C3 alternatives counting to the
## Minimum alternatives matrixsection inlib/response-validator.ts. - Limited the production
stdinprompt-transport pilot to the final checklist stage throughlib/workflow.ts. - Tightened workflow prompt/rule text in
lib/prompts.tsto reject ledger-free metric claims, setup-only after-states, vague cost labels, and non-decision narrative. - Refined the monitor widget copy in
lib/ui-monitor.tsto showworking...in the current-status row. - Updated
README.mdandCHANGELOG.mdto document the 1.6.0 changes.
Fixed
- Eliminated the C3 false-positive path where stray
|rows outside the alternatives matrix could satisfy matrix validation. - Established a measurable raw-argv prompt baseline (
1) and a verified harness-level pilot target (0) for checklist-stage prompt transport.
Validation
npm run typechecknode --experimental-strip-types tests/run-tests.ts