Launch from Ticket
The core CropsCode workflow: paste a ticket, get a container working on it.
1. Open the launch modal
Section titled “1. Open the launch modal”From the orchestrator dashboard, click Launch or ask CropPilot:
“Launch a container for https://github.com/org/repo/issues/42”
2. Paste the ticket URL
Section titled “2. Paste the ticket URL”Supported formats:
https://github.com/owner/repo/issues/123https://dev.azure.com/org/project/_workitems/edit/456- Trello and Monday.com — coming soon
3. Select a worker
Section titled “3. Select a worker”The system suggests the least-loaded worker. You can override this selection.
4. Choose a runtime
Section titled “4. Choose a runtime”Pick an AI agent:
- Claude Code (default)
- GitHub Copilot
- Codex
5. Launch
Section titled “5. Launch”Click Launch. Within 30 seconds:
- Ticket details are fetched from the provider
- A
CLAUDE.mdis generated with full context - The repository is cloned into the container
- The AI agent starts working
6. Monitor
Section titled “6. Monitor”From the dashboard:
- Watch the live terminal output
- See resource usage (CPU, memory, disk)
- Intervene at any time via the web terminal
7. Harvest
Section titled “7. Harvest”When the agent completes:
- A draft PR is opened (if configured)
- The ticket status is updated
- You review the results and merge
- Use specific, well-written tickets — the AI agent’s output quality depends on the input context
- Enable host networking if the container needs to expose ports for local testing
- You can launch multiple containers in parallel across different workers