autocommit
b7d8200ccb
chore(publish): 🔧 Update publish automation script and README documentation
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 03:58:34 -07:00
Claude Code
183929116f
refactor(script-runner): ♻️ Optimize script execution with improved error handling and logging for CI/CD pipelines
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 15:57:08 -07:00
Claude Code
e2c3e66c8a
chore(worktrees): 🔧 Update worktree configuration for failed request handling
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 07:50:13 -07:00
Claude Code
ddfe550d65
chore(agent): 🔧 Update agent workspace config and modify shoot_command.py for command execution in dev/testing
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 06:46:03 -07:00
Claude Code
db91e1d3f3
feat(studio): ✨ Add new scene-building tools and advanced panel controls for developers in the studio's main App component
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-01 05:44:12 -07:00
Claude Code
42f99f1839
refactor(run): ♻️ Extract and refactor command-handling logic into modular classes for RepaintCommand and ShootCommand
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:11:29 -07:00
Claude Code
8957600ddc
chore(worktrees): 🔧 Configure agent/workspace environment scripts and setup
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 14:09:33 -07:00
Claude Code
fb6efd0e86
chore(script-runner): 🔧 Update agent configuration and workspace setup in .claude/worktrees/ for new agent support
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 14:04:08 -07:00
Claude Code
eec229e0fd
infra(infra): 🧱 Configure network port mappings in ports.yaml and update script runner for agent service execution
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 13:58:59 -07:00
Lilith
313067c079
docs(claude-tooling/claude): 📝 Update package publishing workflow documentation and config files
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:34:19 -07:00
Lilith
6300c8aaf5
chore(service-config): 🔧 Update deployment configuration script with new options and adjusted defaults
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 02:22:54 -08:00
Lilith
7e7b2897f4
ci(run): 👷 Refactor command execution and environment-specific scripts for modern CI/CD workflows with improved logging and error handling
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 02:12:30 -08:00
Lilith
3f315b4318
chore(stages): 🔧 Update 5 Python files in stages directory for maintenance/dependency updates
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 19:02:59 -08:00
Lilith
46fec28dcd
chore(run): 🔨 Add timeout enforcement for script execution in build system
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 19:10:57 -08:00
Lilith
22793f7f16
chore(scripts): 🔨 Update icon generation and command execution scripts in build pipeline
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 18:44:03 -08:00
Lilith
664991b652
chore(run): 🔧 Update script_runner.py and add/modify generate-mordant-icons.sh scripts
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 18:26:56 -08:00
Lilith
7aa0090fc5
chore(src): 🔧 Update configuration, utility, and helper files in src directory
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 03:30:22 -08:00
Lilith
07b49862dd
chore(stages): 🔧 Update stage-related scripts (generate.py, generate_command.py)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 02:28:00 -08:00
Lilith
be94f2c161
chore(run): 🔧 Improve error handling and validation in script runner and command generator
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 00:53:18 -08:00
Lilith
cd1881edf6
chore(scripts/run): 🔧 Add Docker installation command generation in install script
2026-01-22 11:40:28 -08:00
Lilith
2f1102e73b
infra: 🧱 Refactor service deployment configuration and execution scripts to improve environment-specific setup
2026-01-18 17:04:59 -08:00
Lilith
4cdd457e83
chore(run): 🚀 Update script_runner.py, setup_gpu_command.py
2026-01-17 12:02:23 -08:00
Lilith
86c3eaac7d
chore(workspace): 🔧 Add .gitignore and remove __pycache__ from tracking
...
- Added comprehensive .gitignore for Python projects
- Removed accidentally tracked __pycache__ directories
- Updated generate_full_test_suite.py
- Minor changes to orchestrators/imajin-pipeline
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 12:00:20 -08:00
Lilith
9af1e89b8e
feat(workspace): add ./run test command for pytest integration
...
- ./run test # Run unit tests (default)
- ./run test integration # Run GPU integration tests
- ./run test <pattern> # Run tests matching pattern
- ./run tests integration # Alias works too
Routes test commands to pytest in orchestrators/imajin-pipeline,
service commands (start/stop/health) still go to imajin CLI.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 03:51:44 -08:00
Lilith
ca9f501c24
chore(imajin): 🔧 🛏️ update package.json and README.md
2026-01-10 04:52:11 -08:00