docs(.agent/memories): session 2026-05-27 feedback + pitfall learnings#3215
Merged
Conversation
Four operational learnings captured during the Wave 4 reconciliation session. Routed to Navigator memory per project CLAUDE.md (auto-memory deprecated). - feedback_use_worktree_for_reconciliation — don't operate from main repo's checked-out feature branch for multi-branch work; create a worktree - feedback_no_apologies_just_working_project — verify build/tests after every change; lead with technical fact not reassurance - feedback_check_state_before_designing — run the check once before designing a recurring monitor; don't make work for non-problems - pitfall_verify_branch_before_destructive_ops — pwd + git status + READ output before any rm / checkout -- / branch delete in main repo
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
2 tasks
alekspetrov
added a commit
that referenced
this pull request
May 29, 2026
Captures the flow established during the 2026-05-27 Wave 4 reconciliation session: audit before wipe, classify each file vs origin/main, work in a fresh worktree, tar-backup before destructive ops, one PR per task, defer new code to Pilot via GH issues. Includes the hardened pitfall table — patterns that broke the build mid- session and the mitigations that prevent recurrence. Cross-links the four session feedback/pitfall memories that landed in #3215. Expected use: any future session that walks into untracked files + diverged branches + "what is actually shipped vs draft?" confusion.
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
Four operational learnings captured during the Wave 4 reconciliation session, routed to Navigator memory per project CLAUDE.md (auto-memory deprecated for new writes).
Test plan