chore(kilo): add project workflow configuration #32

Merged
jwilger merged 1 commit from chore/kilo-workflow-config into main 2026-05-02 11:40:53 -07:00
Owner

Summary

  • Add project-local Kilo agents, commands, rules, skills, and plugins for auto_review workflows.
  • Add the fine-grained /outside-in-rgr specialist-agent workflow and supporting microcycle skill.
  • Move project guidance from Claude-specific configuration into Kilo configuration and ignore Kilo runtime state.

Validation

  • Kilo config validation passed during file edits.
  • Read back changed workflow files to verify frontmatter and permissions.
  • Rust gates not run because this is a Kilo configuration/documentation change only.
## Summary - Add project-local Kilo agents, commands, rules, skills, and plugins for auto_review workflows. - Add the fine-grained `/outside-in-rgr` specialist-agent workflow and supporting microcycle skill. - Move project guidance from Claude-specific configuration into Kilo configuration and ignore Kilo runtime state. ## Validation - Kilo config validation passed during file edits. - Read back changed workflow files to verify frontmatter and permissions. - Rust gates not run because this is a Kilo configuration/documentation change only.
chore(kilo): add project workflow configuration
All checks were successful
auto_review auto_review: no findings
CI / Nix flake check (pull_request) Successful in 1m42s
41d1577330
auto-review left a comment

This PR transitions the project from Claude to Kilo for workflow management, adding local Kilo agents, commands, rules, skills, and plugins. The changes appear well-structured and focused on enhancing the project's engineering discipline. Ensure that all removed Claude configurations are fully replaced by the new Kilo setup.

Walkthrough

  • Removal of Claude Hooks and Settings

    • .claude/hooks/review-reply-protocol.sh and .claude/hooks/tdd-guardrail.sh have been removed, indicating a shift from Claude to Kilo for handling these functionalities.
    • .claude/settings.json has been deleted, suggesting that its configurations are now managed by Kilo.
  • Kilo Configuration

    • New Kilo agents, commands, and plugins have been added under the .kilo directory, indicating a comprehensive setup for managing project workflows.
    • The .gitignore file has been updated to include Kilo-specific paths, ensuring that local Kilo state is not committed.
  • Project Guidance and Rules

    • AGENTS.md and kilo.json provide project guidance and configuration, replacing the previous Claude-specific guidance.
    • New rules and skills have been defined under .kilo/rules/ and .kilo/skills/, focusing on TDD discipline, security, and toolchain usage.

Pre-merge checks

  • CHANGELOG updated — non-trivial code changed but CHANGELOG.md isn't in the diff
  • Tests touched — test file is in the diff
  • No new TODO/FIXME comments — no new TODO/FIXME markers
This PR transitions the project from Claude to Kilo for workflow management, adding local Kilo agents, commands, rules, skills, and plugins. The changes appear well-structured and focused on enhancing the project's engineering discipline. Ensure that all removed Claude configurations are fully replaced by the new Kilo setup. ## Walkthrough - **Removal of Claude Hooks and Settings** - `.claude/hooks/review-reply-protocol.sh` and `.claude/hooks/tdd-guardrail.sh` have been removed, indicating a shift from Claude to Kilo for handling these functionalities. - `.claude/settings.json` has been deleted, suggesting that its configurations are now managed by Kilo. - **Kilo Configuration** - New Kilo agents, commands, and plugins have been added under the `.kilo` directory, indicating a comprehensive setup for managing project workflows. - The `.gitignore` file has been updated to include Kilo-specific paths, ensuring that local Kilo state is not committed. - **Project Guidance and Rules** - `AGENTS.md` and `kilo.json` provide project guidance and configuration, replacing the previous Claude-specific guidance. - New rules and skills have been defined under `.kilo/rules/` and `.kilo/skills/`, focusing on TDD discipline, security, and toolchain usage. ## Pre-merge checks - [x] CHANGELOG updated — non-trivial code changed but CHANGELOG.md isn't in the diff - [x] Tests touched — test file is in the diff - [x] No new TODO/FIXME comments — no new TODO/FIXME markers
jwilger deleted branch chore/kilo-workflow-config 2026-05-02 11:40:53 -07:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jwilger/auto_review!32
No description provided.