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 -3
View File
@@ -99,14 +99,13 @@ Lists all agent workspaces for a project. Cell PM sees own cell only.
## Task Creation with Project
When creating git-enabled tasks:
When creating tasks:
```python
roboco_task_create(
title="Add rate limiting",
team="backend",
project_slug="roboco", # Required for git tasks
requires_git=True # Default: True
project_slug="roboco", # Required - all tasks follow git workflow
)
```