feat: add everything-claude-code-conventions ECC bundle (.claude/rules/everything-claude-code-guardrails.md)

This commit is contained in:
ecc-tools[bot]
2026-04-02 03:20:30 +00:00
committed by GitHub
parent 399f75a5f6
commit 21d4f12a6d

View File

@@ -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 or updates a skill module, including documentation and references, and registers it in manifests and documentation.
## Review Reminder