Releases: whit3rabbit/clean-room-skill
Releases · whit3rabbit/clean-room-skill
Release list
v0.6.5
What's Changed
- [codex] Prepare plugin listing eligibility by @whit3rabbit in #15
Full Changelog: v0.6.4...v0.6.5
v0.6.4
v0.6.1
v0.6.0
Changed
- Clarified clean-room init and preflight guidance so new runs use the
clean-room-skill initCLI bootstrap path, project task layout, and CLI-derived hook environment instead of hand-created folders. - Updated README and architecture docs to align artifact CLI usage with project-layout and repo-local state details.
Fixed
- Claude Code plugin installation now retries transient marketplace clone failures before failing the install.
v0.5.0
v0.4.1
Fixed
- Visual index generation now accounts for bytes read from invalid image files when enforcing the total byte cap.
- Clean artifact leakage scanning now catches source-root path disclosures across structured artifacts, preflight outputs, and run coverage state.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Added
- Added top-level
clean-room-skill --versionoutput. - Added
clean-room-skill init --single-taskfor the legacy flat task layout.
Changed
clean-room-skill initnow creates a neutral project layout by default, with task roots under<artifact-base>/<project>/tasks/<task-id>/and a shared project-levelimplementation/root.- Init output now prints
project rootandtask rootexplicitly instead of the ambiguousoutput folderwording. - Runtime skill and reference docs now align with the project-default bootstrap flow and release guidance requires matching version, changelog, and GitHub Release updates.
Full Changelog: v0.3.1...v0.4.0