-
Notifications
You must be signed in to change notification settings - Fork 124
Add AI agent support #610
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
base: main
Are you sure you want to change the base?
Add AI agent support #610
Conversation
jwhonce
commented
Dec 11, 2025
- Add AGENTS.md
- Ignore IDE history cache
* Ignore IDE history cache Signed-off-by: Jhon Honce <jhonce@redhat.com>
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.
Pull request overview
This pull request adds comprehensive documentation for AI agents working with the podman-py project, along with configuration for IDE and build artifact exclusions.
- Introduces AGENTS.md with detailed project setup, testing, and development guidelines for AI agents
- Updates .gitignore to exclude IDE history cache (.history/) and documentation build directory (_build/)
- Adds .cursorignore file to help AI agents focus on source code by excluding build artifacts, virtual environments, and IDE-specific files
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| AGENTS.md | Comprehensive documentation guide for AI agents covering project setup, testing, code style, and development workflow |
| .gitignore | Adds exclusions for IDE history cache and documentation build artifacts |
| .cursorignore | New file specifying directories and files for AI agents to exclude from indexing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
inknos
left a comment
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.
just couple of comments on a quick scan, I'll add more in a second round
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Signed-off-by: Jhon Honce <jhonce@redhat.com>