feat: post-compact re-anchors on conventions via /recall pointer - #106
Merged
Conversation
There was a problem hiding this comment.
{
"verdict": "approve",
"summary": "PR adds a documentation-only change: a new optional section in `commands/post-compact.md` guiding operators to emit a `/recall` pointer after re-arm, and a corresponding CHANGELOG entry with the correct `feat:` prefix. No code, no violations found.",
"comments": [],
"concerns_addressed": [
"correctness: drift-risk evaluation — the 'optional' step is purely instructional; the conditional skip logic is not implemented in this PR, so there is nothing to review for edge cases. The concern was about runtime code that does not exist here."
]
}
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.
Post-compact restores state (carry-over items, watchers, next actions) but not rule-awareness — the summarized context after
/compactis exactly the drift trigger/recallexists for.Adds an optional one-line pointer after the re-arm step:
📌 Conventions: run /recall if you feel drifted — re-reads global + project CLAUDE.md.Follow-up task: [[Post-Compact Restores State but Not Rule-Awareness]]