This commit is contained in:
Danilo Reyes
2026-02-07 06:01:29 -06:00
parent 0f5e76ddc9
commit 070a3633d8
13 changed files with 1302 additions and 36 deletions

31
AGENTS.md Normal file
View File

@@ -0,0 +1,31 @@
# gallery-organizer-web Development Guidelines
Auto-generated from all feature plans. Last updated: 2026-02-07
## Active Technologies
- Local durable state store (SQLite) + append-only audit log file (001-archive-curator)
- Rust (stable toolchain) + Web API framework (Axum), UI framework (SvelteKit), OpenAPI tooling (001-archive-curator)
## Project Structure
```text
src/
tests/
```
## Commands
cargo test [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] cargo clippy
## Code Style
Rust (stable toolchain): Follow standard conventions
## Recent Changes
- 001-archive-curator: Added Rust (stable toolchain) + Web API framework (Axum), UI framework (SvelteKit), OpenAPI tooling
- 001-archive-curator: Added Rust (stable toolchain) + Web API framework (Axum), UI framework (SvelteKit), OpenAPI tooling
<!-- MANUAL ADDITIONS START -->
<!-- MANUAL ADDITIONS END -->