docs(trustguard): GitHub Copilot is a real collector type - #219
Merged
NTSergiVidal merged 1 commit intoSep 8, 2026
Conversation
Correction. The previous PR claimed there was no GitHub Copilot entry in the catalog and told readers to ask NeuralTrust to enable one. That is wrong: the entry exists and ships in the console today. The mistake was auditing the app repo against origin/develop while the deployed console runs main, and `fix(collectors): add GitHub Copilot to the collectors catalog (#3496)` landed on main without a back-merge to develop. It is the only difference between the two in that file. The catalog therefore holds twenty collector types, not nineteen, with five in the AI assistants & coding agents group. Restores the real console path on the Copilot page, adds it to the overview table and the group count, and drops it from the list of integrations that are not collector types. Also aligns the Inference Hooks description with the console card, which says Claude chat and Cowork — Claude Code has its own catalog entry.
Trivy code scan — HIGH/CRITICALNo HIGH or CRITICAL vulnerabilities found. (run) |
NTSergiVidal
deleted the
sergividal/run-1283-copilot-collector-exists
branch
September 8, 2026 12:23
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.
Correction to #218. It claimed there was no GitHub Copilot entry in the catalog and told readers to ask NeuralTrust to enable one. That is wrong — the entry ships in the console today, as the catalog screenshots show.
What I got wrong
I audited the app repo against
origin/develop, but the deployed console runsmain.fix(collectors): add GitHub Copilot to the collectors catalog (#3496)landed onmainand was never back-merged todevelop, and it is the only difference between the two branches incollectorProviders.ts.I even checked the app checkout was current before trusting it — but "current" for the product means
main, notdevelop. Same class of re-baseline error I had just flagged for the docs repo, made in the other direction.The real catalog
Changes
github-copilot.mdx— restores the real path,Catalog → AI assistants & coding agents → GitHub Copilot, replacing the false "no entry yet, ask NeuralTrust" claim.trustguard/overview.mdx— Copilot added to its group, nineteen → twenty, and removed from the "not collector types" paragraph.collectors.mdx— twenty types, the group's count 4 → 5, and Copilot dropped from the not-a-collector note.source.applicationvalues on the Claude Enterprise page are unchanged and still correct.Verification
Now run against the catalog extracted from app
main, not develop:0 broken catalog breadcrumbs,
check-navigation.pypasses with 169 entries.Worth fixing outside the docs
#3496is on appmainbut not on appdevelop, so the next develop→main release could drop GitHub Copilot from the catalog again. Someone on the app side should back-merge it.