docs(#2988): add guidance for adding plugins to existing workspaces - #2989
docs(#2988): add guidance for adding plugins to existing workspaces#2989fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
Add a new "Adding a Plugin to an Existing Workspace" subsection to AGENTS.md under "Working with Workspaces". This addresses a gap that caused PR #2977 to fail /publish: the code agent verified plugin existence at the upstream repo's HEAD (via --depth 1 clone) instead of at the pinned repo-ref in source.json. The new section instructs agents to: 1. Read source.json to get the pinned repo-ref 2. Verify the plugin exists at that ref using the GitHub API 3. Update repo-ref if the plugin is missing at the current ref 4. Check repo-backstage-version consistency when updating refs 5. Add the plugin entry and metadata following existing patterns Closes #2988
|
Hi @fullsend-ai-coder[bot]. Thanks for your PR. I'm waiting for a redhat-developer member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|



Add a new "Adding a Plugin to an Existing Workspace" subsection to AGENTS.md under "Working with Workspaces". This addresses a gap that caused PR #2977 to fail /publish: the code agent verified plugin existence at the upstream repo's HEAD (via --depth 1 clone) instead of at the pinned repo-ref in source.json.
The new section instructs agents to: 1. Read source.json to get the pinned repo-ref 2. Verify the plugin exists at that ref using the GitHub API 3. Update repo-ref if the plugin is missing at the current ref 4. Check repo-backstage-version consistency when updating refs 5. Add the plugin entry and metadata following existing patterns
Closes #2988
Post-script verification
agent/2988-agents-md-add-plugin-guidance)c2c1dfe6312cd8b965b696945aa8bacdbe3c6ffc..HEAD)