chore: untrack gitnexus-generated agent files - #590
Merged
Conversation
These files were generated by `gitnexus analyze` as a side effect of indexing this repository. They are development-loop private tooling output, not product code, and carry no secrets. They are removed from tracking going forward via .gitignore; history is deliberately NOT rewritten. Refs #3177
The ignore comment named a private repository and an internal issue number in a public file, which is the same disclosure class this change set exists to remove; the reference is dropped and the guidance kept.
MichaelTaylor3d
commented
Sep 8, 2026
MichaelTaylor3d
left a comment
Contributor
Author
There was a problem hiding this comment.
Verdict: PASS
Re-gate at the final head (this repo's DELETE-group PR, follow-up commit applied):
- Follow-up commit
chore: drop private-repo reference from gitignore commentis the sole new commit after the previously-reviewed head; base is still an ancestor (compare API:ahead,behind=0) — no rebase/force-push/amend. - Follow-up diff touches exactly one file (
.gitignore), one line changed. - Final
.gitignore:grep -c dig_ecosystem= 0, no#3177reference remains. - Rest of the gitnexus-ignore block intact:
/AGENTS.md,/CLAUDE.md,/.claude/skills/gitnexus/,/.claude/skills/generated/,/.gitnexus/all present (DELETE group keeps/CLAUDE.mdin the block, matching that bothAGENTS.mdandCLAUDE.mdwere 100% generated here and deleted whole). - Cumulative diff vs base: 9 files, matches the table; nothing extraneous.
Known structural constraint: gh pr review --approve fails here ("Can not approve your own pull request" — same identity authored the PR). Posting as `--comment" with the verdict stated explicitly per DIG-Network/dig_ecosystem#3177 review protocol.
Contributor
Author
|
Security re-gate — PASS Verified at final head:
Verdict on the removed content: PRIVATE-BUT-HARMLESS. No live vulnerability found. |
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.
gitnexus analyzewritesAGENTS.md,CLAUDE.mdand.claude/skills/gitnexus/**into the repository it indexes. These are development-loop private tooling output, not product code, and carry no secrets. This PR untracks them and adds a.gitignoreblock so they stay untracked going forward. History is deliberately NOT rewritten.Refs #3177