cctally 1.22.1 → 1.22.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/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.22.2] - 2026-05-30
9
+
10
+ ### Changed
11
+ - **Internal refactor (no user-facing change): extracted the `project` subcommand (`cmd_project` plus its four dedicated helpers) out of the `bin/cctally` single-file program into a new stdlib-only sibling module, `bin/_cctally_project.py` (continuing the ongoing `bin/cctally` split).** This trims the main script by ~680 lines (12,112 → 11,441) with no change to the command's behavior, flags, output, or exit codes — every `project` golden test is unchanged and the full harness + pytest suite (1,328 checks) passes — and the new module ships in the npm/brew/public packages (promoted to the mirror allowlist). A new namespace-binding regression test guards the module-boundary wiring against future regressions. Purely a maintainability / code-organization change; nothing to do on upgrade.
12
+
8
13
  ## [1.22.1] - 2026-05-30
9
14
 
10
15
  ### Changed