Merge pull request #1073 from niklas-wortmann/junie

feat: add Junie agent integration
This commit is contained in:
Steve Yegge
2026-01-13 13:06:18 -08:00
committed by GitHub
7 changed files with 1073 additions and 0 deletions
+6
View File
@@ -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.