chore: gitignore .docs-review-cache/ (docs-review-bot one-time setup)#261
Open
Luis85 wants to merge 1 commit into
Open
chore: gitignore .docs-review-cache/ (docs-review-bot one-time setup)#261Luis85 wants to merge 1 commit into
Luis85 wants to merge 1 commit into
Conversation
The docs-review-bot writes its per-run issue body to `.docs-review-cache/` before calling `gh issue create`. The directory is gitignored by convention (mirrors `.review-fix-cache` and `.plan-recon-cache/` already present). First run created the dir; adding the entry so subsequent runs leave a clean working tree. https://claude.ai/code/session_01CaNfC8rSy46i28YsJ6KvVR
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
.docs-review-cache/to.gitignore— the docs-review-bot writes its per-run issue body there before callinggh issue create, then the directory is gitignored so the working tree stays clean after each run.docs/docs-review-bot/PROMPT.md(same pattern as.review-fix-cacheand.plan-recon-cache/already present in.gitignore).Test plan
git statusondevelopafter next docs-review-bot run shows no untracked files..gitignorechange has no effect on CI (no source files affected).https://claude.ai/code/session_01CaNfC8rSy46i28YsJ6KvVR
Generated by Claude Code