機能: ループを自発提案+判定自動で回す(ユーザーにコマンドを叩かせない)#12
Merged
Merged
Conversation
明示依頼を待たず提案し、非破壊の判定・状態管理は確認なしで自動実行。 外向き/破壊的な工程(Edit・dango-ship・escalate)でだけ人間に確認する。 - dango-run: 自発提案を「いつ呼ぶか」に追加、自律度セクションを新設して 確認なし自動と要確認の線引きを明記、原則を整合 - dango-review: verdict を確認なし自動実行と明記 - claude-md-section: 全セッションに載る提案トリガを強化 - CLAUDE.md: 注入ガイドの更新は git pull 後に install 再実行が要る旨を追記 Co-Authored-By: Claude Opus 4.8 <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.
背景
フィードバックループの判定はコード化できた(#11)が、回す入口がユーザーの明示依頼(
dango-run起動)頼みだった。「毎回ユーザーがコマンドを叩くとは思えない」ため、自発的に提案し、非破壊の判定・状態管理は自動で回す。自律度の方針(提案は自発・判定は自動・変更は確認)
dango-review/dango-runを提案verdict/gate/gate --reset/decide/logなど~/.dango-pack配下を読み書きするだけの非破壊操作、レビュー点検そのものEdit(修正適用)・dango-ship(コミット/PR)・外部公開、およびaction=escalate変更
dango-run: 「いつ呼ぶか」に自発提案を追加/自律度セクションを新設して線引きを明記/原則を整合dango-review:verdictを確認なし自動実行と明記templates/claude-md-section.md: 全セッションに載る提案トリガを強化CLAUDE.md: 注入ガイドの更新はgit pull後にinstall再実行が要る旨を追記配布
git pullで即反映install再実行で更新(マーカー差し替えで冪等)確認
node bin/validate.mjs→ ✓ 7役割🤖 Generated with Claude Code