Skip to content

fix: tasq-cli の tree hash を更新 - #113

Merged
version-1 merged 1 commit into
mainfrom
fix/update-tasq-cli-tree-hash
Aug 1, 2026
Merged

fix: tasq-cli の tree hash を更新#113
version-1 merged 1 commit into
mainfrom
fix/update-tasq-cli-tree-hash

Conversation

@version-1

Copy link
Copy Markdown
Owner

tasq-cli の tree hash 更新

Summary

tasq リポジトリ側の tasq-cli skill 更新により、deploy 時に固定済み tree hash との不一致が発生していました。現在の upstream tree hash に追従し、外部 skill の取得を再び成功させます。

主な変更点:

  • tasq-clitreeHash を現在の upstream 値へ更新
  • URL、配布先、他の external skill 設定は変更なし

やったこと

  • GitHub APIで .agents/skills/tasq-cli のtree hashを確認
  • external-skills.json の固定hashを更新
  • Goテスト、deployバイナリのビルド、deploy dry-runを実行

動作確認

  • GOMODCACHE=/tmp/gomodcache GOCACHE=/tmp/gocache GOTOOLCHAIN=local go test ./...
  • make build-deploy
  • make deploy-dry-run

レビュー & 動作確認 チェックリスト

  • upstream hashとの一致 - GitHub APIとdeploy実測値が一致すること
  • 外部skill取得 - dry-runでtasq-cliの取得とhash検証を通過すること
  • 設定差分の限定 - tasq-cliのtreeHash以外を変更していないこと

推奨テスト計画:

  1. make deploy-dry-runを実行する
  2. tasq-cliのexternal-skill項目が表示されることを確認する
  3. tree hash mismatchで終了しないことを確認する

その他気になることや相談ごと

なし

tasq リポジトリ上の tasq-cli skill 更新に追従し、deploy 時の tree hash mismatch を解消する。\n\n検証: make deploy-dry-run、Go test ./...、make build-deploy
@version-1
version-1 merged commit 460f75f into main Aug 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant