docs(adr): 0006 amendment — wake 判定の cost principle を明文化#26
Merged
Conversation
…nsive resource) Makes explicit why wake decisions live outside model sessions: empty checks don't just consume turns and pollute the visible thread — checks spaced beyond the prompt-cache TTL re-read the whole accumulated context at cold input price on every wake. Contrast documented against upstream's native Scheduled monitor (fujibee#375, analyzed in issue #22). Co-Authored-By: Claude Fable 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.
概要
ADR 0006 に cost principle を追記する docs-only の amendment。
externalize の根拠として既に書かれていた「空チェックのコンテキスト消費+可視チャット汚染」に加え、orange の指摘で明確になった prompt cache 経済の観点を明文化:
対比として上流 fujibee#375 (native Scheduled monitor) を参照: metadata check はシェルだが、check の実行キャリアが可視スレッドのモデルターンなので、空振りごとにこの層が避けるコストを支払う (分析は #22)。
ADR 0006 の
wake.kind統合判断 (Scheduled monitor を kind として位置づけるか) の前提原則になる。🤖 Generated with Claude Code