Conversation
- Replace config hook with buildStart for better timing alignment - Replace closeBundle hook with buildEnd to guarantee cleanup execution - Add comprehensive error handling to prevent data loss scenarios - Implement emergency cleanup handlers for process termination safety - Fix critical directory existence check bug in util.ts - Add process handler cleanup to prevent memory leaks - Enhance state management for watch mode compatibility - Ensure original tsconfig files are always restored regardless of build outcome 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Reduce main index.ts from 364 to 194 lines (47% reduction) - Simplify buildEnd method from 111 to 35 lines (69% reduction) - Extract CleanupManager class for centralized cleanup orchestration - Extract ProcessHandlerManager for process event lifecycle management - Create shared constants.ts to eliminate duplication - Add safe file operation utilities with consistent error handling - Consolidate banner detection and manual restore logic - Reduce nesting levels from 5 to 2-3 maximum - Improve maintainability with clear separation of concerns - Preserve all existing functionality and error handling behavior 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- actions/checkout: v4 → v5 - actions/setup-node: v4 → v5 - stefanzweifel/git-auto-commit-action: v5 → v6 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
📦 Published PR as canary version:
|
Member
Author
|
🚀 PR was released in |
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.
Summary
Key Changes
Hook Migration for Reliability
Major Refactoring (47% complexity reduction)
Enhanced Reliability
Test Plan
Breaking Changes
None - maintains full backward compatibility with existing API.
🤖 Generated with Claude Code