mirror of
https://github.com/mblanke/Lottery-Tracker.git
synced 2026-03-01 14:10:22 -05:00
Version 1.1
This commit is contained in:
14
AGENTS.md
14
AGENTS.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user