Problem Statement
Evaluation should exclude files in .gitignore by default, without the need to hard-code any specific files, so it does not fail on any unknown/project-specific layout.
Proposed Solution
Global variable can be populated with .gitignore content before any checks are run and it is reused in all places where applicable (with path evaluation like starts_with for directories.
Use Cases
Describe specific use cases where this feature would be valuable.
- e.g. project is using unknown/custom local place for Python packages.
- no need to open PR in Agentready to exclude files from specific check
- no need to adjust project for exact match
Acceptance Criteria
Priority
How important is this feature to you?
Problem Statement
Evaluation should exclude files in
.gitignoreby default, without the need to hard-code any specific files, so it does not fail on any unknown/project-specific layout.Proposed Solution
Global variable can be populated with
.gitignorecontent before any checks are run and it is reused in all places where applicable (with path evaluation likestarts_withfor directories.Use Cases
Describe specific use cases where this feature would be valuable.
Acceptance Criteria
.gitignoreis ignored by Agentready evaluationPriority
How important is this feature to you?