chore(kilo): add project workflow configuration #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/kilo-workflow-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/outside-in-rgrspecialist-agent workflow and supporting microcycle skill.Validation
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.shand.claude/hooks/tdd-guardrail.shhave been removed, indicating a shift from Claude to Kilo for handling these functionalities..claude/settings.jsonhas been deleted, suggesting that its configurations are now managed by Kilo.Kilo Configuration
.kilodirectory, indicating a comprehensive setup for managing project workflows..gitignorefile has been updated to include Kilo-specific paths, ensuring that local Kilo state is not committed.Project Guidance and Rules
AGENTS.mdandkilo.jsonprovide project guidance and configuration, replacing the previous Claude-specific guidance..kilo/rules/and.kilo/skills/, focusing on TDD discipline, security, and toolchain usage.Pre-merge checks