Skip to content

Commit f4ec450

Browse files
committed
Add Junie agent configuration to specify-cli
1 parent cbfe34a commit f4ec450

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/specify_cli/agents.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ class CommandRegistrar:
7070
"args": "$ARGUMENTS",
7171
"extension": ".md"
7272
},
73+
"junie": {
74+
"dir": ".junie/commands",
75+
"format": "markdown",
76+
"args": "$ARGUMENTS",
77+
"extension": ".md"
78+
},
7379
"kilocode": {
7480
"dir": ".kilocode/workflows",
7581
"format": "markdown",

0 commit comments

Comments
 (0)