You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add uv-lock-sync rule to auto-update uv.lock
Automatically runs `uv sync` when pyproject.toml is modified to keep
the lock file in sync with dependency changes.
* Clarify that rules fire at Stop hook in job.yml description
Updated deepwork_rules job.yml description to make clear that:
- Rules evaluate at the Stop hook when agents finish their turn
- This includes when sub-agents complete their work
- Command actions run at this time, prompt actions block
- Added uv sync example use case for command actions
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments