Added git workflow + fixing some issues

This commit is contained in:
Renn F
2026-04-19 16:13:42 +02:00
parent f474603897
commit 0023c25d60
67 changed files with 5266 additions and 1914 deletions
+2 -2
View File
@@ -37,9 +37,9 @@ Calling `roboco_task_start()` without a plan returns:
- Message: "Cannot start without a plan"
- Hint: Submit plan first
## Git Tasks
## Git Workflow
For tasks with `requires_git=True`:
All tasks follow the git workflow:
- **Branches are auto-created when you claim the task**
- Root tasks: branch created from default branch (main/master)
- Subtasks: branch forked from parent's branch