对齐参考仓库移除临时技能

This commit is contained in:
wxm
2026-05-19 00:35:54 +08:00
parent 06799561ab
commit 8cd173889c
11 changed files with 32 additions and 82 deletions

View File

@@ -21,9 +21,10 @@ Spawn `creative-director` via Codex custom-agent delegation using gate
The matching custom agent must already be installed in the target project at
`.codex/agents/<agent-name>.toml`. The plugin source copies for those agents live
in `runtime/agents/`; run `$setup-runtime` if the target project is missing
them. Pass the context listed under that gate's **Context to pass** field, then
handle the verdict using the **Verdict handling** rules below.
in `runtime/agents/`; run `python3 scripts/install_codex_runtime.py <target-project>`
from the plugin root if the target project is missing them. Pass the context
listed under that gate's **Context to pass** field, then handle the verdict
using the **Verdict handling** rules below.
Director names are Codex custom agent names. Do not recreate them by pasting
profile text into a generic default agent.