v0.2.8
CodeMuster 0.2.8
New functionality
- Proactive Claude/Codex plugin instructions and context hooks follow
.codemuster/config.json:off,update,review, orreview_and_fix. - Optional dead-code analysis records conservative usage evidence. HTTP endpoints and other external entry points remain protected; unused candidates stay report-only.
- Optional UI-only UX review prioritizes sensible task flow and checks readability, validation/recovery, rendering/clipping, button feedback, and wording. Completion and definitive verification require current browser evidence and valid screenshots.
- Repair safeguards use isolated workers, enforce allowed scope and configured tests, and retain recovery evidence. Shared plugin/skill archives accompany the CLI.
Install or update
npm install -g codemuster@0.2.8
codemuster --versionRefresh the CodeMuster plugin through your agent's plugin manager and start a new session. Standalone skill users can refresh their selected agent's skill with codemuster skill install --for <agent>.
The optional reviews start disabled. Enable dead_code and/or user_experience.enabled in your repository settings; set user_experience.base_url to the running application for browser review. Existing automation settings continue to control update/review/repair behavior.
Application-review settings and workflow · Plugin setup
Validation and scope
The tagged release runs the complete three-OS test suite, builds all six platform packages, and tests installed packages on Windows x64, Linux x64, and macOS arm64 before publishing. Live proactive agent behavior and representative application UX judgments still need field testing; browser evidence checks do not constitute a complete accessibility certification or proof that all code consumers are known.