jaz-clio 5.24.13 → 5.24.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/skills/api/SKILL.md +1 -1
- package/assets/skills/api/references/endpoints.md +1 -1
- package/assets/skills/cli/SKILL.md +1 -1
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jaz-pseudo-sql/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/cli.mjs +260 -260
- package/package.json +1 -1
|
@@ -2400,7 +2400,7 @@ Append one review verb to a jot (append-only: annotates, never mutates).
|
|
|
2400
2400
|
{ "verb": "FLAG", "note": "Re-check the account mapping next close" }
|
|
2401
2401
|
```
|
|
2402
2402
|
|
|
2403
|
-
`verb`: FLAG, REJECT, ENDORSE.
|
|
2403
|
+
`verb`: FLAG, REJECT, ENDORSE. REJECT with `rollback:true` queues an async rollback in the platform; the per-ref outcomes land on the disposition's `rollbackOutcome` and are readable via jot search (recall).
|
|
2404
2404
|
|
|
2405
2405
|
---
|
|
2406
2406
|
|