Skip to content

Commit 9fdc523

Browse files
committed
merge: resolve conflicts with origin/main (PR #205 overlap)
PR #205 merged the same autoresearch content. Keep our branch versions for files with additional review-round fixes. Apply our two INDEX.json edits (deprecation wording, pairs_with simplification) on top of main's formatting.
2 parents f1690e8 + 250c351 commit 9fdc523

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

agents/INDEX.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,6 @@
112112
"complexity": "Medium",
113113
"category": "meta"
114114
},
115-
"golang-general-engineer-compact": {
116-
"file": "golang-general-engineer-compact.md",
117-
"short_description": "Use this agent for focused Go development with tight context budgets",
118-
"triggers": [
119-
"go",
120-
"golang",
121-
"tight context",
122-
"compact",
123-
"focused go"
124-
],
125-
"pairs_with": [
126-
"go-pr-quality-gate",
127-
"go-testing"
128-
],
129-
"complexity": "Medium-Complex",
130-
"category": "language"
131-
},
132115
"golang-general-engineer": {
133116
"file": "golang-general-engineer.md",
134117
"short_description": "Use this agent when you need expert assistance with Go development, including implementing features,\ndebugging issues, reviewing code quality, optimizing performance, or answering technical questions\nabout Go codebases",
@@ -148,6 +131,23 @@
148131
"complexity": "Medium-Complex",
149132
"category": "language"
150133
},
134+
"golang-general-engineer-compact": {
135+
"file": "golang-general-engineer-compact.md",
136+
"short_description": "Use this agent for focused Go development with tight context budgets",
137+
"triggers": [
138+
"go",
139+
"golang",
140+
"tight context",
141+
"compact",
142+
"focused go"
143+
],
144+
"pairs_with": [
145+
"go-pr-quality-gate",
146+
"go-testing"
147+
],
148+
"complexity": "Medium-Complex",
149+
"category": "language"
150+
},
151151
"hook-development-engineer": {
152152
"file": "hook-development-engineer.md",
153153
"short_description": "Use this agent when developing Python hooks for Claude Code's event-driven system",
@@ -170,7 +170,7 @@
170170
},
171171
"kotlin-general-engineer": {
172172
"file": "kotlin-general-engineer.md",
173-
"short_description": "Use this agent when you need expert assistance with Kotlin development, including implementing\nfeatures, debugging issues, reviewing code quality, optimizing coroutine usage, or answering\ntechnical questions about Kotlin codebases",
173+
"short_description": "Use this agent when you need expert assistance with Kotlin development, including implementing features, debugging issues, reviewing code quality, optimizing coroutine usage, or answering technical questions about Kotlin codebases",
174174
"triggers": [
175175
"kotlin",
176176
"ktor",
@@ -381,7 +381,7 @@
381381
},
382382
"php-general-engineer": {
383383
"file": "php-general-engineer.md",
384-
"short_description": "Use this agent when you need expert assistance with PHP development, including implementing features,\ndebugging issues, reviewing code quality, enforcing security posture, or answering technical questions\nabout PHP codebases",
384+
"short_description": "Use this agent when you need expert assistance with PHP development, including implementing features, debugging issues, reviewing code quality, enforcing security posture, or answering technical questions about PHP codebases",
385385
"triggers": [
386386
"php",
387387
"laravel",
@@ -1142,7 +1142,7 @@
11421142
},
11431143
"swift-general-engineer": {
11441144
"file": "swift-general-engineer.md",
1145-
"short_description": "Use this agent when you need expert assistance with Swift development, including implementing features\nfor iOS, macOS, watchOS, tvOS, visionOS, or server-side Swift (Vapor/Hummingbird), debugging issues,\nreviewing code quality, or answering technical questions about Swift codebases",
1145+
"short_description": "Use this agent when you need expert assistance with Swift development, including implementing features for iOS, macOS, watchOS, tvOS, visionOS, or server-side Swift, debugging issues, reviewing code quality, or answering technical questions about Swift codebases",
11461146
"triggers": [
11471147
"swift",
11481148
"ios",
@@ -1244,8 +1244,7 @@
12441244
"visual regression"
12451245
],
12461246
"pairs_with": [
1247-
"test-driven-development",
1248-
"e2e-testing"
1247+
"test-driven-development"
12491248
],
12501249
"complexity": "Medium-Complex",
12511250
"category": "testing"

0 commit comments

Comments
 (0)