-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Add a structured audit field to work items.
Acceptance Criteria
- DB/work item includes field
audit: { time, author, text, status }. wl showand JSON exports include theauditobject.- No historical comment backfill is performed.
Minimal implementation
- Migration in src/migrations to add column/field.
- Persist in src/persistent-store.ts read/write paths.
- Unit tests for read/write of the field.
Reactions are currently unavailable