feat(repos): spaces, projects, tasks with audit stub

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-05-31 02:11:31 +10:00
parent 05ee9b3f41
commit 951016385a
8 changed files with 283 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
// Replaced in Task 16 with real audit_log writes.
export async function recordAudit() { /* noop until 006 migration lands */ }