Skip to content

Use AGENTS.md as Kilo Code rules output#360

Merged
intellectronica merged 2 commits intomainfrom
copilot/implement-kilo-code-agent
Jan 19, 2026
Merged

Use AGENTS.md as Kilo Code rules output#360
intellectronica merged 2 commits intomainfrom
copilot/implement-kilo-code-agent

Conversation

Copy link
Contributor

Copilot AI commented Jan 19, 2026

Issue summary: Kilo Code should consume rules from AGENTS.md instead of the legacy .kilocode/rules path to align with standard agent outputs. This updates the agent behavior and references accordingly.

  • Kilo Code behavior: write rules to root AGENTS.md using the standard generated marker while preserving MCP/skills support.
  • Docs & tests: refresh README and Kilo Code-related tests to reflect the AGENTS.md output.

Example (updated default output path):

export class KiloCodeAgent extends AgentsMdAgent {
  getDefaultOutputPath(projectRoot: string): string {
    return path.join(projectRoot, 'AGENTS.md');
  }
}
Original prompt

Implement #133 by getting the Kilo Code agent so use AGENTS.md for rules


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: intellectronica <46264+intellectronica@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement Kilo Code agent according to AGENTS.md rules Use AGENTS.md as Kilo Code rules output Jan 19, 2026
Copilot AI requested a review from intellectronica January 19, 2026 11:04
@intellectronica intellectronica marked this pull request as ready for review January 19, 2026 12:07
@intellectronica intellectronica merged commit 27e7551 into main Jan 19, 2026
2 checks passed
@intellectronica intellectronica deleted the copilot/implement-kilo-code-agent branch January 19, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants