Problem Statement
Hello,
I've noticed Kilo(Code) support is quite behind.
The integration, from my understanding sits here:
https://github.com/github/spec-kit/blob/main/src/specify_cli/integrations/kilocode/__init__.py
Namely:
- The workflow generation is wrong; instead of
.kilocode/workflows, it should be .kilo/commands.
See here: https://kilo.ai/docs/customize/workflows
- Kilo has a CLI named
kilo, that can be integrated in the check.
I would like to contribute if needed; just point me out to the "how to add an agent" docs and I can fix stuff. 😄
Proposed Solution
Fix all the things!
Alternatives Considered
For now, moving the generated files from .kilocode/workflows to .kilo/commands solves the first problem.
Component
Specify CLI (initialization, commands)
AI Agent (if applicable)
Kilo Code
Use Cases
No response
Acceptance Criteria
No response
Additional Context
No response
Problem Statement
Hello,
I've noticed Kilo(Code) support is quite behind.
The integration, from my understanding sits here:
https://github.com/github/spec-kit/blob/main/src/specify_cli/integrations/kilocode/__init__.py
Namely:
.kilocode/workflows, it should be.kilo/commands.See here: https://kilo.ai/docs/customize/workflows
kilo, that can be integrated in the check.I would like to contribute if needed; just point me out to the "how to add an agent" docs and I can fix stuff. 😄
Proposed Solution
Fix all the things!
Alternatives Considered
For now, moving the generated files from
.kilocode/workflowsto.kilo/commandssolves the first problem.Component
Specify CLI (initialization, commands)
AI Agent (if applicable)
Kilo Code
Use Cases
No response
Acceptance Criteria
No response
Additional Context
No response