jaz-clio 5.29.1 → 5.29.2
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 +1 -1
- package/assets/skills/clio-kit/SKILL.md +1 -1
- package/assets/skills/clio-kit/references/org-interview.md +1 -1
- package/assets/skills/clio-kit/references/workspace.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/package.json +1 -1
|
@@ -6,7 +6,7 @@ Fill ORG.md from the platform first, then ask only what the platform cannot know
|
|
|
6
6
|
|
|
7
7
|
| Call | Fills |
|
|
8
8
|
|---|---|
|
|
9
|
-
| `clio org info --org <label> --json` | `name`, `organization_id`, `base_currency`, `country`, `fy_end` |
|
|
9
|
+
| `clio org info --org <label> --json` | `name`, `organization_id`, `base_currency`, `country`, `fy_end` (returned as `financialYearEnd` in `DD-MM` — write it out in full) |
|
|
10
10
|
| `clio reports generate ledger-highlights --org <label> --json` | `multi_currency`, which modules are live, active accounts, period range |
|
|
11
11
|
| `search_journals` over the last three months | Candidate `recurring_accruals` |
|
|
12
12
|
| `clio context --org <label> -w <workflow> --json` | Reference detail, only if needed — **always pass `-w`** |
|
|
@@ -55,7 +55,7 @@ The close configuration. Everything the jobs skill's playbooks otherwise stop to
|
|
|
55
55
|
| `country` | Recorded for the user's own reference and for report labelling |
|
|
56
56
|
| `base_currency` | Reporting currency |
|
|
57
57
|
| `multi_currency` | Whether foreign-currency balances exist — gates the FX verification step |
|
|
58
|
-
| `fy_end` | Fiscal year end
|
|
58
|
+
| `fy_end` | Fiscal year end, written in full: `31 December`, `30 June`. `clio org info` returns it as `financialYearEnd` in `DD-MM` form (`31-12`) — **spell it out before storing it**, because `FY<year>` and fiscal-quarter resolution both read this field and `01-12` is ambiguous |
|
|
59
59
|
|
|
60
60
|
**Filing** — every value here comes from the user. The kit tracks their calendar; it does not own one.
|
|
61
61
|
|