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
@@ -11,14 +11,18 @@ Local checks completed during the refresh:
11
11
|`npm.cmd test -- test/doc-parity.test.ts test/index.test.ts`| Passed |
12
12
|`npm.cmd test -- test/install-oc-codex-multi-auth.test.ts --reporter verbose`| Passed |
13
13
| Deep current-doc structure sweep | Passed: 66 current documentation files checked; 21 registry entries match 21 tool modules; no stale structure anchors; no missing `npm run` script references |
14
-
|`npm.cmd test -- test/doc-parity.test.ts`| Passed: 9 tests |
14
+
| Deep multi-surface structure sweep | Passed: 320 repo files checked across workflows, package metadata, config models, docs, tool registry, tests, and static secret fixtures |
|`npm.cmd run build`| Passed; build now cleans `dist/` before compiling|
20
23
|`npm.cmd run audit:ci`| Passed; production audit reported existing moderate advisories only under the configured high-severity gate |
21
-
|`npm.cmd pack --pack-destination <temp>\pack`| Passed; produced `oc-codex-multi-auth-6.1.7.tgz`|
24
+
|`npm.cmd pack --json --pack-destination <temp>\pack`| Passed; produced `oc-codex-multi-auth-6.1.7.tgz`|
25
+
| `tar -tf <tarball> | findstr /i "_shared"` | Passed; rebuilt package no longer contains stale deleted `_shared` outputs |
22
26
|`npm.cmd install <tarball> --ignore-scripts`| Passed in a fresh temp project |
23
27
|`node --input-type=module -e 'await import("oc-codex-multi-auth"); await import("oc-codex-multi-auth/tui");'`| Passed; main default export resolved as a function and TUI export exposed `default` plus `shouldRefreshQuotaForEvent`|
24
28
|`node node_modules\oc-codex-multi-auth\scripts\install-oc-codex-multi-auth.js --dry-run --no-cache-clear`| Passed against a temp HOME; only dry-run writes/removals were reported |
Copy file name to clipboardExpand all lines: docs/development/TESTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ What they cover:
21
21
-`typecheck`: `tsc --noEmit`
22
22
-`test`: Vitest suite across auth, config, request transformation, storage, UI, recovery, and rotation
23
23
-`test:coverage`: Vitest coverage threshold gate from `vitest.config.ts`; statements/functions/lines keep an 80% global floor, while branch and legacy `index.ts` floors are calibrated to the current baseline
24
-
-`build`: compile TypeScript and materialize `dist/lib/oauth-success.html` from `lib/oauth-success.ts` via `scripts/copy-oauth-success.js`
24
+
-`build`: clean `dist/`, compile TypeScript, and materialize `dist/lib/oauth-success.html` from `lib/oauth-success.ts` via `scripts/copy-oauth-success.js`
25
25
-`audit:ci`: production dependency audit plus the dev-advisory allowlist
0 commit comments