# MAP

Short map of living lines in this repository.

## idea

## seed

- `team` — human owners, branch ownership, and commit attribution. Root file: `TEAM.md`
- `agent-rules` — identity, safety, branch, and reporting rules for AI workers. File: `AGENT_RULES.md`
- `codex-workflow` — how AI/Codex tasks should be scoped so patches do not mix UI, live runners, and trading-core changes. Line: `lines/codex-workflow.md`

## sprout

- `data-cache` — cache-building pipeline, input universes, DB/NPZ assets, tick/bar conversion, and cache naming discipline. Line: `lines/data-cache.md`
- `strategy-research` — tuner plans, candidate search, walk-forward validation, symbol selection, and promotion from experiment to repeatable benchmark. Line: `lines/strategy-research.md`
- `ui-admin` — backend/frontend surface for configs, runs, validation, deploy, and live-session inspection. Line: `lines/ui-admin.md`

## plant

- `trading-core` — canonical backtest engines, config contract, LIFO/pack semantics, realized vs MTM accounting, and engine-selection drift. Line: `lines/trading-core.md`
- `live-runner` — live/paper execution wrappers, session DBs, exchange sync, warmup bars, fallback logic, and runner entrypoint discipline. Line: `lines/live-runner.md`
- `backtest-integrity` — trust boundary between backtest, paper/live, TradingView comparison, fees, slippage, funding, and MTM drawdown. Line: `lines/backtest-integrity.md`

## fruit
