Releases: wilsto/claude-code-starter-kit
Releases · wilsto/claude-code-starter-kit
Release list
v1.23.0
Added
/loopintegration:workflow.mdnow has a "Loop & Monitoring" section with patterns for CI watch, incident health monitoring, and Docker builds;/session-wrapreference added to Stopping Protocolci-watchskill + command: single-purpose CI status checker (gh run list), designed to run standalone or via/loop 2m ci-watchci-monitoragent (haiku): lightweight agent that checks GitHub Actions status and reports pass/fail/in-progress with failing step detailssession-wrapskill + command: end-of-session protocol — captures[LEARN]items topatterns.md, updates scratchpad with next steps, checks for uncommitted changes, asks if polaris needs updatingloop-suggest.jshook: PostToolUse advisory aftergit push— suggests/loop 2m ci-watchto monitor CI (non-blocking)commitskill: Step 9e now suggests/ci-watchor/loop 2m ci-watchafter pushincident-responseskill: Phase 2 (Investigation) now suggests/loop 1m check logsfor live service monitoring- All new items registered in
sync-config.jsonfor/sync-globalpropagation
v1.22.0
Added
- UX workflow:
/ux3-phase skill (clarify → wireframe → implement),ux-guard.jsadvisory hook (reminds to run/uxbefore editing.tsx/.jsxUI files),ux.mdrule (mandatory gates: wireframe approval, mobile-first, async states),ux.mdcommand — full UX enforcement system - Commit flash audit (Step 0):
/commitnow detects accumulated[flash]commits before running the quality gate, so the gate covers all changes since the last full commit - Smart stack detection (Step 5):
/commitnow inspects staged files to run only the affected stack's tests (avoids running the full multi-stack suite for a single-stack change) - After-plan commit-flash rule:
workflow.mdnow specifies that after executing a plan, the final action is to run/commit-flash - Always-recommend convention:
conventions.mdnow mandates stating a recommendation when asking the PO a question - UX skill, command, hook, and rule added to
sync-config.jsonfor future/sync-globalpropagation
v1.21.0
Added
- "Research before acting" system: rule + hook that forces Claude to check official docs (context7), forums (WebSearch), and community best practices before acting in high-risk situations — package installs, plan mode, error loops, brainstorming, new tech, API calls, and config changes
research-first.jshook (PreToolUse Bash/Agent + PostToolUse Bash): detects package installs, Plan subagent entry, and consecutive error loops (threshold: 2) with stateful tracking via session temp filesresearch-first.mdrule: behavioral guidance covering 6 situations where Claude must research before acting, including brainstorm/ideation for collective intelligence
v1.20.1
v1.20.0
Added
- Spec integration across workflow: TDD Step 0 (read spec before RED), DoR/DoD spec requirements, review spec pre-check, advisory spec-reminder hook
- Tech-debt audit expanded to 4 holistic dimensions: Code Health, Test & Reliability, Documentation & Specs, Dependencies & Infra — replacing the previous 6 flat categories
- New debt categories: spec coverage/freshness, config docs, error handling, build/CI health, with security delegating to existing security-auditor agent
- Code review and code-simplifier steps (3b/3c) in
/commitworkflow for 3+ file changes
v1.19.1
v1.19.0
v1.18.0
v1.17.0
Added
- Check 11
coverage-configin/audit-conformity: audits coverage configuration quality (threshold, branch, source filtering, report output) across Python, Node.js, Go, and Rust stacks
Removed
auto-format.jsPostToolUse hook: removed due to critical bug (formatter emptying files — 5/7 files corrupted in coachbywill)
v1.16.0
Added
auto-format.jsPostToolUse hook: auto-runs project formatter (Prettier/ruff/gofmt/rustfmt) after each Edit/Writedebug-warning.jsPostToolUse hook: warns when edits introduce debug artifacts (console.log, print, etc.)
Fixed
- Corrected
deny→askterminology in audit-conformity, sync-global, and GUIDE.md to match actual permissions model