Skip to content

fix(land): make tmp file cleanup mandatory#26

Closed
eumaninho54 wants to merge 1 commit into
mainfrom
fix/land-cleanup
Closed

fix(land): make tmp file cleanup mandatory#26
eumaninho54 wants to merge 1 commit into
mainfrom
fix/land-cleanup

Conversation

@eumaninho54

Copy link
Copy Markdown
Member

🚀 Summary

Make the .claude/.aiworkers-context.tmp deletion step in the /land command non-optional. Previously the orchestrator could skip the cleanup step, leaving a stale .tmp file behind.

Type of change

  • feat — new feature
  • fix — bug fix
  • docs — documentation
  • refactor — code restructuring
  • chore — maintenance
  • ci — CI/CD
  • release — new version

📝 Changes

  • Marked step 4 (delete temp file) as MANDATORY with bold heading
  • Switched from rm to rm -f so it never errors if the file is already gone
  • Added a "Do not proceed without confirming this ran" guard
  • Strengthened the Rules section with Always emphasis

🧪 Testing

  • Existing tests pass
  • New tests added (if applicable)
  • Tested manually

🎟️ Related Tickets

  • Related Issue #
  • Closes #

Use rm -f and mark step as non-optional so the orchestrator
always deletes .claude/.aiworkers-context.tmp after /commit.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

This PR has been closed automatically. Only release/vX.Y.Z branches may target main. Please retarget this PR to a release branch.

@github-actions github-actions Bot closed this May 1, 2026
@eumaninho54 eumaninho54 deleted the fix/land-cleanup branch May 1, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant