Skip to content

v0.27.2: Harder guardrails (#183)

Choose a tag to compare

@andrew-goldie andrew-goldie released this 03 Jul 11:12
Immutable release. Only release title and notes can be modified.
77ae2e7
* extend guardrails into adapters

* vet

* Fix CORE-063 regex semantics and harden parity script.

Add regex `file-must-contain` config so CORE-063 flags missing sections instead of matching lines, and fail the adapters parity check when the README table yields no pairs.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix CI: clippy struct_excessive_bools and fmt drift.

Collapse regex hint scan modes into RegexEvalMode and drop src unit tests that exceeded the standards crate budget.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>