-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Clarify SR vs preview channel mapping in dependency-flow skill #35529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
c6edae0
Clarify SR vs preview channel mapping in dependency-flow skill
8bdac51
Address review feedback: move confirmation gate above command, broade…
fd2ca2d
Address review round 2: tighten RC bullet and sibling-find guidance
fdb1359
Address review round 3: align RC escalation with file's 'tell the use…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Documentation — Two related observations on this RC bullet, both verified against live
darcoutput:Present-tense "map to" overstates current state.
darc get-default-channels --source-repo https://github.com/dotnet/mauishows zero active RC default mappings right now (SR and preview entries are populated, RC rows are empty). The qualifier sentence ("only active during the corresponding pre-release cycle") explains why, but an agent skimming bullets may miss the qualifier.The "find a previous RC sibling" guidance added at line 50 silently fails for RC. SR and preview siblings are findable in
get-default-channelsoutput; RC siblings are not (they're removed after each cycle). An agent that follows the verify-by-sibling guardrail for an RC branch outside an active cycle will get no result and has nothing in the skill telling it to stop rather than guess.This isn't a blocker — the input-validation rule ("Channel names: Must match output from
maestro_default_channels") catches a fabricated channel name before execution, and theadd-default-channelexplicit-confirmation gate ensures a human sees the proposed command. But a small wording tweak would close the residual gap:And correspondingly drop "the previous RC" from the sibling list at line 50 (or replace with the escalation hint above).
Flagged by: 2/3 reviewers (merged: R1 = phrasing certainty 💡, R2 = sibling-guardrail silent failure ❌; severity = 💡 per lower-of-the-two consensus rule). Targets content introduced in commit 8bdac51 in response to round-1 feedback — multi-round self-correction applied.