Commit graph

6 commits

Author SHA1 Message Date
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