Version 1.1

This commit is contained in:
2026-02-18 08:24:54 -05:00
parent 4318c8f642
commit fdba869a8d
33 changed files with 2142 additions and 1942 deletions

View File

@@ -64,13 +64,13 @@ Model: Auto (override to the strongest available for high-stakes diffs).
- Prefer deterministic, reproducible steps.
- Cite sources when generating documents from a knowledge base.
## Repo facts (fill these in)
- Primary stack:
- Package manager:
- Test command:
- Lint/format command:
- Build command (if any):
- Deployment (if any):
## Repo facts
- Primary stack: Python 3.13 (Flask 3.1) + TypeScript (Next.js 15, MUI 6)
- Package manager: pip (backend) + npm (frontend)
- Test command: `pytest -q`
- Lint/format command: `ruff check . --fix`
- Build command (if any): `docker compose build`
- Deployment (if any): `docker compose -f docker-compose.prod.yml up -d`
## Claude Code Agents (optional)