From 6942bff8a53666e83a2c621696d2a8e3022429e6 Mon Sep 17 00:00:00 2001 From: Claude Sonnet 5 Date: Tue, 15 Sep 2026 13:55:12 +0000 Subject: [PATCH] Add changeset for retro deterministic-checks update Co-Authored-By: Claude Sonnet 5 --- .changeset/retro-deterministic-checks.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/retro-deterministic-checks.md diff --git a/.changeset/retro-deterministic-checks.md b/.changeset/retro-deterministic-checks.md new file mode 100644 index 0000000..d4865b0 --- /dev/null +++ b/.changeset/retro-deterministic-checks.md @@ -0,0 +1,5 @@ +--- +"mattpocock-skills": patch +--- + +retro: classify coding-standards findings as mechanical or judgement calls before writing them. A mechanical violation (a fixed syntactic pattern, a banned API, an import shape, a file-location rule) now gets a deterministic check instead (a linter rule, a pre-commit hook, or a CI job), reserving `CODING_STANDARDS.md` for genuine judgement calls. Automated checks also now flags a repo with no guardrail at all (no pre-commit hook, no CI lint/typecheck/test job) as a finding in its own right.