SIGN IN SIGN UP

refactor: split monolithic converter into modular architecture

- Extract classes into separate files for better organization
- Create JsonlToMarkdownConverter, CommandParser, ToolResultFormatter, and OutputFormatter modules
- Move utility functions to dedicated utils.ts file
- Rename convert-claude-history.ts to index.ts as main entry point
- Fix TypeScript parameter property syntax for Node v24 compatibility
- Improve code maintainability with single responsibility per module
- Fix output filename consistency and remove extra blank lines

BREAKING CHANGE: Entry point changed from convert-claude-history.ts to index.ts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
K
kiliman committed
bb036a0b0f85fa51087a04f52d39dc98702d7afe
Parent: 5817907