941 B
941 B
name, description
| name | description |
|---|---|
| setup-runtime | Use when a user asks to initialize, install, or refresh the Codex Game Studios runtime in a game project. Installs bundled director custom agents into the target project's .codex/agents directory. |
Setup Runtime
Install the Codex Game Studios runtime assets into the current game project.
Workflow
- Treat the current working directory as the target project unless the user names another path.
- Run
scripts/install_codex_runtime.py <target-project>. - Report installed, unchanged, and conflicting agent files.
- If conflicts are reported, do not overwrite them unless the user explicitly asks for
--force.
The installer copies runtime agents from the plugin's runtime/agents/ directory to:
<target-project>/.codex/agents/
The runtime currently contains only Codex custom-agent TOML files. It does not install hooks, rules, MCP servers, apps, or project templates.