Synthia quickstart
Requirements
Use a clean checkout, the runtime declared by the repository, and its committed lockfiles. Confirm the active branch before installing anything.
git status --short --branch
Install
python -m venv .venv
.venv\Scripts\python -m pip install -e .
Start
.venv\Scripts\synthia --help
Verify
.venv\Scripts\python -m pytest
Human acceptance
Inspect the output, logs, test results, and diff. Accept, request a correction, quarantine, or stop; do not silently promote a generated result.