Commit Graph

10 Commits

Author SHA1 Message Date
Kazuki Yamada
f95d96d7b4 style: format console.warn call with prettier
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-04 23:21:53 +09:00
Kazuki Yamada
836128ff17 feat: change Node.js version check from requirement to recommendation
- Change from hard requirement to soft recommendation for Node.js 20+
- Use console.warn instead of console.error with process.exit
- Allow execution with older Node.js versions while showing warning
- Update .node-version to 24.0.1

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-04 23:16:15 +09:00
Kazuki Yamada
b74573595c fix: update Node.js version requirement from 16 to 20 in CLI entry point
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-04 22:44:15 +09:00
Kazuki Yamada
47b179beb1 test(core): improve test coverage 2024-11-21 22:56:41 +09:00
Kazuki Yamada
8a9424129d feat(bin): improve error handling in repomix.cjs 2024-11-21 18:18:52 +09:00
Kazuki Yamada
d73be1d401 feat(bin): enhance error handling in CLI entry point 2024-11-21 18:18:52 +09:00
Kazuki Yamada
398047b1a6 feat(rename): Rename to repomix
# Conflicts:
#	src/core/packager.ts
#	src/core/security/securityCheck.ts
#	src/shared/processConcurrency.ts

# Conflicts:
#	package-lock.json
#	package.json
2024-11-02 15:26:32 +09:00
Kazuki Yamada
487287c22c refactor: refine directory structure and files 2024-10-08 01:17:05 +09:00
Kazuki Yamada
0d8016e7a4 refactor(structure): Reorganize project file structure for improved modularity 2024-08-10 14:39:05 +09:00
Kazuki Yamada
582607829e feat: Initial implementation of Repopack 2024-07-15 17:23:42 +09:00