v0.2.3 - TypeScript Fixes
🐛 Bug Fixes
This release resolves all TypeScript compilation errors that were blocking the v0.2.3 release:
Fixed TypeScript Errors
- Core package: Exported type for use in CLI
- SpecInfo interface: Made Mon Nov 17 21:08:28 CST 2025 field optional to match core package definition
- Search command: Fixed type mismatches for �]2;��]1;� and fields (cast to string)
- MCP SDK integration: Updated tool and resource handler signatures to include parameter required by SDK v1.21.0
- Isolate command: Added missing field to frontmatter
- Console capturing: Fixed broken console log/error capturing in backfill, files, and validate tools
- Type literals: Added
as constannotations to all MCP tool response types - Type registry: Used
anycast to work around SDK type narrowing issues
Summary
All 30+ TypeScript errors have been resolved. The package now compiles cleanly with and builds successfully. All CLI tests pass.
Full Changelog: v0.2.2...v0.2.3