open-local-audit 0.57.0 → 0.58.0
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/CHANGELOG.md +5 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to Open Local Audit will be documented here.
|
|
4
4
|
|
|
5
|
+
## v0.58.0 - 2026-07-10
|
|
6
|
+
|
|
7
|
+
- Added `actionableLeads` to `review --summary-json` output with deduplicated lead keys and their `unreviewed`, `invalid-reviewed-at`, or `stale` reasons.
|
|
8
|
+
- Preserved `actionableLeadKeys` for existing consumers and kept review summaries read-only.
|
|
9
|
+
|
|
5
10
|
## v0.57.0 - 2026-07-09
|
|
6
11
|
|
|
7
12
|
- Added `actionableLeadKeys` to `review --summary-json` output as a deduplicated unreviewed, invalid-date, and stale review queue.
|
package/README.md
CHANGED
|
@@ -270,7 +270,7 @@ open-local-audit review --review-csv review.csv --summary --summary-json review-
|
|
|
270
270
|
open-local-audit review --review-csv review.csv --summary --stale-before 2026-06-20
|
|
271
271
|
```
|
|
272
272
|
|
|
273
|
-
`review` updates the exact `leadKey` row in a local review CSV, or appends a new row when the key is not present. Use `--input` with a shortlist CSV or JSON file to update every row that has a `leadKey`; duplicate and blank keys are skipped. Use `--dry-run` with `--input` to preview added and updated counts without writing the review CSV. Use `--summary` to print local queue counts by status, reviewed/unreviewed rows, invalid review dates, and oldest/newest review timestamps without updating the CSV. Use `--stale-before YYYY-MM-DD` with summary mode to count rows reviewed before a strict calendar date. Use `--summary-json` to write the same summary for automation, including `actionableLeadKeys` for the deduplicated unreviewed
|
|
273
|
+
`review` updates the exact `leadKey` row in a local review CSV, or appends a new row when the key is not present. Use `--input` with a shortlist CSV or JSON file to update every row that has a `leadKey`; duplicate and blank keys are skipped. Use `--dry-run` with `--input` to preview added and updated counts without writing the review CSV. Use `--summary` to print local queue counts by status, reviewed/unreviewed rows, invalid review dates, and oldest/newest review timestamps without updating the CSV. Use `--stale-before YYYY-MM-DD` with summary mode to count rows reviewed before a strict calendar date. Use `--summary-json` to write the same summary for automation, including `actionableLeadKeys` for the deduplicated queue and `actionableLeads` for each lead key with one or more `unreviewed`, `invalid-reviewed-at`, or `stale` reasons; `unreviewedLeadKeys` for rows without review dates; `invalidReviewedAtLeadKeys` for invalid review dates; and `staleLeadKeys` when stale rows have lead keys. The command preserves existing columns, adds missing `leadKey`, `reviewStatus`, `reviewReason`, and `lastReviewedAt` columns, and accepts `new`, `pending`, `in-review`, `qualified`, `contacted`, `rejected`, `not-fit`, `do-not-contact`, or `suppressed`. `--reviewed-at` defaults to the current time and is written as an ISO timestamp. The command only mutates the supplied local review CSV when summary mode is not used. It does not change lead source files, call APIs, send outreach, or sync to a CRM.
|
|
274
274
|
|
|
275
275
|
Package an existing single-site report folder for local customer sharing:
|
|
276
276
|
|