chore: gitignore tmp/#1780
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds a new test-planning CLI and README under ChangesTest-planning pipeline
Temporary Directory Ignore Configuration
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Comment |
# Conflicts: # .gitignore
Summary
tmp/to.gitignoreso local scratch output isn't tracked.Problem
tmp/directory has been used for local scratch artifacts and keeps showing up as untracked ingit status, creating noise and risk of accidentally committing local-only output.Solution
tmp/to the repo.gitignore.Submission Checklist
Impact
Related
AI Authored PR Metadata (required for Codex/Linear PRs)
Linear Issue
Commit & Branch
Validation Run
Validation Blocked
command:N/Aerror:N/Aimpact:N/ABehavior Changes
tmp/directory in gitParity Contract
Duplicate / Superseded PR Handling
Summary by CodeRabbit
Chores
New Features
Documentation