v0.10: add automated Codex orchestration and deployment check
This commit is contained in:
@@ -168,7 +168,7 @@ uv run python scripts/build_report.py <slug>
|
||||
### 多平台兼容
|
||||
|
||||
- OpenCode:主适配器,使用 `.opencode/agents` 与 `.opencode/commands`。
|
||||
- Codex:native adapter,目标是使用 `.codex/config.toml`、`.codex/agents`、`.codex/commands`、`.agents/skills` 与 `scripts/dr.py` 独立运行;详见 `docs/codex-usage.md`。
|
||||
- Codex:native adapter,使用 `.codex/config.toml`、`.codex/agents`、`.codex/commands`、`.agents/skills` 与 `scripts/dr.py` 独立运行;主入口是 `dr-run`,由 Codex 主线程承担 PM 调度并主动 spawn subagents,详见 `docs/codex-usage.md`。
|
||||
- Gemini CLI / Claude Code:暂不做强适配,后续以同一套脚本与配置为基础扩展。
|
||||
|
||||
安装 Codex adapter:
|
||||
@@ -177,6 +177,21 @@ uv run python scripts/build_report.py <slug>
|
||||
uv run python scripts/install_codex_adapter.py --force
|
||||
```
|
||||
|
||||
Codex adapter 默认面向自动化研究:workspace 可写、命令不逐次审批、实时 web search 与脚本网络访问开启;Tavily / Brave / Exa MCP 会默认启用但不设为必需服务。
|
||||
|
||||
部署到新环境后自检:
|
||||
|
||||
```bash
|
||||
uv run python scripts/deploy_check.py
|
||||
uv run python scripts/deploy_check.py --repair --force
|
||||
```
|
||||
|
||||
运行 Codex 总调度:
|
||||
|
||||
```bash
|
||||
codex exec "$(uv run python scripts/dr.py prompt dr-run <slug-or-topic>)"
|
||||
```
|
||||
|
||||
模型与搜索 API 选择见:
|
||||
- `docs/model-playbook.md`
|
||||
- `docs/search-playbook.md`
|
||||
|
||||
Reference in New Issue
Block a user