From d9b3b9751a3ce34f853b9d98d59e62cdf2797ae4 Mon Sep 17 00:00:00 2001 From: sunlei Date: Thu, 25 Jun 2026 09:41:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0NapCat=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8C=96Codex=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tream-sync-runtime-release-pipeline-implementation-plan.md | 2 +- ...sync-runtime-release-pipeline-implementation-plan.zh-CN.md | 2 +- ...-napcatqq-upstream-sync-runtime-release-pipeline-design.md | 4 ++-- ...tqq-upstream-sync-runtime-release-pipeline-design.zh-CN.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/superpowers/plans/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-implementation-plan.md b/docs/superpowers/plans/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-implementation-plan.md index 758ba82..33588ab 100644 --- a/docs/superpowers/plans/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-implementation-plan.md +++ b/docs/superpowers/plans/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-implementation-plan.md @@ -520,7 +520,7 @@ The command builder must shell-quote every path and include: CODEX_HOME=/vol1/docker/kt-codex/home/.codex codex exec --cd /vol1/docker/kt-codex/workspace/KT ---profile-v2 automation +--profile automation --sandbox workspace-write --ask-for-approval never --json diff --git a/docs/superpowers/plans/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-implementation-plan.zh-CN.md b/docs/superpowers/plans/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-implementation-plan.zh-CN.md index 1c1e8e3..9a4562d 100644 --- a/docs/superpowers/plans/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-implementation-plan.zh-CN.md +++ b/docs/superpowers/plans/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-implementation-plan.zh-CN.md @@ -239,7 +239,7 @@ pnpm --dir D:\MyFiles\KT\mcp\ktWorkflow run self-test CODEX_HOME=/vol1/docker/kt-codex/home/.codex \ codex exec \ --cd /vol1/docker/kt-codex/workspace/KT \ - --profile-v2 automation \ + --profile automation \ --sandbox workspace-write \ --ask-for-approval never \ --json \ diff --git a/docs/superpowers/specs/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-design.md b/docs/superpowers/specs/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-design.md index e140da4..7df2b8e 100644 --- a/docs/superpowers/specs/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-design.md +++ b/docs/superpowers/specs/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-design.md @@ -489,7 +489,7 @@ Recommended command shape on NAS: CODEX_HOME=/vol1/docker/kt-codex/home/.codex \ codex exec \ --cd /vol1/docker/kt-codex/workspace/KT \ - --profile-v2 automation \ + --profile automation \ --sandbox workspace-write \ --ask-for-approval never \ --json \ @@ -689,7 +689,7 @@ Codex automation prompt smoke: ```bash CODEX_HOME=/vol1/docker/kt-codex/home/.codex \ codex exec --cd /vol1/docker/kt-codex/workspace/KT \ - --profile-v2 automation \ + --profile automation \ --sandbox workspace-write \ --ask-for-approval never \ --json \ diff --git a/docs/superpowers/specs/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-design.zh-CN.md b/docs/superpowers/specs/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-design.zh-CN.md index 30962b1..7c40f99 100644 --- a/docs/superpowers/specs/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-design.zh-CN.md +++ b/docs/superpowers/specs/2026-06-24-napcatqq-upstream-sync-runtime-release-pipeline-design.zh-CN.md @@ -489,7 +489,7 @@ NAS 推荐命令形态: CODEX_HOME=/vol1/docker/kt-codex/home/.codex \ codex exec \ --cd /vol1/docker/kt-codex/workspace/KT \ - --profile-v2 automation \ + --profile automation \ --sandbox workspace-write \ --ask-for-approval never \ --json \ @@ -689,7 +689,7 @@ Codex 自动化提示词 smoke: ```bash CODEX_HOME=/vol1/docker/kt-codex/home/.codex \ codex exec --cd /vol1/docker/kt-codex/workspace/KT \ - --profile-v2 automation \ + --profile automation \ --sandbox workspace-write \ --ask-for-approval never \ --json \