Skip to content

chore: gitignore local research and iteration artifacts - #11

Merged
ZhenghuaBao merged 1 commit into
mainfrom
chore/gitignore-local-research-artifacts
Jul 24, 2026
Merged

chore: gitignore local research and iteration artifacts#11
ZhenghuaBao merged 1 commit into
mainfrom
chore/gitignore-local-research-artifacts

Conversation

@ZhenghuaBao

@ZhenghuaBao ZhenghuaBao commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Orca-Code-Review — push 1

Severity Count
P0 0
P1 0
P2 0
P3 0

Tier: STRONG (final pass) — pass

✅ no blocking findings

Summary

Add explicit .gitignore entries for three folders / file patterns that live locally next to the action for convenience while iterating but must not land in this public repo via an accidental git add -A:

  • docs/reports/ — local weekly notes
  • feedbacks/ — local reviewer transcripts and adjudication scratch
  • rules/*.draft.md — WIP severity / conventions rules

Anything intended to ship should live in a tracked, generically-worded file (README.md, docs/**, rules/*.md, etc.).

Test plan

  • git check-ignore -v confirms all three paths resolve to the new rules
  • No previously-tracked file becomes ignored (only untracked local paths are affected)

🤖 Generated with Claude Code

Local reviewer transcripts, draft prompts, and week-by-week notes live
next to the action for convenience while iterating, but must not land in
this public repo via an accidental `git add -A`. Add explicit ignores
for the three known folders / file patterns:

- docs/reports/     — local weekly reports
- feedbacks/        — local review transcripts and adjudication scratch
- rules/*.draft.md  — WIP severity / conventions rules

Anything intended to ship should live in a tracked, generically-worded
file (README, docs/, rules/*.md).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ZhenghuaBao
ZhenghuaBao merged commit 5f7ca26 into main Jul 24, 2026
1 check passed
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