From 1f9d4cca7cdb6fd80932d5057f593cfc2a3a9c25 Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:09:43 +0000 Subject: [PATCH] feat: add everything-claude-code ECC bundle (.claude/rules/everything-claude-code-guardrails.md) --- .claude/rules/everything-claude-code-guardrails.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/rules/everything-claude-code-guardrails.md b/.claude/rules/everything-claude-code-guardrails.md index ea62940f..c08b6346 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. +- refactoring: Code refactoring and cleanup workflow +- add-or-update-skill: Adds a new skill or updates an existing skill in the agents or skills directory, with documentation and registration in manifests. ## Review Reminder