Mirror V1 validates one thing: whether ongoing conversation, user confirmation, and an editable Markdown Context help another AI understand a person faster.
.\.venv\Scripts\python.exe -m uvicorn app.main:app --app-dir backend --host 127.0.0.1 --port 8000In another terminal:
cd frontend
npm run devOpen http://127.0.0.1:5173. The app starts with a network-free Fake Provider. Configure a compatible API provider only when you are ready to send selected local data externally.
.\.venv\Scripts\python.exe -m pytest -q
cd frontend
npm run buildSee Mirror V1 specification and the pilot protocol.