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.
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.
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>
inknos
left a comment
There was a problem hiding this comment.
Went through it again and with more attention. I am ok to move on with this and merge it once the .cursorignore comment is addressed :)
There was a problem hiding this comment.
https://cursor.com/docs/context/ignore-files#files-ignored-by-default
Cursor automatically ignores files in .gitignore
No need to add this file unless some specific files need to be left untouched just by cursor
| DEBUG=0 # Debug mode | ||
| ``` | ||
|
|
||
| ### Version-Specific Testing |
There was a problem hiding this comment.
What about rootless vs. rootful testing?
|
|
||
| ## Testing Guidelines | ||
|
|
||
| ### Test Structure |
There was a problem hiding this comment.
Maybe we should mention tmt and packit?