fix: Resolve TypeScript typecheck errors across workspace packages#120
Open
markt-heximal wants to merge 3 commits intoruvnet:mainfrom
Open
fix: Resolve TypeScript typecheck errors across workspace packages#120markt-heximal wants to merge 3 commits intoruvnet:mainfrom
markt-heximal wants to merge 3 commits intoruvnet:mainfrom
Conversation
markt-heximal
commented
Jan 20, 2026
- Fix typo in hr-management.ts (dotted LineManagerId -> dottedLineManagerId)
- Add tsconfig.json to agentic-integration package
- Fix Promise type mismatch in swarm-manager.ts
- Remove duplicate exports in training-session.ts
- Add API response types and fix implicit any parameters in benchmark.ts
- Add null coalescing for undefined config properties in stock-market, swarm, and cicd modules
- Fix typo in hr-management.ts (dotted LineManagerId -> dottedLineManagerId) - Add tsconfig.json to agentic-integration package - Fix Promise type mismatch in swarm-manager.ts - Remove duplicate exports in training-session.ts - Add API response types and fix implicit any parameters in benchmark.ts - Add null coalescing for undefined config properties in stock-market, swarm, and cicd modules Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix CLI test paths from ../../ruvector to ../../packages/ruvector - Update CLI test expectations to match actual CLI output (create vs init, Version/Platform/Core) - Add VectorIndex wrapper with expected API (insert, search, get, delete, stats) - Add getBackendInfo, isNativeAvailable, Utils exports to ruvector package - Fix core test to handle native module that doesn't validate dimensions at construction - Fix cross-package test TypeScript paths to check multiple possible locations - Update ruvector package.json to use index.js as main entry All 5 test suites now pass: - @ruvector/core - @ruvector/wasm (skipped) - ruvector - ruvector CLI - Cross-package compatibility Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Prefix unused loop variable with underscore in capacity-manager.ts - Rename regions to _regions and add getRegions() accessor in reactive-scaler.ts Fixes TypeScript build errors (TS6133, TS6138) for the burst-scaling package. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.