From 46078a1a90bd88733fd08dd4eb045cf756090afa Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Mon, 23 Mar 2026 13:06:36 -0700 Subject: [PATCH] docs(codex-tools): add environment detection and App finishing docs (PRI-823) Document the git-dir vs git-common-dir detection pattern and the Codex App's native finishing flow for skills that need to adapt. Co-Authored-By: Claude Opus 4.6 (1M context) --- skills/using-superpowers/references/codex-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/using-superpowers/references/codex-tools.md b/skills/using-superpowers/references/codex-tools.md index 539b2b1c..1f8514fb 100644 --- a/skills/using-superpowers/references/codex-tools.md +++ b/skills/using-superpowers/references/codex-tools.md @@ -85,7 +85,7 @@ BRANCH=$(git branch --show-current) - `BRANCH` empty → detached HEAD (cannot branch/push/PR from sandbox) See `using-git-worktrees` Step 0 and `finishing-a-development-branch` -Step 1 for how each skill uses these signals. +Step 1.5 for how each skill uses these signals. ## Codex App Finishing