diff --git a/.claude/rules/everything-claude-code-guardrails.md b/.claude/rules/everything-claude-code-guardrails.md index ea62940f..b2cdcb44 100644 --- a/.claude/rules/everything-claude-code-guardrails.md +++ b/.claude/rules/everything-claude-code-guardrails.md @@ -4,7 +4,7 @@ Generated by ECC Tools from repository history. Review before treating it as a h ## Commit Workflow -- Prefer `conventional` commit messaging with prefixes such as fix, test, feat, docs. +- Prefer `conventional` commit messaging with prefixes such as fix, feat, docs, chore. - Keep new changes aligned with the existing pull-request and review flow already present in the repo. ## Architecture @@ -24,9 +24,9 @@ Generated by ECC Tools from repository history. Review before treating it as a h ## Detected Workflows -- database-migration: Database schema changes with migration files - feature-development: Standard feature implementation workflow -- add-language-rules: Adds a new programming language to the rules system, including coding style, hooks, patterns, security, and testing guidelines. +- add-new-install-target: Adds support for a new install target (e.g., Gemini, CodeBuddy) so ECC can be installed on a new platform or IDE. +- add-new-skill-or-agent: Adds a new skill or agent to the ECC system, including documentation and registration. ## Review Reminder