fix: 열린 PR과 Claude Code 문서 수정#43
Merged
Merged
Conversation
This was referenced May 14, 2026
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
src/cli.tsinto smaller CLI modules from refactor(cli): split src/cli.ts for 450-line rule #39 and keep the coverage gate green by excluding the split CLI orchestration modules consistently with the existing CLI entry exclusions.typescript-eslint8.59.3, which expands the peer range to support TypeScript 6.--transport httpinstead of the non-existent SSE endpoint.Root Cause
src/cli/**files entered the global 100% coverage target while the prior CLI entry/orchestration files were excluded.typescript-eslint@8.57.xdeclaredtypescript <6.0.0; the TypeScript bump needed a compatibletypescript-eslintversion.origin/mainalready locks Vitest and@vitest/coverage-v8to 4.1.2 after the merged Dependabot updates.https://mcp.aka.page/ssereturns 404, whilehttps://mcp.aka.page/returns the Streamable HTTP JSON endpoint.Fixes #37
Supersedes #30
Supersedes #31
Supersedes #39
Verification
npm run checknpm run test:coverage