Commit 475467a
fix(ci): resolve 'codex-auth' in tsc via tsconfig paths; drop top README warning
CI failed because the demo imports the bare 'codex-auth' specifier, which only
the Vite alias resolved — plain `tsc --noEmit` (run before the build, so no
dist/) could not find it, cascading into implicit-any errors. Add a tsconfig
`paths` map (codex-auth + subpaths -> src/) so typecheck resolves the package
from source, independent of build order or symlinks.
Also remove the top-of-README research/education warning blockquote (the full
Disclaimer section at the bottom remains).
Verified the full CI sequence locally with dist/ removed: typecheck + build +
114 tests all green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9ed7424 commit 475467a
2 files changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
0 commit comments