Conversation
This comment has been minimized.
This comment has been minimized.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
The pull request description is empty. Please update it to include a reference to the issue being addressed, using a format like 'Closes #123' or 'Fixes #456' to automatically link and close the issue upon merging. Kody Rule violation: Ensure PR closes referenced issues |
This comment has been minimized.
This comment has been minimized.
|
The pull request description does not contain a reference to a GitHub issue. To improve tracking and context, please add a closing keyword (e.g., 'Closes #issue_number', 'Fixes #issue_number') or at least an issue mention (e.g., '#issue_number') to the description. Kody Rule violation: Ensure PR closes referenced issues |
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
|
The pull request description is missing a reference to a related issue. Please add a closing keyword like 'Closes #issue_number' or 'Fixes #issue_number' to automatically link and close the issue upon merging. Kody Rule violation: Ensure PR closes referenced issues |
This pull request introduces a new
kodus rulescommand to the CLI, enabling users to manage "Kody Rules" directly from the terminal. Kody Rules are guidelines that the Kodus AI follows during code generation to ensure consistency and quality.Key changes include:
kodus rulesCLI Command: A new top-level command withcreate,update, andviewsubcommands is added.kodus rules create: Allows users to define new Kody Rules with attributes like title, rule content, repository scope (defaults toglobal), severity (low, medium, high, critical; defaults tomedium), scope (file or pull request; defaults tofile), and an optional file path glob pattern (defaults to**/*).kodus rules update: Enables modification of existing Kody Rules by their UUID, allowing updates to any of their attributes.kodus rules view: Provides functionality to list all Kody Rules or fetch specific rules by UUID or repository ID.repositoryId,title,rule(detailed guidance),severity,scope, andpath(glob pattern).rules.service.ts) are implemented to handle the creation, updating, and viewing of Kody Rules on the backend.kodus-kody-rulesskill is now included in the default set of skills synced by Kodus. The skill synchronization mechanism has been updated to support nested files within skill directories, allowing for more comprehensive documentation and instructions for Kody Rules (e.g., separate files for create, update, and view guidelines).README.mdis updated with examples for the newkodus rulescommand, and extensive documentation for Kody Rules and their management is added in.claude/commands/kodus-kody-rules.mdandskills/kodus-kody-rules/.