Commit Graph

7 Commits

Author SHA1 Message Date
Kazuki Yamada
7d239e16c1 chore(config): rename devcontainer and update Renovate schedule
- Rename devcontainer from "Claude Code Sandbox" to "Repomix"
- Change Renovate schedule from weekly (Monday) to Saturday morning
2025-12-02 00:23:21 +09:00
Kazuki Yamada
0cb6490952 chore(devcontainer): Add CLI tools and improve shell history persistence
- Add fd-find, ripgrep, and ast-grep for better code search
- Persist zsh history with proper settings (HISTSIZE, SAVEHIST, SHARE_HISTORY)
- Add postCreateCommand to run npm install automatically
- Mount host .claude config for consistent Claude Code settings
2025-11-29 18:23:23 +09:00
Kazuki Yamada
5c232a8f63 chore: Adjust dev container config 2025-10-07 23:05:36 +09:00
Claude Code
80755b97c2 chore(devcontainer): add Claude Code dev container setup
Set up comprehensive development container configuration for Claude Code:
- Added Dockerfile with Node.js 20, development tools, and Claude Code CLI
- Configured VS Code extensions and settings for optimal development experience
- Implemented network firewall restrictions for security
- Added persistent volumes for bash history and Claude configuration
- Based on Claude Code documentation: https://docs.claude.com/en/docs/claude-code/devcontainer

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 23:53:50 +09:00
Mike Judge
33d9c14650 Fixes from linter 2024-12-24 17:42:55 -08: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
0f3df9cb30 chore(devcontainer): Add devcontainer configuration 2024-10-19 22:04:31 +09:00