Commit 492bd89
committed
fix(@agentsys/lib): add ./repo-intel to package exports map
Cursor Bugbot caught: the new lib/repo-intel module wasn't in the
`exports` map of lib/package.json, so direct subpath imports
`require('@agentsys/lib/repo-intel')` would fail with
ERR_PACKAGE_PATH_NOT_EXPORTED. Top-level `require('@agentsys/lib').repoIntel`
worked but subpath imports (the pattern used elsewhere in the codebase
for cross-platform, collectors, enhance, etc.) didn't.
Adds two entries:
- ./repo-intel -> ./repo-intel/index.js
- ./repo-intel/queries -> ./repo-intel/queries.js
Verified both subpath imports resolve cleanly.1 parent d503828 commit 492bd89
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments