AGENTS.md · git:20260909.4981e4f · 2026-09-09 · sha256 ea9aa9e54dc4084c
AGENTS.md git:20260909.4981e4fA
Immutable. This exact content is served forever at /api/v1/blob/ea9aa9e54dc4084c.
# Usual project contract - Product: **Usual**. Canonical repository: `https://github.com/pauljump/usual`. - Canonical local root: `/Users/mini-home/projects/itchy`. - `src/usual/` is the runtime; `SKILL.md` and `install.py` are the portable agent skill. - Run `python3 -m pytest -q` from the root. Tests discover only the active product and its demo, not archived research. - Build public downloads with `python3 scripts/build_release.py`. The allowlist excludes private data and research artifacts. - Public deployment is declared in `deploy/web.json`; use the control-plane fleet registry and vault runner. - `archive/` preserves the original Itchy research and intermediate experiments. These are historical sources, not current product instructions or validated Usual accuracy results. - Keep old human decision records intact during migrations. Runtime data belongs outside this repository. See [README.md](README.md), [runtime semantics](references/runtime.md), and [migration](references/migration.md).