Skip to content

v1.1.0 β€” Hardened Checkup + CI

Latest

Choose a tag to compare

@DUBSOpenHub DUBSOpenHub released this 08 Apr 05:28
· 3 commits to main since this release

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