DashboardcraftAlways preserve and systematically re-a…

Always preserve and systematically re-apply changes in a branch-based workflow

Category: preference
Confidence: 0.80
ID: 019fdca6-3916-7466-84ad-4773cbec48a2
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 1
Source session: 1LCorxku9DNLu5w5f
Created: 2026-08-07 14:35:08
Updated: 2026-08-07 14:35:08

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 12d ago

Content

The user follows a strict plan-driven development process for PRs, expecting work to occur on a dedicated branch off master with a todo list derived from an approved plan. When a worktree is deleted or uncommitted changes are lost, they re-create the worktree and re-apply every change phase by phase — source, docs, tests — rather than skipping anything. They also require committing changes to the remote branch so progress persists, and they value preserving plan/untracked files (e.g., .lore.md, .craft-issue-842-plan.md, .opencode/). After re-applying, the user expects validations: tests, typecheck, lint, and build. When reviewing external changes, they inspect diffs in detail before proceeding. This pattern shows the user never tolerates lost work and always wants a meticulous, recoverable, and verifiable workflow.

Move to: