wowaweewa

This commit is contained in:
Danilo Reyes
2026-02-07 06:15:34 -06:00
parent 070a3633d8
commit 4337a8847c
29 changed files with 1699 additions and 38 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Archive Curator
## Local Run Notes
- Backend: Rust (Axum) service in `backend/`
- Frontend: Svelte-based UI in `frontend/`
### Planned Commands
- Backend tests: `cargo test`
- Backend lint: `cargo clippy`
- Frontend scripts: `npm run dev` / `npm run build`
### Safety Defaults
This project is designed for local-only operation with strict safety gates:
read-only mode, preview/confirm workflows, and append-only audit logging.