docs: close legacy frontend knowledge gaps

This commit is contained in:
Jesse_Chen
2026-07-20 11:09:13 +08:00
parent 751237cb32
commit b4745c3090
5 changed files with 20 additions and 4 deletions
+14
View File
@@ -4,6 +4,10 @@ This repository mixes product code, astrology research, oracle artifacts, and lo
## Core Areas
- `<repo>/frontend/`
- current Next.js production web application
- `<repo>/deploy/`
- production container topology and operational source of truth; start with `deploy/README.md`
- `<repo>/mcp_server.py`
- adjudicator-facing MCP entrypoint
- `<repo>/scripts/`
@@ -20,6 +24,16 @@ This repository mixes product code, astrology research, oracle artifacts, and lo
- `<repo>/docs/research/archive/`
- historical round notes and local draft research
## Historical Working Logs
- `<repo>/task_plan.md`
- `<repo>/findings.md`
- `<repo>/progress.md`
These root files preserve earlier implementation history and may mention retired
paths or commands. They are not runtime or deployment instructions. Use
`README.md` for current local development and `deploy/README.md` for production.
## Local Scratch
- `<repo>/scratch/local/scripts/`