fix: configure custom agent nicknames - #108
Merged
Merged
Conversation
nickname_candidates を role 定義へ移した。 scount.toml の typo を修正した。 検証: git diff --check と deploy dry-run 成功(external skills 込みの make deploy-dry-run は GitHub 接続失敗)。
TOML table scope による agents.worker 配下への誤配置を防いだ。 TOML解析と 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.
Custom agent の nickname 設定を role 定義へ移行
Summary
Codex の現行設定 schema に合わせて、custom agent の
nickname_candidatesを各 standalone agent ファイルからcodex/config.tomlの[agents.<role>]へ移しました。主な変更点:
[agents.<role>]として登録config_fileと3件のnickname_candidatesを設定scount.tomlをscouter.tomlへリネームし、関連ドキュメントを更新やったこと
nickname_candidatesを削除codex/config.tomlに role 定義と nickname 候補を集約default_permissionsが TOML の root 設定に残るよう配置を修正AGENTS.mdとcodex/README.mdの設定場所・ファイル名を更新動作確認
git diff --checkmake deploy-dry-run(外部 skill 取得時の GitHub 接続失敗により未完了)レビュー & 動作確認 チェックリスト
config_fileが配布後の agent ファイルを参照することdefault_permissionsが root 設定として維持されること推奨テスト計画:
make deploy-dry-runで配布予定を確認するmake deploy後に Codex を再起動するその他気になることや相談ごと
完全な
make deploy-dry-runは、外部 skill リポジトリへの GitHub 接続が失敗したため完了していません。外部 skill を除いた repository 内ファイルの deploy dry-run は成功しています。