Build private incident notebook MVP

This commit is contained in:
Fredrik Johansson
2026-07-20 20:25:17 +02:00
commit 97ac266cd0
7 changed files with 74 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# trace
Private incident notebook, Git fix-candidate inbox, deployment-receipt evidence store, and reviewed Astro Markdown exporter for goonk's `/failures` page.
```bash
cp .env.example .env
npm start
```
Node 24+, no runtime dependencies. Uses built-in `node:sqlite`. Set `TRACE_PASSWORD`; configure read-only repositories through `TRACE_REPOS`. Nothing publishes automatically: export creates a draft under `data/exports/` for manual review.