docs: Add initiative review gate to dispatch-events, server-api, and database docs

This commit is contained in:
Lukas May
2026-03-05 17:00:38 +01:00
parent 763871a2a5
commit dab1a2ab13
3 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ All adapters use nanoid() for IDs, auto-manage timestamps, and use Drizzle's `.r
|--------|------|-------|
| id | text PK | nanoid |
| name | text NOT NULL | |
| status | text enum | 'active' \| 'completed' \| 'archived', default 'active' |
| status | text enum | 'active' \| 'pending_review' \| 'completed' \| 'archived', default 'active' |
| mergeRequiresApproval | integer/boolean | default true |
| branch | text nullable | auto-generated initiative branch (e.g., 'cw/user-auth') |
| createdAt, updatedAt | integer/timestamp | |