Keep approved fix-later items in every status update - #739
Merged
Conversation
This was referenced Sep 17, 2026
Owner
Author
|
This pull request is part of a Mergify stack:
|
This was referenced Sep 17, 2026
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
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/never-resolve-conflict-taking-one-side-s-whole--6c4fab6a
branch
from
September 17, 2026 00:49
047448a to
5b27b14
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/never-resolve-conflict-taking-one-side-s-whole--6c4fab6a
branch
from
September 17, 2026 04:37
5642a01 to
462018d
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/never-resolve-conflict-taking-one-side-s-whole--6c4fab6a
branch
from
September 17, 2026 04:55
462018d to
ef089ee
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:55
edebaff to
07a35ef
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/never-resolve-conflict-taking-one-side-s-whole--6c4fab6a
branch
from
September 17, 2026 05:11
ef089ee to
bf3fe1e
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:11
07a35ef to
a956a8a
Compare
EdbertChan
force-pushed
the
stack/EdbertChan/feat/memory-rules-into-catstack/never-resolve-conflict-taking-one-side-s-whole--6c4fab6a
branch
from
September 17, 2026 05:25
bf3fe1e to
937de7d
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
A recap that lists only finished work makes the deferred half disappear. Add the learned rule and a test that pins it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Change-Id: Ifec2cad4fd573aee970dd3c6b7839cd19192302a
EdbertChan
changed the base branch from
stack/EdbertChan/feat/memory-rules-into-catstack/never-resolve-conflict-taking-one-side-s-whole--6c4fab6a
to
main
September 17, 2026 05:40
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
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
Owner
Author
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 7 minutes 9 seconds in the queue, including 6 minutes 44 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 follows a set of house rules for how it works with you. One rule now covers work you agreed to put off.
Say you tell the agent to fix a thing later. Its next update lists only what got done, so the put-off thing drops out of sight.
Now the agent keeps it on the list. Every update and wrap-up shows it, marked still open. It stays until the work is done or you drop it.
Review Claim
The learned working-style rules keep approved deferred items visible until closed.
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_deferred_items_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