From 878bf3d58923b7c55aa50a4523fa9db43cbc3f35 Mon Sep 17 00:00:00 2001 From: coder-mos1 Date: Sat, 1 Aug 2026 08:40:55 -0500 Subject: [PATCH] docs(ci): record RM-61 control and contract evidence --- docs/scratchpads/1000-rm-61-ci-contract-exemption.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/scratchpads/1000-rm-61-ci-contract-exemption.md b/docs/scratchpads/1000-rm-61-ci-contract-exemption.md index bef73dd3..0e0a96d7 100644 --- a/docs/scratchpads/1000-rm-61-ci-contract-exemption.md +++ b/docs/scratchpads/1000-rm-61-ci-contract-exemption.md @@ -1,7 +1,8 @@ # RM-61 — CI contract exemption for #1000 teardown artifact -**Tracking:** RM-61 / issue #1000 -**Branch:** `fix/rm-61-ci-contract-exemption` +**Tracking:** RM-61 / issue #1000 + +**Branch:** `fix/rm-61-ci-contract-exemption` **Owner:** `coder-mos1` ## Objective @@ -90,7 +91,10 @@ The nine-case contract harness was written before the verifier. First execution - Unit harness: 9/9 cases pass after the red-first checkpoint. - Test-membership guard: PASS, population 45; 26 enumerated, 19 signed exclusions; all 39 surface paths present. - Python compile: PASS. -- Changed-file Prettier check: PASS after formatting the Woodpecker README. +- `pnpm typecheck`: PASS, 45/45 tasks. +- `pnpm lint`: PASS, 25/25 tasks. +- `pnpm format:check`: PASS after moving local evidence outside the repository tree. +- `test:framework-shell`: RM-61 and all preceding suites passed, then the pre-existing wake assertion aborted with exit 97 because this host's Bash 5.2.15 reports `BASH_LINENO [3 5]` where that suite requires `[3 4]`. RM-61 does not modify the wake suite; the command is not fully runnable on this host as written and no substitute result is claimed. ## Documentation checklist