feat(01KW5WMS): Maintainer-feedback GitHub links (both review-time and live-session) file to the Flow plugin's own repo, not the cwd project's repo (#448)#453
Merged
jackmcintyre merged 1 commit intoJun 29, 2026
Conversation
…d live-session) file to the Flow plugin's own repo, not the cwd project's repo (#448) Retargets both maintainer-feedback GitHub link paths (reviewMaintainerInbox review-time link and recordMaintainerFeedback live-session link) from the cwd-bound resolveGhRepoIdentity to a new resolvePluginRepoIdentity function that reads the standard npm repository field from the plugin's own mcp-server/package.json. Adds the repository field to that package.json. Both paths now file against jackmcintyre/crew from any operator project. Fails soft to no-link when the field is absent. Non-maintainer gh-issue paths (write-native-story etc.) are unchanged.
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.
What changed
Maintainer-feedback GitHub links (both review-time and live-session) file to the Flow plugin's own repo, not the cwd project's repo (#448)
This change delivers the following acceptance criteria:
repositoryfield, When either link path resolves the plugin repo identity at runtime, Then it reads that field; and when the field is absent it fails soft to no-link rather than falling back to cwd's gh origin.Why
As an operator, I want every maintainer-feedback GitHub link - both the review-time inbox link and the live-session link raised during a run - to file against the Flow plugin's own repo, not whatever project repo is the cwd, so that maintainer findings - which are Flow bugs by construction - land in the right tracker from any project I run Flow in, without me hand-editing the URL.
How to check it yourself
Risk and blast radius
Risk tier: medium
The change is scoped to the files in the diff below. Review the diff to judge its actual blast radius — including any effect on shared state, data schemas, or authentication paths — before approving.
What is explicitly not covered: reviewer verification of this summary's accuracy is handled by a separate companion story.
Evidence
The pre-pull-request build-and-test gate passed before this pull request was opened. No pull request can be opened by the automated flow unless both
pnpm buildandpnpm testexit 0 in the developer's working directory.Per-criterion covering checks:
plugins/flow/mcp-server/src/tools/__tests__/review-maintainer-inbox.test.ts(automated test)plugins/flow/mcp-server/src/tools/__tests__/record-maintainer-feedback.test.ts(automated test)plugins/flow/mcp-server/src/tools/__tests__/review-maintainer-inbox.test.ts(automated test)plugins/flow/mcp-server/src/tools/__tests__/review-maintainer-feedback.test.ts(automated test)Story: native:01KW5WMS33XC463QM60AXDGK81
Spec: .flow/native-stories/01KW5WMS33XC463QM60AXDGK81.md
ACs:
repositoryfield, When either link path resolves the plugin repo identity at runtime, Then it reads that field; and when the field is absent it fails soft to no-link rather than falling back to cwd's gh origin.Retarget maintainer-feedback GitHub links to the plugin's own repo via package.json repository field
Closes #448