# AGENTS.md - MM1 Project guidance lives in `Specs/MM1/MM1_AGENTS.md` in this workspace. Core rules for this local prototype: - Run locally with `python app.py`. - Keep memory local in `data/*.json`. - Never send accepted memory facts to direct search or Codex. - Show route decisions and privacy trace visibly. - Work without hosted LLMs, live search, or Codex auth by using fixtures. - Keep runtime Codex optional and mockable.