feat: instruct reviewer to include GitHub permalinks#959
feat: instruct reviewer to include GitHub permalinks#959jesseturner21 wants to merge 1 commit intoaws:mainfrom
Conversation
Instructs the reviewer to include GitHub permalinks when referencing specific lines of code, making comments easier to navigate.
|
The new instruction says 'include a GitHub permalink' but doesn't specify the format. Without guidance, the reviewer may generate branch-based URLs (e.g. A couple of options:
Without this, the feature will work for the happy path but produce broken links after branches are deleted post-merge. |
Summary
Test plan
workflow_dispatchand verify the reviewer includes links likehttps://github.com/aws/agentcore-cli/blob/<sha>/path/file.ts#L42-L50in comments