cctally 1.22.1 → 1.22.3

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.
@@ -109,8 +109,10 @@ What stays in bin/cctally:
109
109
  ``_build_alert_payload_five_hour``, ``eprint``,
110
110
  ``get_claude_session_entries``, ``_FIVE_HOUR_JITTER_FLOOR_SECONDS``,
111
111
  ``_RESET_PCT_DROP_THRESHOLD`` — boundary helpers, already-extracted
112
- subsystems, or constants that belong in bin/cctally. All accessed
113
- via the same shim/``c.X`` pattern.
112
+ subsystems, or constants reached through the cctally namespace
113
+ (``_RESET_PCT_DROP_THRESHOLD`` now lives in ``bin/_cctally_weekrefs.py``,
114
+ re-exported on the cctally ns). All accessed via the same shim/``c.X``
115
+ pattern.
114
116
 
115
117
  §5.6 audit on this extraction's monkeypatch surface:
116
118
  - ``cmd_record_usage`` — patched via ``monkeypatch.setitem(ns, …)``
@@ -381,7 +383,7 @@ _logged_window_key_coerce_failure = False
381
383
  # _cctally_core.HOOK_TICK_LOG_DIR / _PATH / _ROTATED_PATH / _ROTATE_BYTES
382
384
  # _cctally_core.HOOK_TICK_THROTTLE_PATH / _LOCK_PATH
383
385
  # c._FIVE_HOUR_JITTER_FLOOR_SECONDS — _lib_five_hour.* re-export
384
- # c._RESET_PCT_DROP_THRESHOLD — bin/cctally module-level constant
386
+ # c._RESET_PCT_DROP_THRESHOLD — bin/_cctally_weekrefs.py constant (re-exported on cctally ns)
385
387
  # c.HOOK_TICK_DEFAULT_THROTTLE_SECONDS
386
388
 
387
389