You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/audits/AUDIT_2026-06-10.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ pre-existing #554), a dedup idempotence
194
194
fix found by a new identity property suite (#579), an unused
195
195
devDependency removal (#581), the closing batch of the §4.2 retry
196
196
consolidation (#585), the two §4.3 typed-error slices (#586, #587), and
197
-
a test knowledge-base refresh (#588).
197
+
the knowledge-base refreshes (#588 for test/, #589 for lib/).
198
198
(The number sequence skips #558 and #562, which are issues — the knip CI
199
199
tracking issue and a maintainer MCP-auth test — not PRs; it also skips
200
200
#568, which is the PR delivering this very section.)
@@ -229,6 +229,7 @@ tracking issue and a maintainer MCP-auth test — not PRs; it also skips
229
229
|[#586](https://github.com/ndycode/codex-multi-auth/pull/586)|`lib/runtime-rotation-proxy.ts`, `docs/reference/error-contracts.md` + proxy guard test | first §4.3 slice (M11): the rotation-proxy startup guards (loopback-only host refusal, missing clientApiKey) throw `CodexValidationError` with field/expected/context metadata, messages unchanged; adds the Typed Error Classes section to the error-contract reference |
230
230
|[#587](https://github.com/ndycode/codex-multi-auth/pull/587)|`lib/config.ts` + config-save typed-abort test | second §4.3 slice (M11), unblocked by #585: the three unreadable-config save aborts in `savePluginConfig` throw `StorageError` (UNREADABLE code, config path, actionable hint, classifier cause) with byte-identical messages; with #586 this clears every bare throw from the files §4.3 names |
231
231
|[#588](https://github.com/ndycode/codex-multi-auth/pull/588)|`test/AGENTS.md`, `test/README.md`| refreshes the test knowledge bases the wave left stale: headline counts corrected (3847/257 and 2071/87 → the actual 4909 tests / 317 files) and the curated trees gain the wave's load-bearing new suites plus the three fast-check property suites |
232
+
|[#589](https://github.com/ndycode/codex-multi-auth/pull/589)|`lib/AGENTS.md`| companion refresh for the lib knowledge base: the STRUCTURE tree gains the extraction-era clusters (`codex-manager/formatters/`, `request/helpers/` + decision/failover modules, `runtime/rotation-*`, `policy/`, `fs-retry`, `temp-path`, `budget-guard`, `local-bridge`) and WHERE TO LOOK points at the shared retry and temp-path helpers |
0 commit comments