Commit 11e6151
committed
fix(ci): add @framers/agentos-extensions-registry as devDependency
The extensions-registry module is dynamically imported in
CapabilityDiscoveryInitializer, ToolOrchestrator, and
DiscoverCapabilitiesTool. With moduleResolution: "Bundler", ambient
module declarations in vendor.d.ts are not sufficient for import()
type expressions — the package must be resolvable on disk. Adding it
as a devDependency ensures tsc can resolve the type-level imports
during CI builds.1 parent 553a98f commit 11e6151
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
| |||
0 commit comments