Loading...
Loading...
Execute amplihack work on remote Azure VMs with automatic region and resource selection
npx skill4agent add rysweet/amplihack remote-work/amplihack:remote/amplihack:remote/amplihack:remote --region {region} --vm-size {size} auto "{task}"~/.amplihack/.claude/runtime/logs/remote/remote-exec/I'll execute this analysis on a remote Azure VM in eastus.
Detected:
- Task: analysis work
- Region: eastus
- Size: s (small - suitable for analysis)
Executing: /amplihack:remote --region eastus --vm-size s auto "analysis work"I'll execute this comprehensive refactoring on a remote Azure VM in westus2.
Detected:
- Task: comprehensive refactoring
- Region: westus2
- Size: l (large - for comprehensive work)
Executing: /amplihack:remote --region westus2 --vm-size l auto "comprehensive refactoring"I'll execute this task on a remote Azure VM using your default region.
Detected:
- Task: [extract from context]
- Region: default (from azlin config)
- Size: m (medium - standard)
Executing: /amplihack:remote --vm-size m auto "[task]"Remote execution complete!
Results:
- Logs: .claude/runtime/logs/remote/
- Branches: Check `git branch -r | grep remote-exec`
- Integration: Review changes and merge if ready
To view logs:
cat .claude/runtime/logs/remote/remote-exec-*.log
To merge remote changes:
git fetch
git merge remote-exec/mainazlin configureazlin connect <vm-name>.envazlin listazlin kill <vm-name>/amplihack:remote~/.amplihack/.claude/tools/amplihack/remote/README.md