-
-
Notifications
You must be signed in to change notification settings - Fork 468
Expand file tree
/
Copy pathagents.toml
More file actions
33 lines (25 loc) · 679 Bytes
/
agents.toml
File metadata and controls
33 lines (25 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Whenever you make changes to this file, run the following to update all generated dotagent files
# npx @sentry/dotagents install
# npx @sentry/dotagents sync
version = 1
[[skills]]
name = "dotagents"
source = "getsentry/dotagents"
[[skills]]
name = "sentry-workflow"
source = "getsentry/sentry-for-ai"
[[skills]]
name = "sentry-fix-issues"
source = "getsentry/sentry-for-ai"
[[skills]]
name = "sentry-code-review"
source = "getsentry/sentry-for-ai"
[[skills]]
name = "sentry-pr-code-review"
source = "getsentry/sentry-for-ai"
[[skills]]
name = "create-java-pr"
source = "path:.agents/skills/create-java-pr"
[[skills]]
name = "test"
source = "path:.agents/skills/test"