Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 6.46 KB

File metadata and controls

57 lines (41 loc) · 6.46 KB

Changelog

0.0.7 (2026-07-17)

Features

  • add defragmentation guardrail rules (78173a5)
  • calibrate defragmentation guardrails (11786a7)
  • calibrate defragmentation guardrails (7a2dec7)

Bug Fixes

  • allow context index rebuilds outside Ref transitions (4dc3934)
  • anchor grit rules for lint performance (024a481)
  • anchor Grit rules for lint performance (287a33b)
  • delete nested Effect argument rule (ff8f1ac)
  • increment dev prerelease suffixes (7a2d048)
  • remove nested Effect argument rule from presets (db41a18)
  • remove noisy nested Effect argument rule from presets (5f0fbc0)

0.0.6 (2026-05-29)

Features

  • add family collection read lint rule (5a2dfe7)
  • add linteffect cli and prerelease branch publish (9c74f37)
  • add no-family-collection-read lint rule (2e8ee2e)
  • add no-naked-object-state-update rule and agent guide workflow (8f5420a)
  • add no-naked-object-state-update rule and guide workflow (08a172f)
  • ship cli-based zero-setup lintEffect trial flow (a80eacb)
  • split published presets and ship lint guidance (#5) (5760113)

Bug Fixes

  • add release pull request automation (#15) (bd9d1de)
  • align cli surface with published behavior (82d654f)
  • allow as const in no-model-overlay-cast (a3db050)
  • disable setup-node package-manager cache (106bd0b)
  • enable corepack before ci yarn detection (8cf6cff)
  • enable corepack before ci yarn detection (e3db6de)
  • enable npm trusted publisher mode (0854840)
  • keep pre-1 releases on patch bumps (#19) (1ba2e7f)
  • let release-please open release pull requests (#16) (a052c1b)
  • make no-switch-statement flag switch statements (f408e42)
  • require manual release dispatch (#14) (cb8fb02)
  • support manual build workflow dispatch (#13) (2588c0a)
  • use default token for release-please (#17) (c77d0f5)
  • use release.yml for manual prereleases (1ccf1a2)
  • use top-level projen prerelease branch workflows (449b64e)

0.0.5

Added no-family-collection-read, a lint rule that prevents keyed atom-family projections from reading collection/list projections. Row/item atoms should read from keyed source or index atoms to avoid circular projection graphs and unnecessary broad invalidation.