docs(bugreportbutton): repo prop is app-attribution (area-labeled), not target repo (#1104)#3
Merged
Conversation
…#1104) Salvage-anchor stub: after #300 the <BugReportButton> repo prop is the originating-app identity (mapped to an area:* label + filed into the ecosystem queue), NOT a target repo. Reword the JSDoc + README. Refs #1104 Co-Authored-By: Claude <noreply@anthropic.com>
The repo prop identifies the originating app; bugreport.dig.net auto-files reports into DIG-Network/dig_ecosystem with area: labels. Update docs to clarify this attribution role and reference the ecosystem queue, not a target repo field. Co-Authored-By: Claude <noreply@anthropic.com>
MichaelTaylor3d
marked this pull request as ready for review
July 19, 2026 00:31
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.
TLDR
After #300,
api.bugreport.dig.netfiles every auto-report into theDIG-Network/dig_ecosystemqueue and maps the originating app to anarea:*label. So<BugReportButton>'srepoprop now means app-identity / attribution, not "the target repo". Doc-only fix (no code change — the widget still sends its app identity in therepofield).Closes #1104.
Status
🚧 Draft — salvage-anchor stub pushed; doc tweak in progress (cold-repo lane, components 146h idle).
Changes
src/BugReportButton/types.ts:18— reword therepo-prop JSDoc: identifies the originating app; the service files into the ecosystem queue and maps it to anarea:*label.README.md:49— same reword in the props table.Generated by Claude Code