From d4f4aaf33af74719c132f5f713a135baa5c711cb Mon Sep 17 00:00:00 2001 From: dtzp555-max Date: Mon, 20 Apr 2026 13:22:59 +1000 Subject: [PATCH] docs(alignment): backfill fix commit SHAs for 2026-04-11 drift (#25) PR #21 (fd7973a) removed the hallucinated /api/oauth/usage endpoint. PR #24 (01e260c) then fixed the OAuth Bearer header for the restored header-based probe. Co-authored-by: Oracle Public Cloud User Co-authored-by: Claude Opus 4.6 --- ALIGNMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALIGNMENT.md b/ALIGNMENT.md index 8e9bd71..2a34a39 100644 --- a/ALIGNMENT.md +++ b/ALIGNMENT.md @@ -60,7 +60,7 @@ On 2026-04-11, commit `b87992f` ("fix: use dedicated /api/oauth/usage endpoint f **Root cause:** LLM hallucination accepted without `grep cli.js` verification, compounded by the absence of a CI blacklist and the absence of this constitution. -**Fix commit:** `` +**Fix commit:** `fd7973a` (PR #21 — restored header-based `/usage`); follow-up `01e260c` (PR #24 — OAuth Bearer header correction) **Lesson codified:** Rules 1, 2, and 5 of this document; the CI blacklist in `.github/workflows/alignment.yml`; and the PR template evidence section exist to make the 2026-04-11 drift structurally impossible to repeat.