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
fix: resolve CI failures — npm ci lockfile + TypeScript lint errors
- Root cause: workspace config in root package.json caused npm ci in
src/typescript/ to look for root lockfile (which was gitignored)
- Track root package-lock.json and run npm ci from root in all workflows
- Fix TypeScript lint: add missing Middleware/MiddlewareStack imports
in src/index.ts convenience layer
- Update .gitignore to allow root package-lock.json
- All 1,893 tests pass (1,180 Python + 713 TypeScript)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments