chore: gitignore tier-4 corpus research + .terrain scratch#181
Merged
Conversation
The tier-4/ directory holds the harvested graph used for detector calibration: PR walks, boundary edges, labels, per-repo signal data. These are research scratch — kept local, never published. Without an ignore rule, accidental `git add tier-4/` will sweep in 300+ MB JSONL files and block the push to GitHub (100 MB file limit). Allowlists the small artifacts that ARE legitimate documentation: markdown reports, hand-labeled TSV files, repo URL lists. Also ignores .terrain/snapshots/ + .terrain/cache/ (per-run scratch), and adds /terrain-precision to match the existing /terrain-corpus rule. No tier-4 data files are currently on origin/main; this is purely a forward-looking guard. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
[INFO] Terrain — Informational only
Limitations
Generated by Terrain · Targeted Test ResultsNo tests selected — change affects only non-code files. |
Terrain AI Risk Review
Decision: PASS — AI surfaces are covered. |
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
Why
The tier-4/ directory holds the harvested graph used for detector calibration. Without an ignore rule, accidental `git add tier-4/` sweeps in 300+ MB JSONL files (already triggered a push rejection during the README PR work). These are research scratch — they belong on the local machine that runs the harvest, never on GitHub.
No tier-4 data files are currently on origin/main. This is forward-looking only.
Test plan
🤖 Generated with Claude Code