From eb9b37d298c7df4394227af6bae8e84011e5b664 Mon Sep 17 00:00:00 2001 From: Jiro Date: Wed, 12 Aug 2026 13:59:25 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20Codex=20skill=20=E9=85=8D=E5=B8=83?= =?UTF-8?q?=E3=81=A8=20tasq-cli=20hash=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Codex管理の .system と競合しないよう internal のみ置換する。 tasq-cli の最新 tree hash を固定する。 検証: make deploy-dry-run と make apply が成功。 --- deploy.json | 4 ++-- external-skills.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.json b/deploy.json index 1865a14..b297a01 100644 --- a/deploy.json +++ b/deploy.json @@ -1,8 +1,8 @@ { "items": [ { - "source": "codex/skills", - "destination": "~/.codex/skills", + "source": "codex/skills/internal", + "destination": "~/.codex/skills/internal", "replace": true, "exclude": [ "**/.DS_Store", diff --git a/external-skills.json b/external-skills.json index 6c409c7..d83d6e2 100644 --- a/external-skills.json +++ b/external-skills.json @@ -40,7 +40,7 @@ "name": "tasq-cli", "url": "https://github.com/version-1/tasq/tree/main/.agents/skills/tasq-cli", "type": "git", - "treeHash": "0359a69b4273d312dcf366de7c97003810a330bc", + "treeHash": "31ed88681650306f8edf34ef1237eb0a767eddb1", "destination": [ "~/.codex/skills/external/tasq-cli", "~/.claude/skills/tasq-cli" From 8814762be39680b7a5270baa4be86072a5d9d499 Mon Sep 17 00:00:00 2001 From: Jiro Date: Wed, 12 Aug 2026 14:01:48 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20deprecated=20skill=20=E3=81=AE?= =?UTF-8?q?=E9=99=A4=E5=A4=96=E3=82=92=E7=B6=AD=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit source 変更後も deprecated skills を配布対象外にする。 検証: make deploy-dry-run / make apply が成功し、~/.codex/skills/.system を保持して deprecated が存在しないことを確認。 --- deploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.json b/deploy.json index b297a01..77ea7d8 100644 --- a/deploy.json +++ b/deploy.json @@ -6,8 +6,8 @@ "replace": true, "exclude": [ "**/.DS_Store", - "internal/deprecated", - "internal/depricated" + "deprecated", + "depricated" ] }, {