docs: remove superseded recover-dirty-worktree template (#46) #54

Closed
jcwalker3 wants to merge 1 commits from docs/issue-46-remove-superseded-recovery-template into master
Owner

Closes #46. Corrective cleanup after PR #47 (closed-not-merged) partial landing.

Problem

PR #47's partial landing (commit 00ec883…) left skills/llm-project-workflow/templates/recover-dirty-worktree.md on master. The intended #47 end state replaced it with two more precise templates, which are already present: recover-bad-state.md and worktree-cleanup.md.

Change

  • Delete skills/llm-project-workflow/templates/recover-dirty-worktree.md.
  • No reference updates needed: grep -R "recover-dirty-worktree" README.md docs skills returns nothing (verified before and after the deletion).
  • recover-bad-state.md and worktree-cleanup.md remain present.

Docs-only; no runtime code touched. Narrow diff (single deletion).

Checks

  • git diff --check: clean.
  • grep -R "recover-dirty-worktree" README.md docs skills: no matches.
  • Full suite (isolated worktree): 291 passed, 0 failures, 0 errors (JUnit XML).
  • Secret scan: N/A (deletion only; nothing added).

Process

Isolated worktree: ./scripts/worktree-start docs/issue-46-remove-superseded-recovery-templatebranches/docs-issue-46-remove-superseded-recovery-template.


⚠️ Authored by me — do not self-merge. Needs review by another author. PR #49 untouched.

Closes #46. Corrective cleanup after PR #47 (closed-not-merged) partial landing. ## Problem PR #47's partial landing (commit `00ec883…`) left `skills/llm-project-workflow/templates/recover-dirty-worktree.md` on `master`. The intended #47 end state replaced it with two more precise templates, which are already present: `recover-bad-state.md` and `worktree-cleanup.md`. ## Change - Delete `skills/llm-project-workflow/templates/recover-dirty-worktree.md`. - No reference updates needed: `grep -R "recover-dirty-worktree" README.md docs skills` returns nothing (verified before **and** after the deletion). - `recover-bad-state.md` and `worktree-cleanup.md` remain present. Docs-only; no runtime code touched. Narrow diff (single deletion). ## Checks - `git diff --check`: clean. - `grep -R "recover-dirty-worktree" README.md docs skills`: no matches. - Full suite (isolated worktree): **291 passed, 0 failures, 0 errors** (JUnit XML). - Secret scan: N/A (deletion only; nothing added). ## Process Isolated worktree: `./scripts/worktree-start docs/issue-46-remove-superseded-recovery-template` → `branches/docs-issue-46-remove-superseded-recovery-template`. --- ⚠️ Authored by me — do **not** self-merge. Needs review by another author. PR #49 untouched.
jcwalker3 added 1 commit 2026-07-02 03:33:31 -05:00
Corrective cleanup: PR #47 was closed-not-merged but a partial landing left
skills/llm-project-workflow/templates/recover-dirty-worktree.md on master. The
intended #47 state replaced it with the two more precise templates, which are
already present:
- recover-bad-state.md
- worktree-cleanup.md

Remove the superseded template. No references to recover-dirty-worktree.md
exist in README/docs/skills (verified before and after), so no reference updates
are needed. Docs-only; no runtime code touched.

Full suite 291 passed / 0 failures; git diff --check clean.

Closes #46.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jcwalker3 closed this pull request 2026-07-02 04:41:40 -05:00
jcwalker3 deleted branch docs/issue-46-remove-superseded-recovery-template 2026-07-02 04:41:40 -05:00

Pull request closed

Sign in to join this conversation.