Movi | Review-first file organization docs

Runtime Topology Reference

AUTO-GENERATED from ops/compose/docker-compose.yml, contracts/governance/governance.defaults.env, contracts/runtime/filesystem_layout.yaml, pyproject.toml, package.json, .env.example. Do not edit manually. Navigation note: this page is the shared runtime-topology reference for README / docs/usage / docs/architecture, and it is the canonical anchor for executable gates and default entry facts. Public docs use semantic placeholders to avoid over-publishing local workspace layouts. <workspace-root> means a user-chosen persistent workspace directory; <repo-runtime-cache> means the repo-local runtime cache directory.

Compose Services

service ports network_mode command
movi-ci default
movi-web-api ${MOVI_WEB_API_PORT:-18080}:18080, ${MOVI_WEBUI_PORT:-5173}:5173 default bash tooling/runtime/run_web_api.sh --host 0.0.0.0 --port 18080
movi-webui service:movi-web-api bash tooling/runtime/run_webui.sh --host 0.0.0.0 --port 5173

Runtime Paths

key value
GOVERNANCE_PERSISTENT_ARTIFACTS_DIR <workspace-root>/.movi/artifacts
GOVERNANCE_RUNTIME_BUILD_DIR <repo-runtime-cache>/build
GOVERNANCE_RUNTIME_CACHE_ROOT <repo-runtime-cache>
GOVERNANCE_RUNTIME_CI_CONTRACT_DIR <repo-runtime-cache>/ci-contract
GOVERNANCE_RUNTIME_CI_DIR <repo-runtime-cache>/ci
GOVERNANCE_RUNTIME_CODEGEN_DIR <repo-runtime-cache>/codegen
GOVERNANCE_RUNTIME_ENV_FILE <workspace-root>/.movi/env/runtime.env
GOVERNANCE_RUNTIME_LOG_DIR <repo-runtime-cache>/logs
GOVERNANCE_RUNTIME_MUTMUT_CACHE_FILE <repo-runtime-cache>/test/mutation/.mutmut-cache
GOVERNANCE_RUNTIME_TEMP_DIR <repo-runtime-cache>/tmp
GOVERNANCE_RUNTIME_TEST_DIR <repo-runtime-cache>/test
GOVERNANCE_RUNTIME_VENV_DIR ~/.cache/movi-organizer/venv/default
GOVERNANCE_WEBUI_LOCK_HASH_FILE <repo-runtime-cache>/build/apps/webui/.movi_webui_lock_hash

Default Runtime Knobs

key default
GEMINI_MODEL gemini-3-flash-preview

Cleanup Rails

Container-First Defaults

Entrypoints

Python entrypoints

Package smoke required entrypoints

Workspace scripts

WebUI scripts