v0.6.0 - Windows-native engine + full agent roster
What's new in v0.6.0
Completes Windows-native support and broadens agent coverage to every major AI coding tool on the skills.sh platform.
Added
done-gate.ps1— native PowerShell port of the engine (capture / assert / verify / show,--json, all flags). Runs on Windows PowerShell 5.1 and PS 7+ with built-ins only — Windows no longer needs Git Bash. Receipts from both engines are interchangeable.stop-gate.ps1— native PowerShell Stop-event hook, full parity port ofstop-gate.sh. All 13 trust rules preserved.- Homebrew formula (
packaging/homebrew/agent-done-or-not.rb) and Scoop manifest (packaging/scoop/agent-done-or-not.json) — pinned to v0.6.0 source tarball + SHA-256. - Agent rules files for Windsurf (
.windsurfrules), Cline (.clinerules), Roo (.roo/rules/done-or-not.md), Zed (.zed/prompts/done-or-not.md), Goose (.goosehints). - CI templates for GitLab CI and Azure DevOps, joining the existing GitHub Actions composite action.
- Improved
skills/done-or-not/SKILL.mdwith PowerShell usage examples and fuller installation table.
Fixed
- Packaging tests no longer hardcode stale v0.5.0 values.
- Windows Git Bash path handling in
done-gate.sh/stop-gate.sh. - npm wrapper falls back to native PowerShell on Windows when Bash is unavailable.
- Scoop manifest now launches
done-gate.ps1so Windows users do not need Git Bash.
Install
# npm
npx agent-done-or-not capture --label check -- <your-command>
# Homebrew
brew tap mohamedzhioua/agent-done-or-not
brew install agent-done-or-not
# Scoop
scoop bucket add agent-done-or-not https://github.com/mohamedzhioua/agent-done-or-not
scoop install agent-done-or-not