Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 776 Bytes

File metadata and controls

14 lines (9 loc) · 776 Bytes

Runtime Rotation

Bugfixes

  • Mirrored trusted [hooks.state.*] TOML blocks from the original config.toml into runtime shadow configs when the hook key points at the user's hooks.json.
  • Preserved CRLF line endings and full hook-state table bodies while rewriting hook keys to the shadow hooks.json path.
  • Kept unrelated hook-state entries, alternate hook files, and existing shadow entries unchanged.

Release Hygiene

Tests

  • Added regression coverage for literal TOML keys, CRLF preservation, table-like content inside strings and arrays, alternate hook paths, long hook keys, shadow hooks.json visibility, and concurrent runtime shadow launches.
  • Linked duplicated TOML block scanner helpers in production and test code to reduce future drift.