Skip to content

chore: gitignore .docs-review-cache/ (docs-review-bot one-time setup)#261

Open
Luis85 wants to merge 1 commit into
developfrom
chore/docs-review-cache-gitignore
Open

chore: gitignore .docs-review-cache/ (docs-review-bot one-time setup)#261
Luis85 wants to merge 1 commit into
developfrom
chore/docs-review-cache-gitignore

Conversation

@Luis85

@Luis85 Luis85 commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds .docs-review-cache/ to .gitignore — the docs-review-bot writes its per-run issue body there before calling gh issue create, then the directory is gitignored so the working tree stays clean after each run.
  • One-time setup step required by docs/docs-review-bot/PROMPT.md (same pattern as .review-fix-cache and .plan-recon-cache/ already present in .gitignore).

Test plan

  • git status on develop after next docs-review-bot run shows no untracked files.
  • .gitignore change has no effect on CI (no source files affected).

https://claude.ai/code/session_01CaNfC8rSy46i28YsJ6KvVR


Generated by Claude Code

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
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.

2 participants