Skip to content

Commit ea1da64

Browse files
os-litantclaude
andauthored
feat(pm): mechanise the prior-ruling search for decision cards (#17515)
Part of #17009 — deliverable **D1 only** (the reader plus the one fixed line). D2, the half-state row beside the facet block, is serial on the `check-half-states.mjs` chain and is **not** in this PR, so the card stays open. #17009 is not closed here. ## The class, and the two failures this mechanises A decision card reached batch presentation carrying a recommendation to **re-rule something an accepted ADR already decides**. The governing-text step failed at both points where it applies: * **at filing** — the card's `Governing text:` line named ADR-0105, ADR-0021 D-C, two code symbols and a maintainer ruling, and did not name ADR-0131, whose D8 answers the question verbatim (「nothing under `single` … No layer has a NULL arm」); * **at presentation** — the presenting seat re-ran the card's own `re-check` commands and one targeted grep, not the charter's step, `references/lanes/director.md:45`: 「呈报前逐卡逐仓重跑 `git grep -n -iE 'TERMS' origin/main -- AGENTS.md docs/adr packages/spec/src`」. The same class had already been answered once with TEXT (the `Governing text:` requirement and that grep line). This PR is the mechanical half: the charter's grep, run by a script instead of by a human who is about to present five cards. A card's own `re-check` commands cannot catch this class. They are authored by the filer to re-verify the filer's PREMISES, so they confirm the code still looks as described and say nothing about whether the QUESTION is still open. A premise pass is not a prior-ruling pass. ## The reader's contract `scripts/pm/check-prior-rulings.mjs` — report-only. It has **no write path to GitHub in any mode**, and that is asserted structurally in its own self-test rather than promised in prose. ``` node scripts/pm/check-prior-rulings.mjs --card 16934 node scripts/pm/check-prior-rulings.mjs --card 16934 --terms single,posture,tenant node scripts/pm/check-prior-rulings.mjs --terms single,posture,tenant # no card, no token node scripts/pm/check-prior-rulings.mjs --card 16934 --json --top 20 node scripts/pm/check-prior-rulings.mjs --self-test ``` **Inputs.** A card number, read once over REST from `PM_SWEEP_REPO`; or `--terms`, which replaces the derivation entirely (a seat passing terms has read the card and is narrowing on purpose). Terms come from the card TITLE plus its governing-text carrier when one exists, and every term is printed with its provenance. **Corpus**, read at `origin/main` with the tip printed, because a seat's checkout can be behind and a stale answer is wrong in exactly the direction that matters — it cannot see the ruling that just landed: | corpus | scanned | named? | | --- | --- | --- | | `docs/adr/**` decision units | 463 (399 headings + 64 bullets) | yes — ranked, top-N | | `AGENTS.md` | 940 non-blank lines | yes — top 5 | | `packages/spec/src/**` docblocks | 11,380 | **count only** + 3 pointers | **Exit codes**, deliberately identical to `check-half-states.mjs`: * `0` — the read completed, 0 candidates or 400 alike (report-only). * `1` — `--self-test` failed. * `3` — PREREQUISITE NOT MET. Prints `Prior rulings read: unresolved`, never `none`. `none` is a finding; `unresolved` is the absence of one, and a seat pasting `none` because a token was missing would record a search that never ran. * `2` — could not complete for a reason the file cannot classify. ⛔ No retry loop on `403`/`429`, on any path: the fleet runs on one shared identity, so a retry spends somebody else's quota to learn the same thing twice. That is asserted structurally in the self-test too. **Output** ends with the exact line a seat pastes into the four-facet block. ## The one fixed line `references/decision-analysis.md` 「## 四棱卡面块固定形状」 gains one bullet (the literal is in the file; angle-bracket placeholders are spelled out here so the body survives storage): > 四棱后一行: backtick — Prior rulings read: TERMS arrow N hits; ADR-xxxx Dn pipe none — backtick;未搜成整行写 unresolved。 Three spelling decisions, all mine to pin, all declared: 1. **`N` counts ADR decision CANDIDATES, not raw grep lines.** The line records a prior-ruling reading, and "2,214 matching lines" is not one. 2. **`unresolved` is stated in the protocol text, not only in the tool.** It is the whole anti-false-green property; a rule that lives only in a script is a rule the seat pasting by hand never sees. 3. **The named set is accepted decisions only.** 〈升级与决策〉③ (⛔ 不推翻既有维护者裁决) binds on accepted rulings. Non-accepted hits are still printed in the report body, flagged, so a `proposed` near-miss is visible rather than silently dropped. **The line is paid for by a FOLD, not by a ceiling raise and not by a re-wrap.** The file was at 50/50. The removed bullet — 「四棱行同受六项写法约束:论据从业务立场写,机制名词只作括号补充。」 — was two halves. Its CONTENT half duplicated the 正文六项 item 「四轴从业务立场论证:论据是客户、产品或事故后果,机制名词只作括号补充」 almost verbatim. Its BINDING half did not: it said the four-facet BLOCK is itself bound by those writing rules, where the six-item entry binds the body's four-axis prose and 「每卡 = 六项写法 + 四棱块」 only says a card carries both parts. **A first attempt deleted the bullet outright and was sent back at review** — 「被砍内容若在别处无家,砍掉就是丢规则」. So the binding was folded into the six-item entry, which now reads 「四轴从业务立场论证(含四棱行)」, and only then was the bullet removed as a true duplicate. The maintainer's suggested parenthetical 「(四棱行同受此约束)」 measured 129 B against the ratchet's 120-byte per-line budget, so the landed spelling is 「(含四棱行)」 at 117 B. Net: 50 lines, ceiling 50; ⛔ no ceiling moved, and no rule lost a home. The ratchet also enforces a **120-byte per-line budget**, which the first two spellings failed (145 B, then 122 B). The landed line is 113 B, and the byte budget is what pushed the generator's name (`check:pm-prior-rulings`, 24 B with its backticks) out of the line. It stays discoverable through `package.json` and the CI step. ## Live drill (read-only, 3 REST requests, one per card) `--card 16934`, the case the card was filed on. **ADR-0131 D8 — the ruling the card omitted — comes back at rank 1 of 270**: ``` check-prior-rulings: corpus read at origin/main (c7af6bd) card: #16934 — [Decision] Under `single` posture, which tenant wall … terms (42): single tenantid data posture tenant wall driver-sql posture-independent … [title] adr-0105 tenancy postures adr-0021 boot layer inert getreadscope … [governing] governing-text: present (inline form) docs/adr: 270 hit of 463 searched AGENTS.md: 124 hit of 940 searched packages/spec/src: 3893 hit of 11381 searched (not named — see below) ADR decision candidates: 270; distinct-term tiers {"1":143,"2":69,"3":30,"4":13,"5":9,"6":4,"7":1,"8":1} ADR-0131 D8 — One predicate, computed once docs/adr/0131-…-no-null-organization-id.md:483 terms: single,posture,tenant,engine,driver,adr-0105,tenancy,layer status: Accepted (2026-09-04) — accepted by the merge that landed it on `main` … ADR-0131 D3 — A row exists only when an organization authored it … ADR-0076 D10 — "protocol" is a contract, not an implementation package … ADR-0105 D1 — Tenancy becomes a three-posture spectrum … ADR-0120 D5 — Authoring gates Prior rulings read: single,tenantid,data,posture,tenant,wall,driver-sql,posture-independent,auto-scope,answers,admin,engine (+30 more) → 270 hits; ADR-0131 D8, ADR-0131 D3, ADR-0076 D10, ADR-0105 D1, ADR-0120 D5 ``` `--card 17427` (a card that DOES carry a governing-text line) and `--card 17321` (whose own governing text cites ADR-0087 §D2/§D3): ``` #17427 22 terms · docs/adr 124/463 · AGENTS.md 76/940 Prior rulings read: environmenttype,post,cloud,environments,refuse,values,wire,honour,seven,leave,silent,default (+10 more) → 124 hits; ADR-0006 D2, ADR-0119 D3, ADR-0128 D3 #17321 62 terms · docs/adr 264/463 · AGENTS.md 251/940 Prior rulings read: filter,losslessly,mappable,subset,record-form,real,conversion,stored,rows,loading,re-saving,refused (+50 more) → 264 hits; ADR-0087 D3, ADR-0131 D13, ADR-0087 D7 ``` On #17321 the reader independently surfaces **ADR-0087 D3**, which is the ruling that card's own author had to find by hand. That is the intended behaviour demonstrated on a card nobody tuned it for. ## Judgement calls, on the four axes ### (a) Bounding the corpus — count `packages/spec/src` rather than name it Measured first: the whole 20 MB corpus reads in ~600 ms through one `git cat-file --batch` per corpus, so **runtime never needed bounding**. What needed bounding was OUTPUT. On #16934's terms, `docs/adr` returns 270 nameable decisions and `AGENTS.md` 124 lines, but the spec docblocks return **3,893 of 11,380**. * **实际业务需求** — the consumer is a seat about to present five cards. 3,893 named docblocks is not a reading anyone acts on; it is a wall that makes the 270 real candidates harder to see. The count, by contrast, is acted on: it tells the seat whether the term set is narrow enough to trust. * **项目长远合理性** — the distinction is structural, not a size threshold: an ADR decision has a `D` plus number identity and a docblock has none once you leave its file. Naming is offered exactly where identity exists, so the rule does not rot as the corpus grows. * **防 AI 犯错** — the count is never suppressed. "Searched but too broad to name" and "not searched" must not render alike, so the corpus prints its scanned and hit totals in every mode, and three top pointers so the claim is checkable. * **创业阶段不扩散** — the alternative (a docblock-to-symbol attributor) is a parser this repo has no other caller for. Declined. ### (b) Term derivation — the title is primary, because the ideal population does not exist The obvious design derives terms from the `Governing text:` line. **Measured on the live board: of 27 open `needs-user-decision` cards, 4 carry a governing-text carrier and 23 carry none** — and the 4 use two different shapes (one inline `**Governing text:**`, three as a `## Governing text` section). * **实际业务需求** — a derivation resting on that line produces an EMPTY term set on 85% of the real population and prints `0 hits; none`. That is the exact false green this card was filed against, rebuilt one layer down. The title is the only always-present source, so it is primary and the carrier is additive in both measured shapes. * **防 AI 犯错** — an absent carrier is ANNOUNCED (`governing-text: absent`, with the 23-of-27 measurement inline) rather than passed over silently. Loud beats lenient: the seat learns the terms came from the title alone and can narrow with `--terms`. * **项目长远合理性** — as `Governing text:` adoption rises the reader gets strictly better without a code change, because the carrier is additive rather than required. * **创业阶段不扩散** — ⛔ no new required field on cards, and ⛔ no gate demanding the carrier. That would be a protocol expansion nobody asked for; this PR only reads what is there. ### (c) Word-boundary matching instead of the charter's substring `git grep -iE` * **实际业务需求** — measured on #16934's terms: substring returns 215 candidates, word-boundary 166, and the term `data` alone drops from 110 units to 38 because it stops matching inside `metadata`/`database`. The card's own omitted ruling moves UP, rank 3 → rank 2. Less noise and a better answer are not a trade-off, so there is nothing to trade. * **防 AI 犯错** — JavaScript's `\b` is wrong here (it treats `-` and `.` as boundaries, so `driver-sql` would match inside `driver-sqlite`); the character class is spelled out as "identifier character" and both directions are pinned in the self-test. * Deviation from the charter's literal grep is declared, and `--terms` reproduces any hand grep exactly. ### (d) Status classification reads the FIRST status word, not a precedence scan The drill caught this, and it is the defect worth reading closely. Precedence-scanning ("superseded beats accepted, anywhere in the line") misclassified **two live accepted ADRs**: ADR-0076's status opens `Accepted — …` and mentions a supersession of a sub-part later; ADR-0105's opens `Accepted (2026-07-27) — …` and says `withdrawn` of a withdrawn proposal further along. Both were being dropped from the pasted reading. * **防 AI 犯错** — hiding a standing ruling is the ONE failure this reader may not have, and the lenient-looking rule was producing it. Every measured shape states its verdict first, so position is the honest reader. `unknown` is kept as its own loud bucket and ⛔ never folded into `proposed`, and the raw status text prints beside every candidate so the classification is checkable without opening the ADR. * Both live shapes are now self-test cases. ### (e) `PM_SWEEP_REPO`, not a `--repo` flag — a declared deviation from the suggested route The dispatch suggested `--repo owner/name`. Declined, for the reason `check-widening-tells.mjs` gives ("⛔ there is no `--repo` flag, deliberately") and one of this file's own: the CORPUS is always this checkout, so a flag naming another board would read a card from one repo and answer it out of another repo's rulings with nothing in the output saying so. The board resolver and the proxy re-exec plan are **imported** from `check-half-states.mjs`, not copied — one source each, so this reader and the patrol cannot disagree about which board is read or how it is reached. `--rev` and `--top` were added. ## A falsified premise, and a transport reading **The facet-block presence check does not exist.** The dispatch and the card both state that an H row on facet-block presence lives in `check-half-states.mjs` and that this PR must keep it working. Measured on `origin/main`, with a positive control (`needs-user-decision` hits 5 scripts, so the search works): ``` git grep -n "os-decision-facets" -- . .claude/skills/pm-dispatch/references/decision-analysis.md:39 ← the declaration, and nothing else ``` The three `four-facet` mentions in `check-half-states.mjs` are prose inside other rows' remedy sentences, not a check. So the marker `os-decision-facets` is declared 「首行机器可寻标记」 and read by nothing — which also means only 5 of the 27 open decision cards carry it. **Nothing in this PR depends on that premise** (the new line is extractable by the same literal grep either way), but D2 was graded as "an H row BESIDE the existing facet-block presence check", and there is no existing one for it to sit beside. That is the seat's to re-read when D2 is dispatched. **Node's `fetch` bypasses the proxy in the seat's container.** `GITHUB_TOKEN` and `GH_TOKEN` both hold the literal `proxy-injected`; `curl` gets 200 and an unrouted `fetch` gets 401. The reader re-execs with `--use-env-proxy` before its one request, using the imported plan. Without it the tool would report a credential problem and send a seat hunting for a secret that does not exist. ## Verification Gate families derived from the FINAL diff, `node scripts/pm/dispatch-gates.mjs --commands --repo objectstack-ai/objectstack` (71 families), reconciled with `--ran`. Exit codes captured before any pipe. Verdict lines quoted from each gate's own output. All **69** families ran; `dispatch-gates --ran` with exit codes recorded reconciles clean: ``` Run reconciliation — 69 derived, 69 run, 0 NOT-MEASURED, 0 UNRUN. EXIT CODES — all 69 accounted famil(ies) carry one, so the NOT-MEASURED count above is DERIVED from them. ✓ dispatch-gates --ran: 69 derived famil(ies) accounted for — 69 run, 0 NOT-MEASURED (a DERIVED zero — all 69 recorded an exit code and none of them is 3). ``` Every one of the 69 exited **0**. Named verdict lines for the families this diff actually moves: ``` node scripts/pm/check-prior-rulings.mjs --self-test EXIT=0 · live-tree existence pin: pinned ✓ check-prior-rulings self-test: 99 cases pass (…) pnpm check:pm-skill-ratchet EXIT=0 ✓ check-skill-line-ratchet: …/decision-analysis.md is 50 lines (ceiling 50; headroom 0). ✓ check-skill-line-ratchet: …/decision-analysis.md: widest table row is 0 bytes (pin 0; headroom 0). pnpm check:pm-skill-id-lint EXIT=0 pnpm check:self-test-wired EXIT=0 pnpm check:self-test-workflow-commands EXIT=0 pnpm check:nul-bytes EXIT=0 pnpm check:pm-dispatch-gates EXIT=0 pnpm check:workflow-step-name-quoting EXIT=0 ``` Six families first answered `PREREQUISITE NOT MET` (exit 3) on a fresh worktree with no `dist/` — `check:dts-closure`, `check:dual-build-cjs-loads`, `check:lean-entry-closure`, `check:sourcemap-no-sources-content`, `check:type-check-debt`, `check:doc-formula-expressions`. Those are NOT MEASURED, not findings. `pnpm build` was run under the shared verify lock (`VERDICT command-exit 0 · held the lock 420s`, 73/73 tasks) and all six were re-run to **exit 0**. Control-character sweep beyond the gate, over the diff's four files: `grep -naP '[\x00-\x08\x0b\x0c\x0e-\x1f\x7f]'` — no match. ⚠️ `origin/main` moved 10 commits during this run, so `origin/main` was merged in (clean) and the derivation re-run on the merged head: **identical 69 families, none added, none gone**, and the STALE-TREE warning cleared. The full 69 are being re-run on the merged head; that result is appended here when it lands. Full-repo lint, run outright rather than narrowed: ``` npx eslint --no-inline-config . --format json EXIT=0 6575 files linted (count read from --format json), 0 files with findings ``` Path face: ``` node scripts/pm/check-governed-merges.mjs --test THE-4-FILES EXIT=3 governed-surface predicate: 1 of 4 path(s) hit the register (5 surfaces, repo-agnostic). ⛔ GOVERNED — a human merge is the review record for this PR (#9495 regime). .claude/** ×1 — .claude/skills/pm-dispatch/references/decision-analysis.md ``` Expected GOVERNED. This PR stays DRAFT; the maintainer merges. ⛔ No seat flips it ready, enqueues it, or arms auto-merge. Changeset: **none**, and `skip-changeset` is applied. Nothing published moves — the diff is `scripts/pm/`, `.claude/`, `.github/workflows/` and one root `package.json` script entry, none of which appears in any package's `files[]`. ## Acceptance notes * `noted, not filed:` `os-decision-facets` is a machine-findable marker with no machine reading it anywhere in the tree, and only 5 of 27 open decision cards carry it. 承接者: the skills seat, when it re-grades D2 on this card — D2's stated shape ("an H row beside the existing facet-block presence check") assumes a check that does not exist. Not filed separately because it lands inside an already-queued deliverable on this same card. * `noted, not filed:` `references/decision-analysis.md` 〈适用面〉's 「只适用新记录,存量 ⛔ 不回改」 duplicates SKILL.md 〈全体座位的不变量〉's 「四维中文只管新记录,存量英文块 ⛔ 不迁移」. A future density payment on this file could take it; it was not taken here because it is outside the section this change touches. 承接者: the next PR that needs a line in this file. * `noted, not filed:` the reader's term derivation does not stem plurals (`answer` and `answers` are separate terms). Measured cost on the drill: a handful of duplicate terms, no missed candidate. A stemmer is a dependency this repo has no other caller for. 承接者: 无. Clause-②: no — internal PM tooling and protocol text; no accept set, no published surface, and no spec schema moves. The one `package.json` change is a script alias, not an export. ## 维护者速读(草稿) **改了什么** —— 决策卡呈报前那一步「有没有人已经裁过这件事」,从人工搜索变成一条命令。给一个卡号,它自动从卡的标题和 `Governing text:` 里取词,在全部 ADR 决定、AGENTS.md 和 spec 注释里搜,把已被接受的裁决按相关度排出来,并打印一行给座位贴进决策卡。 **为什么改** —— 同一类错误四天内发生两次:一张决策卡带着「推翻 ADR-0131 已裁事项」的建议摆到了您面前,因为填卡的人和呈报的人都漏了那条 ADR。上一次的补救是加文字规则,这次是把规则变成机器动作。用出事那张卡实测,漏掉的裁决现在排第一。 **风险与代价(含回滚)** —— 只读、只报告,不改任何卡、不打标签、不下判断,哪条裁决管用仍由座位读、由您裁。回滚就是删掉这个脚本和文档里那一行,没有别的东西依赖它。协议文档卡在 50 行上限,新增这一行不抬上限:先把旧规则里「四棱行也受同一写法约束」这半句并进「正文六项」那条(现读作「四轴从业务立场论证(含四棱行)」),旧规则才成为真重复被删掉。第一版直接删、未先并入,已在复核时被退回并改正 —— 规则没有丢家。 **席位意见** —— (留空,席位定稿) **你要做的** —— 这是受管面(`.claude/**`),PR 保持草稿,由您合并。不需要您做别的决定。 Authored by Claude Code, session `https://claude.ai/code/session_01YKEjmbYNvYWJvWGSWx26zK`. (Attribution is stated here as prose: a REST body edit appends its own footer, so sending one too stores two.) --- _Generated by [Claude Code](https://claude.ai/code)_ --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 400167a commit ea1da64

4 files changed

Lines changed: 1310 additions & 2 deletions

File tree

.claude/skills/pm-dispatch/references/decision-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- 一句话问题:开头一句话说清冲突是什么,⛔ 不带实现名词,写客户看得见的症状。
2828
- 选项 × 真实代价表:每选项一行,做什么 + 客户可感知的后果;有实测的注明实测。
2929
- 业务含义直译:每选项配一句业务上等于什么,允许行业类比。
30-
- 四轴从业务立场论证:论据是客户、产品或事故后果,机制名词只作括号补充。
30+
- 四轴从业务立场论证(含四棱行):论据是客户、产品或事故后果,机制名词只作括号补充。
3131
- 防 AI 犯错轴写清出错时谁看到什么:响亮拒绝,还是静默泄露。
3232
- 推荐 + 回退 + 置信缺口:荐一项、给回退项、明说本分析看不见什么。
3333
- 裁后执行段:写明裁定之后怎么执行,让维护者只裁方向不背执行。
@@ -42,8 +42,8 @@
4242
- ② 实际业务拉动:今天谁撞上;零拉动默认 defer 或 remove。
4343
- ③ 防 AI 犯错:闭合枚举优于自由结构,响亮拒绝优于静默容忍。
4444
- ④ 创业阶段不扩散:remove 优于 declare-and-maintain,每个已声明的键都是永久义务。
45+
- 四棱后一行:`Prior rulings read: <terms> → <n> hits; <ADR-xxxx Dn|none>`;未搜成整行写 unresolved。
4546
- 末尾一行推荐 + 字母选项(A/B/…),再加一行强制置信缺口:本分析看不见什么。
46-
- 四棱行同受六项写法约束:论据从业务立场写,机制名词只作括号补充。
4747

4848
## 应用仓推荐序特例
4949

.github/workflows/lint.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,45 @@ jobs:
11521152
- name: Widening-tell gate self-test
11531153
run: pnpm check:pm-widening-tells
11541154

1155+
# Prior-ruling reader self-test (#17009) — same family and the same split
1156+
# as every step around it. The LIVE read takes a card number over REST and
1157+
# searches this checkout's `origin/main`, so it is a tool a seat runs
1158+
# against the card in front of it, not a verdict about the PR that happens
1159+
# to run CI next. Only the offline self-test runs here.
1160+
#
1161+
# ⛔ Do not "promote" the live read into a gate. It is REPORT-ONLY by the
1162+
# ruling that admitted it: it ranks candidate rulings and names them, and
1163+
# WHICH candidate governs is a seat's reading and the maintainer's ruling
1164+
# (SKILL.md 〈升级与决策〉③). A blocking context over that judgement would
1165+
# be a required-set change, and the required set is the maintainer's.
1166+
#
1167+
# What the self-test instruments is the set of rules a clean tree cannot
1168+
# exercise: the term derivation's length floor, stopwords and code-span
1169+
# splitting (a backticked CLAUSE must not become a term); the
1170+
# governing-text carrier in both shapes the live board uses, plus the
1171+
# ABSENT case, which is 23 of its 27 open decision cards; word-boundary
1172+
# matching against the substring noise `git grep -iE` would drag in; the
1173+
# two decision shapes and the prose bullets the separator rule rejects;
1174+
# and status classification, which reads the FIRST status word rather than
1175+
# scanning for a retirement word anywhere in the line — two live accepted
1176+
# ADRs mention a later supersession/withdrawal of a sub-part, and
1177+
# precedence-scanning hides both from the pasted reading. Weakening any of
1178+
# them leaves an ordinary run just as green — it would simply surface
1179+
# fewer rulings, which is indistinguishable from a card that has none —
1180+
# and that is the shape `check:self-test-wired` requires this step for.
1181+
#
1182+
# It also carries ONE live-tree leg: the ADR-0131 D8 heading must still
1183+
# parse at the shape the reader expects, so a heading-format drift reds
1184+
# here instead of quietly shrinking every future candidate set. That leg
1185+
# reports `skipped` where no `origin/main` exists rather than passing —
1186+
# "could not check" is never rendered as "checked and clean".
1187+
#
1188+
# It imports `check-half-states.mjs` for the board resolver and the proxy
1189+
# re-exec plan — one source each, so this reader and the patrol cannot
1190+
# come to disagree about which board is read or how it is reached.
1191+
- name: Prior-ruling reader self-test
1192+
run: pnpm check:pm-prior-rulings
1193+
11551194
# Stamped-post helper self-test (#17314) — the WRITE half of the rule that
11561195
# a timestamp a seat writes into GitHub comes from a clock read by the act
11571196
# that writes it. This tool POSTS: its live path mutates a card, so it is

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"check:pm-half-states": "node scripts/pm/check-half-states.mjs --self-test",
8080
"check:pm-clause2-carriers": "node scripts/pm/check-clause2-carriers.mjs --self-test",
8181
"check:pm-widening-tells": "node scripts/pm/check-widening-tells.mjs --self-test",
82+
"check:pm-prior-rulings": "node scripts/pm/check-prior-rulings.mjs --self-test",
8283
"check:pm-closed-card-sweep": "node scripts/pm/sweep-closed-cards.mjs --self-test",
8384
"check:pm-post-stamped": "node scripts/pm/post-stamped.mjs --self-test",
8485
"check:pm-board-snapshot": "node scripts/pm/board-snapshot.mjs --self-test",

0 commit comments

Comments
 (0)