Files
ANDREW HOSFORD 0e8978f48c Update project files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 11:59:48 -05:00

24 lines
686 B
Markdown

# 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