18 lines
435 B
Markdown
18 lines
435 B
Markdown
# 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.
|