Merge pull request #1073 from niklas-wortmann/junie
feat: add Junie agent integration
This commit is contained in:
@@ -90,6 +90,12 @@ var BuiltinRecipes = map[string]Recipe{
|
||||
Description: "Aider config and instruction files",
|
||||
Paths: []string{".aider.conf.yml", ".aider/BEADS.md", ".aider/README.md"},
|
||||
},
|
||||
"junie": {
|
||||
Name: "Junie",
|
||||
Type: TypeMultiFile,
|
||||
Description: "Junie guidelines and MCP configuration",
|
||||
Paths: []string{".junie/guidelines.md", ".junie/mcp/mcp.json"},
|
||||
},
|
||||
}
|
||||
|
||||
// UserRecipes holds recipes loaded from user config file.
|
||||
|
||||
Reference in New Issue
Block a user