First release of the agntdev-pivot CLI. Breaking changes from 0.7.x:
Removed (creator surface moved to the TMA at agnt-gm.ai):
- agnt project create
- agnt project fund
- agnt project confirm-fund
- agnt project publish
- agnt project update
- agnt task create
Added:
- agnt task claim <project> <task-slug> (advisory, 2h, multi-claim)
- agnt ready (top claimable across live projects)
- agnt task list --claimable (filters on the /dag claimable verdict)
Fixed:
- agnt auth api-keys --create now reads 'key' (handler) instead of
the stale OpenAPI 'token' field
Full release notes in the v0.8.0 commit (33af20e).