mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
Fixed 4 TypeScript errors: - fs.ts: Removed duplicate 'os' import (lines 8 and 10) - spec-regeneration.ts: Removed dead code checking for impossible error type (2 occurrences) The error type checks were comparing msg.type to "error", but the SDK type union does not include "error" as a valid message type. Errors are properly handled in the catch blocks, so these checks were unreachable dead code. All TypeScript compilation now passes cleanly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>