Source: docs/development/task-backlog.md
Milestone: Phase 9: Security and Audit
AD-902: Implement Audit Log
Goal: Record task execution, patch proposals, approvals, and sensitive actions.
Files:
- Create
apps/server/src/audit/audit-schema.ts
- Create
apps/server/src/audit/audit-service.ts
- Create
apps/server/src/audit/audit-service.test.ts
Tasks:
Acceptance Criteria:
- Audits can answer who changed what, when, through which agent/runtime, and with which approval.
Source:
docs/development/task-backlog.mdMilestone:
Phase 9: Security and AuditAD-902: Implement Audit Log
Goal: Record task execution, patch proposals, approvals, and sensitive actions.
Files:
apps/server/src/audit/audit-schema.tsapps/server/src/audit/audit-service.tsapps/server/src/audit/audit-service.test.tsTasks:
feat: add audit log service.Acceptance Criteria: