From ec1f7b3de4a70409a8e1ad36a3ebc65d04c4b056 Mon Sep 17 00:00:00 2001 From: JohnnyT Date: Sat, 22 Aug 2026 05:59:31 -0600 Subject: [PATCH] Wires gate attestation to the dep's gate.verify Adds gate.attest to .claude/wurk.json, pointing at the mix gate.verify task the statifier dependency already ships. Per the st-hcgl ruling, no local copy of the task is carried here - the dep-provided task runs the full gate and attests that the run was not narrowed (scope all, no profile, no run-level skips). Refs: sui-4py --- .claude/wurk.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/wurk.json b/.claude/wurk.json index bffe10b..66eb7dd 100644 --- a/.claude/wurk.json +++ b/.claude/wurk.json @@ -29,6 +29,7 @@ "full": ["mix", "quality"], "loop": ["mix", "quality", "--profile", "loop"], "report": ["mix", "quality", "--report", "-"], + "attest": ["mix", "gate.verify"], "build_paths": ["lib/", "test/", "config/", "mix.exs", "mix.lock"], "also_gated_paths": ["assets/"], "moving_files": [".quality.exs", "coveralls.json", ".doctor.exs"],