fix: ignore bootstrapped eval result bundles#15
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 78a3b03596
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| relativePath: "evals/results/.gitignore", | ||
| content: [ | ||
| "# Keep raw eval result bundles local unless a human curates a summary.", | ||
| "*", |
There was a problem hiding this comment.
Allow curated result summaries to be added normally
When a consumer creates a curated summary under evals/results/, this * rule ignores every new file except the two explicit exceptions, so git status hides something like evals/results/summary.md and plain git add evals/results/summary.md is rejected unless the user knows to force-add or edit the ignore file. I verified this with git check-ignore -v, and Git's gitignore docs describe ! as only re-including matching exception paths; this contradicts the generated README/docs policy that humans can commit curated summaries while only raw run bundles stay local.
Useful? React with 👍 / 👎.
Summary
evals/results/.gitignoreduring generic bootstrapVerification
Independent pre-PR review