Skip to content

Conversation

@code-yeongyu
Copy link
Owner

Summary

  • Remove 11 completely unused files identified by knip dead code analysis
  • Verified with bun run typecheck and bun run build - both pass

Deleted Files

Comment Checker (9 files)

  • src/hooks/comment-checker/constants.ts
  • src/hooks/comment-checker/filters/bdd.ts
  • src/hooks/comment-checker/filters/directive.ts
  • src/hooks/comment-checker/filters/docstring.ts
  • src/hooks/comment-checker/filters/index.ts
  • src/hooks/comment-checker/filters/shebang.ts
  • src/hooks/comment-checker/output/formatter.ts
  • src/hooks/comment-checker/output/index.ts
  • src/hooks/comment-checker/output/xml-builder.ts

Other (2 files)

  • src/tools/ast-grep/napi.ts
  • src/tools/interactive-bash/types.ts

Verification

  • ✅ TypeScript type check passes
  • ✅ Build succeeds

Removes 11 unused files that were identified as completely unused by knip dead code analysis:
- comment-checker filter modules and constants
- comment-checker output formatters
- ast-grep napi binding
- interactive-bash types

🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
@code-yeongyu code-yeongyu force-pushed the chore/remove-dead-code-files branch from 6f89779 to 67af434 Compare December 20, 2025 06:45
@code-yeongyu code-yeongyu merged commit 373dc4e into master Dec 20, 2025
5 checks passed
@code-yeongyu code-yeongyu deleted the chore/remove-dead-code-files branch December 20, 2025 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants