mirror of
https://github.com/github/spec-kit.git
synced 2026-08-03 06:26:30 +08:00
* Add alquimia-ai as new integration: https://alquimia.ai * Fix test cases for alquimia-ai integration. Add alquimia-ai to workflow.yml * Add install url to alquimia-ai integration * Renamed alquimia-ai to alquimia (cli native denomination) * Fix unit tests for alquimia integration * Minor fix in alquimia integration * Fix typos and copilot findings * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update tests cases and lint formatting * Final fixes * Rename alquimia_ai to alquimia module integration * Make cli optional for alquimiia integration * resolve review comments * Fix copilot review * Minor fixes: naming, remove unused code * Update tests cases. Fix issues * Fix unit tests * Add alquimia context to default agent-context extension. Update cli requirment to support workflows * Fix hints (suggestion) * Add Alquimia AI as agent in github issue template. Fix unit tests * Address review comments. Update docs * Update test cases --------- Co-authored-by: Eric Engstfeld <ericengstfeld@Erics-MacBook-Pro.local> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"_comment": "Default coding agent context file per integration, owned by the agent-context extension. Used to self-seed agent-context-config.yml when it declares no context_file/context_files. Keyed by the Spec Kit integration key recorded in .specify/init-options.json. This mapping is independent of the Specify CLI by design.",
|
|
"agents": {
|
|
"agy": "AGENTS.md",
|
|
"alquimia": "ALQUIMIA.md",
|
|
"amp": "AGENTS.md",
|
|
"auggie": ".augment/rules/specify-rules.md",
|
|
"bob": "AGENTS.md",
|
|
"claude": "CLAUDE.md",
|
|
"cline": ".clinerules/specify-rules.md",
|
|
"codebuddy": "CODEBUDDY.md",
|
|
"codex": "AGENTS.md",
|
|
"copilot": ".github/copilot-instructions.md",
|
|
"cursor-agent": ".cursor/rules/specify-rules.mdc",
|
|
"devin": "AGENTS.md",
|
|
"firebender": ".firebender/rules/specify-rules.mdc",
|
|
"forge": "AGENTS.md",
|
|
"gemini": "GEMINI.md",
|
|
"generic": "AGENTS.md",
|
|
"goose": "AGENTS.md",
|
|
"grok": "AGENTS.md",
|
|
"hermes": "AGENTS.md",
|
|
"junie": ".junie/AGENTS.md",
|
|
"kilocode": ".kilocode/rules/specify-rules.md",
|
|
"kimi": "AGENTS.md",
|
|
"kiro-cli": "AGENTS.md",
|
|
"lingma": ".lingma/rules/specify-rules.md",
|
|
"omp": "AGENTS.md",
|
|
"opencode": "AGENTS.md",
|
|
"pi": "AGENTS.md",
|
|
"qodercli": "QODER.md",
|
|
"qwen": "QWEN.md",
|
|
"rovodev": "AGENTS.md",
|
|
"shai": "SHAI.md",
|
|
"tabnine": "TABNINE.md",
|
|
"trae": ".trae/rules/project_rules.md",
|
|
"vibe": "AGENTS.md",
|
|
"windsurf": ".windsurf/rules/specify-rules.md",
|
|
"zcode": "ZCODE.md",
|
|
"zed": "AGENTS.md"
|
|
}
|
|
}
|