bkper 4.16.7 → 4.16.8

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/lib/docs/taxes.md CHANGED
@@ -14,17 +14,17 @@ Prefer existing trusted routes before creating new ones. If none exists, recomme
14
14
 
15
15
  ## Loading tax rules
16
16
 
17
- When no trusted local tax route exists, or when the user asks to load jurisdiction rules, use external tax-rule libraries only as discovery sources. They may identify candidate rates, thresholds, deadlines, forms, classifications, and citations, but they are not a final computation route.
17
+ When no trusted local tax route exists, or when the user asks to load jurisdiction rules, use external tax-rule libraries only as live discovery sources. They may identify candidate rates, thresholds, deadlines, forms, classifications, and citations, but they are not a final computation route. Figures derived from bundle data remain provisional until reviewed by a local qualified accountant or advisor.
18
18
 
19
- Do not produce tax numbers from loaded rules until the rule source, tax period, assumptions, and Bkper mappings have been reviewed or approved.
19
+ Do not produce tax numbers from loaded rules until the rule source, tax period, assumptions, and Bkper mappings have been reviewed or approved. If the relevant bundle or skill is not accountant-verified, or verifier status is missing or pending, surface that status to the user and label outputs exploratory / provisional.
20
20
 
21
21
  Preferred non-MCP OpenAccountants route:
22
22
 
23
23
  1. Resolve the jurisdiction code or name, such as `BR`, `GB`, `DE`, `US-CA`, `CA-ON`, or `brazil`.
24
- 2. Fetch `https://www.openaccountants.com/api/bundle/<CODE_OR_NAME>`.
24
+ 2. Fetch `https://www.openaccountants.com/api/bundle/<CODE_OR_NAME>` live for each rule-loading run; do not compute from cached bundle content.
25
25
  3. Do not use MCP unless the user explicitly requests it.
26
26
  4. If the bundle cannot be resolved, ask the user for the exact jurisdiction or source URL instead of guessing.
27
- 5. Record source URL, retrieval date, tax year, quality tier, verifier if present, and citations.
27
+ 5. Record source URL, retrieval date, tax year, quality tier, verifier if present, and citations, and surface the quality tier to the user.
28
28
  6. Map rules only to user-approved Bkper Groups, Accounts, properties, or hashtags.
29
29
 
30
30
  Example: for Brazil, fetch `https://www.openaccountants.com/api/bundle/BR` or `https://www.openaccountants.com/api/bundle/brazil`, then clarify whether the scope is IRPF, Carnê-Leão, payroll, indirect tax, e-invoice compliance, or another Brazil tax area.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkper",
3
- "version": "4.16.7",
3
+ "version": "4.16.8",
4
4
  "description": "Command line client for Bkper",
5
5
  "bin": {
6
6
  "bkper": "./lib/cli.js"