Skip to content

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:39
· 6 commits to main since this release

0.22.0 (2026-09-04)

Features

  • rook-triage: check the kb against prev, CODE-OWNERS and the fetch state (dc2eb07), closes #94
  • rook-triage: emit the CODE-OWNERS roster from rt-analyze (bdd67a0), closes #95
  • rook-triage: ship the issue mine as rt-issues (e1e0ab9), closes #97
  • rook-triage: ship the label-map diff as a validate-actions mode (bf8d5d2), closes #97

Bug Fixes

  • rook-triage: bound and fence the text rt-analyze mines (5b56a4f), closes #101
  • rook-triage: correct the classifier's documentation and its zero-match tests (76e5df4), closes #102

What's Changed

  • feat(rook-triage): ship the kb refresh's gates and mines as tools by @jhoblitt in #112

Resolved issues

  • #94 validate-kb: move the assembler's remaining deterministic checks into the tool
  • #95 kb refresh: derive roster from CODE-OWNERS in code and drop the source-1 miner
  • #101 rt-analyze and rt-commits emit contributor-authored strings unfenced
  • #102 rt-analyze: documentation and test nits left by the classifier fixes