docs(rules): 実装エージェントのモデル選択をリスクベースの明示指定にする - #70
Open
gotomts wants to merge 1 commit into
Open
Conversation
Opus 固定の記述をやめ、判断量とリスクでモデルを選ぶ規範に置き換える。 `--model` には `'claude-opus-5[1m]'` のような完全なモデル ID を渡すことを 求め、曖昧な alias 依存を排す。利用可能性と用途は起動 skill の用途表で 確認させ、規範側にモデル別の用途を二重定義しない。 人がインタラクティブに起動する `claude` の `/model` 選択は対象外とする。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
概要
Hermes が起動する Claude Code セッションのモデル選択規範を、リスクベースの明示指定に置き換える。SSOT は
claude/rules/orchestrator.md、claude/hermes/SOUL.mdはscripts/build-agent-rules.zshによる生成物。変更内容
claude/rules/orchestrator.mdの「実装エージェントのセッション運用」から Opus 固定の記述を外し、以下の 4 点に置き換えた。--modelに完全なモデル ID を渡し、選んだ ID を指示に書く。曖昧な alias に依存しない。コンテキスト容量などのサフィックスも ID の一部なので落とさず、'claude-opus-5[1m]'のように zsh の glob 展開を避けてシングルクォートで囲む/model選択に干渉しない: この規範は Hermes が起動する Claude Code セッションに適用する。人がclaudeをインタラクティブに起動する場合の/modelによる選択は妨げないclaude/AGENTS.mdは orchestrator フラグメントを含まないため変更なし。検証
zsh scripts/build-agent-rules.zshzsh scripts/build-agent-rules.zsh --checkagent-rules-checkと同一の検証)このリポジトリに markdown 用の linter / formatter は設定されていない(
.editorconfigのみ)。変更は markdown 2 ファイルのため、nix-check/setup-checkは paths filter の対象外。レビュー
🤖 Generated with Claude Code