What's New
π§ Checkup Improvements
- 7-day error window β checkup now only flags errors from the last 7 days, eliminating false-positive alerts from old resolved issues
- Copilot CLI version check β reports installed CLI version instead of attempting REPL-only update command
- .zshrc syntax check β validates shell config integrity on every checkup
- 13-point diagnostic β up from 11 checks in v1.0.0
π‘οΈ Code Quality
- Fixed 2 ShellCheck warnings (SC2155, SC2034)
- All scripts pass
shellcheck -S warning
π€ CI & Automation
- Added
.github/workflows/ci.ymlβ ShellCheck lint + macOS smoke tests on every push/PR - Added
.github/dependabot.ymlβ automated GitHub Actions dependency updates - Added
.github/copilot-setup-steps.ymlβ cloud agent environment support
οΏ½οΏ½ Docs
- Updated README and AGENTS.md to reflect 13-point checkup
- Corrected checkup item descriptions
Full Changelog: v1.0.0...v1.1.0