add support for AI agents#2166
Open
MichaelMraka wants to merge 1 commit into
Open
Conversation
Reviewer's GuideAdds an AGENTS.md guide that documents patchman-engine’s architecture, components, workflows, and development practices specifically for AI coding agents, without changing application code or behavior. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="AGENTS.md" line_range="475" />
<code_context>
+| `platform.content-sources.template` | Listener | Template assignments |
+| `patchman.evaluator.upload` | Evaluator-Upload | Newly uploaded systems |
+| `patchman.evaluator.recalc` | Evaluator-Recalc | Re-evaluation after sync |
+| `patchman.evaluator.user-evaluation` | Evaluator-User | User-initiated evaluations |
+
+### Produced Topics
</code_context>
<issue_to_address>
**issue (typo):** Align the consumer component name with the earlier "Evaluator-User-Evaluation" naming to avoid confusion.
This component is previously named "Evaluator-User-Evaluation"; here it’s "Evaluator-User". Please use a single, consistent name (e.g., "Evaluator-User-Evaluation") so it’s clear this is the same component.
```suggestion
| `patchman.evaluator.user-evaluation` | Evaluator-User-Evaluation | User-initiated evaluations |
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2166 +/- ##
==========================================
- Coverage 59.21% 59.18% -0.04%
==========================================
Files 136 136
Lines 8781 8781
==========================================
- Hits 5200 5197 -3
- Misses 3035 3038 +3
Partials 546 546
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c2ab200 to
85e596c
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.
Secure Coding Practices Checklist GitHub Link
Secure Coding Checklist
Summary by Sourcery
Add internal documentation for using AI coding agents in this repository, describing system architecture, components, workflows, and development practices.
Documentation: