Search saved memory both ways before a deep dive - #740
Merged
Conversation
This was referenced Sep 17, 2026
Owner
Author
|
This pull request is part of a Mergify stack:
|
2 tasks
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/search-saved-memory-ways-deep-dive--8831f908
branch
from
September 17, 2026 00:49
530799e to
d87909b
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/keep-approved-fix-later-items-status-update--fec2cad4
branch
from
September 17, 2026 00:49
6616ba2 to
6de7950
Compare
Owner
Author
Revision history
|
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/keep-approved-fix-later-items-status-update--fec2cad4
branch
from
September 17, 2026 04:23
6de7950 to
cf6cf76
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/search-saved-memory-ways-deep-dive--8831f908
branch
2 times, most recently
from
September 17, 2026 04:37
839ec4f to
8a9d3d2
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/keep-approved-fix-later-items-status-update--fec2cad4
branch
from
September 17, 2026 04:37
cf6cf76 to
edebaff
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/search-saved-memory-ways-deep-dive--8831f908
branch
from
September 17, 2026 04:55
8a9d3d2 to
a24045c
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/keep-approved-fix-later-items-status-update--fec2cad4
branch
2 times, most recently
from
September 17, 2026 05:11
07a35ef to
a956a8a
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/search-saved-memory-ways-deep-dive--8831f908
branch
from
September 17, 2026 05:11
a24045c to
6e8f18b
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/keep-approved-fix-later-items-status-update--fec2cad4
branch
from
September 17, 2026 05:25
a956a8a to
d4318fe
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/search-saved-memory-ways-deep-dive--8831f908
branch
2 times, most recently
from
September 17, 2026 05:40
d77dae0 to
683d3f3
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/keep-approved-fix-later-items-status-update--fec2cad4
branch
from
September 17, 2026 05:40
d4318fe to
627512e
Compare
An answer already written down costs one read. Add the learned rule and a test that pins it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Change-Id: I8831f9085cdb5fe672f820dbe96186ca5dc74b29
EdbertChan
changed the base branch from
stack/EdbertChan/feat/memory-rules-into-catstack/keep-approved-fix-later-items-status-update--fec2cad4
to
main
September 17, 2026 05:56
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/search-saved-memory-ways-deep-dive--8831f908
branch
from
September 17, 2026 05:56
683d3f3 to
d95242f
Compare
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
Owner
Author
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 7 minutes 53 seconds in the queue, including 7 minutes 25 seconds running CI. Required conditions to merge
|
6 tasks
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.
Summary
The agent checks what it already wrote down before it digs in.
When a question is about setup, safety, or whether some thing exists, it first looks through its saved notes.
It also looks for the flip side of the question: both "X is off" and "X is missing". A note that is already there costs one read.
Review Claim
The learned working-style rules require a two-way memory search before a deep dive.
Review Lane
behavior
Review Unit
corpus-lesson
Safety Invariant
Adds one rule; nothing else changes.
Slice Rationale
One rule and its test. No known prior art is cited.
Non-goals
Test Plan
Test Plan
python3 -m unittest tests.test_check_memory_first_rule: fails before, passes after.github/workflows/ci.ymlran locally on the full stack with rc=0:run_all_tests.sh,check_no_tracked_local_artifacts,check_hook_test_coverage,check_no_silent_hook_except,check_rules_are_wired,check_skills_three_harnesses,check_ecosystem_boundaries,check_skill_file_refs,check_skill_test_coverage,check_skill_test_debt_no_growth,check_skill_trigger_mechanism,check_dora_baseline,check_no_dated_provenance,check_no_new_comments,ruff check . --select E9,F,shellcheck install.shRevert Plan
Revert Plan
git revert <sha>./install.shso installed copies match🤖 Generated with Claude Code