Update project files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
ANDREW HOSFORD
2026-04-07 11:59:48 -05:00
parent dd227be9b0
commit 0e8978f48c
50 changed files with 5878 additions and 241 deletions

23
.planning/STATE.md Normal file
View File

@@ -0,0 +1,23 @@
# State
## Project Reference
See: .planning/PROJECT.md (updated 2026-03-18)
**Core value:** Every requirement is traceable from abstract goal to code-level leaf with quality validation at every level
**Current focus:** Defining requirements for v2.0
## Current Position
Phase: Not started (defining requirements)
Plan: —
Status: Defining requirements
Last activity: 2026-03-18 — Milestone v2.0 started
## Accumulated Context
- v1.0 released and tagged (33 commits)
- Backend runs on port 8100, frontend on 4200
- Current auth is single shared password ("what_is_this_2") with JWT
- SQLite DB has 5 tables, auto-created via create_all()
- Gitea milestone #15 created for v2.0