mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Improved workflow and task lifecycle
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user