chore(scripts): coordinator verify gate + mark gw15/oai13 completed

This commit is contained in:
2026-08-30 20:45:35 +00:00
parent f0c9bbafbd
commit 5244dc46e2
3 changed files with 32 additions and 4 deletions
@@ -1,7 +1,7 @@
---
id: review-002-oai13-path-item-wildcards
name: Path-item parameters, 2XX/4XX/5XX wildcards, webhooks handling (OAI-13)
status: pending
status: completed
depends_on: [review-002-oai11-ref-memoization]
scope: moderate
risk: medium
@@ -67,4 +67,8 @@ wildcard sweeps, (3) webhooks decision. The wildcard-to-error-status
mapping is the one judgment call worth a line in ADR-066 (e.g. "4XX
wildcards project to their range's first legal HTTP_ code per error
dedup rules"). Sequence after review-002-oai11-ref-memoization (same
file, resolver shape changes first) — or rebase-verify.
file, resolver shape changes first) — or rebase-verify.
## Summary
Path-item parameters merge (op-level override wins by last-insert), 2XX/4XX/5XX wildcards (4XX->HTTP_400, 5XX->HTTP_500 class representatives; 2XX authoritative for SSE/output when no concrete 2XX), webhooks rejected loudly at parse time. Unbound-placeholder diagnosis improved.