Skip to content

Conversation

@dyoshikawa
Copy link
Owner

Summary

  • add Kilo Command implementation to map Kilo Code workflows to Rulesync commands
  • include Kilo workflows in gitignore patterns, docs, and command processing support
  • add comprehensive tests covering Kilo workflows and updated processor behavior

Testing

  • pnpm cicheck

Codex Task

Copilot AI review requested due to automatic review settings January 3, 2026 11:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for Kilo Code workflows as commands in Rulesync, enabling users to sync workflow files between .kilocode/workflows/ (project) or ~/.kilocode/workflows/ (global) and Rulesync's unified command system.

Key changes:

  • Implements KiloCommand class to handle Kilo Code workflow files as Rulesync commands
  • Integrates Kilo workflows into the commands processor with project and global mode support
  • Updates gitignore patterns and documentation to include Kilo workflows

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/features/commands/kilo-command.ts New KiloCommand class implementation with methods for converting between Kilo workflows and Rulesync commands
src/features/commands/kilo-command.test.ts Comprehensive test suite covering all KiloCommand methods and use cases
src/features/commands/commands-processor.ts Adds "kilo" to the supported tool targets and registers KiloCommand factory with appropriate metadata
src/features/commands/commands-processor.test.ts Updates test mocks and expected target lists to include "kilo"
src/cli/commands/gitignore.ts Adds .kilocode/workflows/ to gitignore patterns
src/cli/commands/gitignore.test.ts Updates tests to verify .kilocode/workflows/ is included in generated gitignore
README.md Updates feature matrix to show Kilo Code commands support and adds documentation for .kilocode/workflows/*.md

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Add goose CLI installation
- Remove opencommit and bunfig.toml configuration
- Remove duplicate Kilo Code documentation section from README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@dyoshikawa dyoshikawa merged commit eb0ed0d into main Jan 3, 2026
9 checks passed
@dyoshikawa dyoshikawa deleted the codex/add-commands-support-to-workflows branch January 3, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant