This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryAdded a proactive frame-check guardrail with calibration logging and recheck analysis.
Full changelog
Proactive frame-check in scaffolded build folders
The deadliest failure mode is silently tuning a dead thesis for weeks while the AI keeps proposing the next calibration and never asks whether the premise is wrong. The existing "stay honest" guidance was passive text the build agent could forget. v0.6.0 makes it proactive.
Added
- Frame-check guardrail.
/scaffoldnow also writes a Claude Code hook set (.claude/settings.json+.claude/hooks/*.sh) and aFRAME-LOG.mdinto the build folder:- a soft nudge before each
git commit— is this tuning the thesis, or testing it? - a once-per-session Stop gate that blocks until the agent answers, re-reading the rejected alternatives if results disappoint,
- a 4-field calibration record (
altitude / model-rec / decision / prediction / outcome) logged toFRAME-LOG.md. - Portable POSIX
sh(nojq), loop-safe, softenable; falls back to the passiveCLAUDE.mdguardrail outside Claude Code.
- a soft nudge before each
/recheckreadsFRAME-LOG.md— a long trail of tuning entries with no thesis-test is itself a calibration-myopia signal.- Context template carries idea-level run-record fields so calibration data can accrue on the brainstorm side too.
Changed
- README banner re-rendered to the build-first arc (
idea → brainstorm → build → recheck).
Install
- Claude CLI:
/plugin marketplace add winchxyz/idea-to-buildthen/plugin install idea-to-build@idea-to-build - Cowork / Claude Code: add that marketplace, or upload
idea-to-build-plugin.zipbelow.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Idea-to-build
All releases →Related context
Related tools
Earlier breaking changes
- v0.1.6 Renamed workflow from `idea-to-brainstorm` to `idea-to-build`.
Beta — feedback welcome: [email protected]