Remote runtime.
| city.py | ||
| install.sh | ||
| PROTOCOL.md | ||
| README.md | ||
| ROADMAP.md | ||
subscript
Remote runtime installer and local client for the City ecosystem.
Install:
curl -sSL https://code.design-r.ai/city/subscript/raw/branch/main/install.sh | bash
Basic checks:
city status
city list
city env
city version
Trusted local-tools session for an operator-controlled machine:
CITY_POLICY_PROFILE=remote_ops_dev CITY_REMOTE_OPS_ROOT="$HOME" city remote-ops Codex
Inside the REPL:
/env
Hello from this outpost. Please inspect the origin metadata, then run pwd locally.
remote-ops prepends non-secret origin metadata to each mediated message until the server has a first-class origin/outpost field. Metadata includes client version, host, user, cwd/home, policy profile, root, API host, session id, and pid. Do not put credentials in prompts, config examples, or repository files.
The server-backed city outpost serve/list/job registry is not implemented in this client build yet; use remote-ops for local tool relay.