jaz-clio 5.24.9 → 5.24.10
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/cli/SKILL.md +3 -2
- 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 +527 -527
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jaz-cli
|
|
3
|
-
version: 5.24.
|
|
3
|
+
version: 5.24.10
|
|
4
4
|
description: >-
|
|
5
5
|
Use this skill when running Clio CLI commands, building shell scripts with
|
|
6
6
|
Clio, debugging auth issues, understanding --json output, paginating results,
|
|
@@ -158,6 +158,7 @@ Rules:
|
|
|
158
158
|
| `--all` | List/search commands | Auto-paginate all pages |
|
|
159
159
|
| `--max-rows <n>` | With `--all` | Cap total rows (default 10,000) |
|
|
160
160
|
| `--finalize` | Create commands | Approve immediately (skip draft) |
|
|
161
|
+
| `--jot <text>` | Write commands (create/update/delete/pay/finalize/…) | Log the judgment behind this write in one line, inline (piggybacks a judgment-journal entry after the write succeeds; optional leading kind, e.g. `"MATCH: …"`). Without it, a successful write prints a one-line reminder to stderr — silence with `JAZ_JOTS_NUDGES=0`. |
|
|
161
162
|
| `--date <YYYY-MM-DD>` | Create/update commands | Transaction date |
|
|
162
163
|
| `--due <YYYY-MM-DD>` | Create/update commands | Due date |
|
|
163
164
|
| `--query <expression>` | Search commands (14 entities) | Jaz search expression (see below) |
|
|
@@ -268,7 +269,7 @@ Sending `lineItems[]` to the FLAT endpoint silently ignores them and creates a $
|
|
|
268
269
|
|
|
269
270
|
**AI & Automation**: `magic` (create, status, search, split), `quick-fix`, `capsules`, `capsule-transaction` (alias: `ct`, 13 recipe types)
|
|
270
271
|
|
|
271
|
-
**Judgment journal**: `jots` (create, recall, dispose)
|
|
272
|
+
**Judgment journal**: `jots` (create, recall, dispose). Every write command also takes `--jot "<one line>"` to log the judgment behind that specific write inline, no extra call (see `--jot` in Common Flags).
|
|
272
273
|
|
|
273
274
|
**Calculators**: `calc` (loan, lease, depreciation, prepaid-expense, deferred-revenue, fx-reval, ecl, provision, fixed-deposit, asset-disposal, accrued-expense, leave-accrual, dividend)
|
|
274
275
|
|