-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Title: Multi-step installation coordinator
Description:
Coordinate multiple commands to install complex software (e.g., Docker, CUDA).
Requirements:
- Takes installation plan from LLM
- Executes commands in sequence
- Stops on error
- Logs each step
- Returns success/failure status
Example workflow:
- Update package lists
- Install dependencies
- Add repository
- Install main package
- Run post-install configuration
- Verify installation
Acceptance Criteria:
- Can install Docker end-to-end
- Error handling with rollback
- Progress reporting
- Tests
Skills: Python, bash, system administration
Bounty: $75 upon merge