Gardener agent と role skill を追加 - #104
Merged
Merged
Conversation
Add a GPT-5.6-Luna agent dedicated to mechanical Git and GitHub operations. Define delegation and playbook skills with explicit responsibility boundaries, safety rules, UI metadata, and eval cases. Update the agent routing guidance and skill catalog.\n\nVerification: make deploy-dry-run; TOML, JSON, YAML, and frontmatter parsing; git diff --check.
Add the Claude gardener agent required by the shared role deployment contract. Clarify that Gardener executes operations without recursive delegation, require explicit pull behavior and safe push authorization, and keep the role entry free of playbook guidance.\n\nVerification: make deploy-dry-run; YAML parsing; git diff --check.
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.
Gardener agent と role skill を追加
Summary
Git と GitHub の機械的な操作を専門に担当する Gardener role を追加します。Codex では
gpt-5.6-lunaを使用し、実装・レビュー・テスト・文書作成・取得内容の解釈を責務外として明確に分離します。主な変更点:
gardeneragent 定義を追加role-gardenerとrole-gardener-playbookを追加やったこと
git pull、未承認 push を防ぐガードレールを追加動作確認
make deploy-dry-rungit diff --checkレビュー & 動作確認 チェックリスト
推奨テスト計画:
make deploy-dry-runで Gardener agent と2つの skill が配布対象になることを確認するrole-gardenerから Gardener agent を起動できることを確認するその他気になることや相談ごと
PR 前 Reviewer で最初に検出された Claude agent 欠落、再帰委譲、安全な pull / push の既定、role 入口の責務重複は対応済みです。再レビューでは High / Medium / Low の残存指摘はありません。