docs(adr): ADR-0040 — standing user-turn guidance re-delivered every turn#68
Merged
Merged
Conversation
…turn Records the #54 decision (superseding the 'once per session' delivery in ADR-0007 persona / ADR-0029 skill, refining ADR-0009 P9.2 profile recall): persona, active bundled skill, and the live <user-profile> profile are re-delivered on every user turn so they don't fade; cross-session <recalled-memory> stays once. Safe re: invariant #6 (post cache-breakpoint; demo02_prefix_hash green). Plus the PROGRESS shipped/stubbed/next entry for the session. 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.
Records the prompt-delivery decision from #54 (PR #62) as ADR-0040.
Decision: persona (ADR-0007), active bundled skill (ADR-0029), and the live
<user-profile>personalization profile (ADR-0009 P9.2) are now re-delivered on every user turn instead of once per session — so they stop fading mid-conversation. The cross-session<recalled-memory>block stays once per session.Safe re: invariant #6 — all three live in the user turn after the cache breakpoint, so re-delivery never touches the byte-stable frozen prefix (
demo02_prefix_hashverified green). Supersedes the 'once per session' language in ADR-0007/0029; refines ADR-0009 Phase A.Also adds the session PROGRESS entry. Docs-only.
🤖 Generated with Claude Code