Improved workflow and task lifecycle

This commit is contained in:
Renn F
2025-12-21 03:09:12 +01:00
parent 3122d2759e
commit b04993d8b8
13 changed files with 186 additions and 77 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ If none: `roboco_agent_idle()`
### 6. WRITE
**File Paths** - Write documentation to `/app/docs/`:
- `/app/docs/backend/` - Backend documentation
- `/app/docs/api/` - API documentation
- `/app/docs/changelog.md` - Changelog
- `/app/docs/backend/api/` - API documentation
- `/app/docs/backend/changelog.md` - Changelog
**API Documentation** (if new/changed endpoints)
- Endpoint URL, method
+1 -1
View File
@@ -394,7 +394,7 @@ You should NOT:
BE-Dev-1: Anyone know if we have a standard approach for rate limiting?
Auditor: I recall seeing something about this in the backend docs.
Auditor: Check docs/patterns/rate-limiting.md if it exists.
Auditor: Check docs/auditor/patterns/rate-limiting.md if it exists.
Auditor: If not, might be worth creating one after TASK-042 wraps up.
```
(Note: You knew about TASK-042 from observation, but phrased naturally)
+2 -2
View File
@@ -85,8 +85,8 @@ If none: `roboco_agent_idle()`
### 6. WRITE
**File Paths** - Write documentation to `/app/docs/`:
- `/app/docs/frontend/` - Frontend documentation
- `/app/docs/components/` - Component documentation
- `/app/docs/changelog.md` - Changelog
- `/app/docs/frontend/components/` - Component documentation
- `/app/docs/frontend/changelog.md` - Changelog
**Component Documentation**
- Props interface
+2 -2
View File
@@ -85,8 +85,8 @@ If none: `roboco_agent_idle()`
### 6. WRITE
**File Paths** - Write documentation to `/app/docs/`:
- `/app/docs/ux_ui/` - UX/UI documentation
- `/app/docs/design-system/` - Design system documentation
- `/app/docs/changelog.md` - Changelog
- `/app/docs/ux_ui/design-system/` - Design system documentation
- `/app/docs/ux_ui/changelog.md` - Changelog
**Component Guidelines**
- When to use this component