Route the three Core :: Machine Learning components to #smart-window-bug-triage - #6789
Open
msujaws wants to merge 1 commit into
Open
Route the three Core :: Machine Learning components to #smart-window-bug-triage#6789msujaws wants to merge 1 commit into
msujaws wants to merge 1 commit into
Conversation
…bug-triage so Smart Window bugs get triaged instead of arriving in a component the agent has no trees for `Frontend` takes `browser/components/genai/` and `browser/components/aiwindow/ui/`, `Models` takes `browser/components/aiwindow/models/`, and `General` takes the rest of `browser/components/aiwindow/` plus `dom/modelcontext/`; `Models` and `General` both declare the models directory, because `moz.build` assigns it to `General` while the bugs about it are filed under `Models`, and the registry reads an identical claim as co-ownership rather than a tie. All three name each other in `related`, since a chat-UI bug filed under `Frontend` routinely localizes into `models/Chat.sys.mjs` and `component_guidance_hook` would otherwise refuse the comment. None of the three gets a doc link: the only `SPHINX_TREES` registration near this code is `toolkit/components/ml/`, which is `Machine Learning: On Device` and not triaged here. Deploy before the matching bugbot change, and confirm #smart-window-bug-triage exists and is public first, since `channel_for` fails closed and a wrong name still lets the comment land with nobody told. 114 tests pass, and 16 more with SOURCE_REPO pointed at a real checkout.
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.
Smart Window work is filed under three Core Machine Learning components the agent has no channel or trees for, so those bugs report to nobody.
moz.buildassignsbrowser/components/aiwindow/models/to the General component while the bugs about that directory are filed under Models, so both claim it and the registry reads the identical claim as co-ownership.Deploy before the matching bugbot change:
channel_forfails closed, so the reverse order posts unattended analyses with nobody told.