setup
Installation
SKILL.md
Wire this repository to a Veris environment, once; re-running skips what still holds. Two transports, one contract each:
- Container (default). The code is never modified and never told —
veris-proxyreroutes its outbound HTTP(S) into a sandbox from outside the process. Leaves.veris/run.sh(the exactveris-proxy runinvocation),.veris/setup.json, andDockerfile.verisonly when deriving an image took real work. - Direct (
--direct). For an application whose own configuration reads each service's base URL from the environment variable the platform names (itsenv_hint) — then pointing those variables at a sandbox IS the shipped code path, and no proxy or docker is involved. reference/direct.md carries the contract; step 2 gates entry. Leaves.veris/setup.jsonwith"tier": "direct".