Conversation
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5032 +/- ##
==========================================
+ Coverage 73.71% 73.92% +0.21%
==========================================
Files 497 497
Lines 17966 17966
Branches 3516 3516
==========================================
+ Hits 13244 13282 +38
+ Misses 3858 3830 -28
+ Partials 864 854 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| agents.lock | ||
|
|
||
| # Warden | ||
| .warden/ |
There was a problem hiding this comment.
note: added by npx @sentry/warden init
I believe this directory contains log files.
| [[skills]] | ||
| name = "warden" | ||
| source = "getsentry/warden" | ||
|
|
||
| [[skills]] | ||
| name = "warden-sweep" | ||
| source = "getsentry/warden" |
There was a problem hiding this comment.
note: Agent Skills from https://github.com/getsentry/warden
They were added during npx @sentry/warden init as files in .agents/.
I changed it to use dotagents instead, for consistency.
| # type = "pull_request" | ||
| # actions = ["opened", "synchronize", "reopened"] | ||
|
|
||
| [[skills]] |
There was a problem hiding this comment.
note:
The above was auto-generated via npx @sentry/warden init.
I added the below via npx @sentry/warden add ... as a first set of review skills that get automatically run
- on CI, via the "global"
Wardenworkflow - locally, when running
npx @sentry/wardenagainst pending/uncommitted changes
Summary
Add Warden configuration,
which is picked up by the globally (
getsentryorganization) installedWardenworkflow.Remarks
Replacement for #5026 and #5024.
Closes #4987.
CI
All
getsentryrepos have the "Warden" Workflow installed, which requires the./warden.tomlto run.Workflow run with the configuration of this PR:
Local
Warden - with the
./warden.tomlconfiguration - can also be run locally against pending/uncommitted changed, viaIf the Agent Skills have not been installed / updated locally yet, which are mentioned in
./agents.toml, run