Open
Conversation
dralley
reviewed
Feb 23, 2026
dralley
reviewed
Feb 23, 2026
dralley
reviewed
Feb 23, 2026
acc459c to
4e994d1
Compare
1 task
4e994d1 to
e656e5e
Compare
mdellweg
reviewed
Feb 24, 2026
decko
reviewed
Feb 24, 2026
| pulpcore-manager openapi --file api.json | ||
| pulpcore-manager openapi --bindings --component core --file core-api.json | ||
| ``` | ||
| Use the `oci-env` cli to interact with the developer's Pulp instance. It has commands for managing state, running tests, and executing commands against a running Pulp. |
Member
There was a problem hiding this comment.
Should it point to oci-env repo/website so the agent could retrieve the docs and understand how it works?
Contributor
Author
There was a problem hiding this comment.
I did that before in an earlier commit, it didn't do anything 💀. The agent sees that it's a CLI a decides it can figure it out on its own.
e656e5e to
157b92b
Compare
157b92b to
5d38fb8
Compare
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.
Inspiration from this video: https://youtu.be/GcNu6wrLTJc?si=i0An8sEqrhuQs3wi, specifically around 24:50. TLDW: Include as little information as possible and only specify things that the agents struggle to get right because it's not obvious where they can find the info. The rest the agent should be able to find on their own, no need for us to provide pointless context.
📜 Checklist
See: Pull Request Walkthrough