From a5e40ef0f74b097fc2d22de4e52ac6ff73c3d221 Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:44:30 +0000 Subject: [PATCH] feat: add everything-claude-code ECC bundle (.claude/rules/everything-claude-code-guardrails.md) --- .claude/rules/everything-claude-code-guardrails.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/rules/everything-claude-code-guardrails.md b/.claude/rules/everything-claude-code-guardrails.md index 842d22c4..e263815a 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, feat, docs, test. +- Prefer `conventional` commit messaging with prefixes such as feat, fix, docs, test. - Keep new changes aligned with the existing pull-request and review flow already present in the repo. ## Architecture @@ -26,7 +26,7 @@ Generated by ECC Tools from repository history. Review before treating it as a h - database-migration: Database schema changes with migration files - feature-development: Standard feature implementation workflow -- add-or-update-skill: Adds a new skill or updates an existing skill's documentation and implementation. +- add-or-update-skill: Adds or updates a skill in the ECC system, including documentation and provenance. ## Review Reminder