fix: Codex skill 配布と tasq-cli hash を更新 - #117
Open
version-1 wants to merge 2 commits into
Open
Conversation
Codex管理の .system と競合しないよう internal のみ置換する。 tasq-cli の最新 tree hash を固定する。 検証: make deploy-dry-run と make apply が成功。
source 変更後も deprecated skills を配布対象外にする。 検証: make deploy-dry-run / make apply が成功し、~/.codex/skills/.system を保持して deprecated が存在しないことを確認。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Codex skill 配布と tasq-cli tree hash の更新
Summary
tasq-cliの取得元更新による tree hash 不一致を解消します。あわせて、Codex が管理する.systemskill と deploy のディレクトリ置換が競合し、make applyが失敗する問題を修正します。主な変更点:
tasq-cliの tree hash を取得元の最新内容に更新~/.codex/skills/internalに限定やったこと
external-skills.jsonのtasq-cli.treeHashを更新deploy.jsonの Codex skill source / destination を internal ディレクトリ単位に変更deprecated/depricatedに修正動作確認
make deploy-dry-runmake apply~/.codex/skills/.systemが保持されること~/.codex/skills配下に deprecated directory が配布されないことgit diff --checkレビュー & 動作確認 チェックリスト
tasq-cliの取得・hash 照合・SKILL.md検証が成功すること.systemを置換対象に含めないこと推奨テスト計画:
make deploy-dry-runを実行する~/.codex/skills/internal、skipped が1件であることを確認するmake applyを実行し、.systemが保持されることを確認するその他気になることや相談ごと
なし