mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-05 00:33:27 +08:00
1.2 KiB
1.2 KiB
Everything Claude Code Guardrails
Generated by ECC Tools from repository history. Review before treating it as a hard policy file.
Commit Workflow
- Prefer
conventionalcommit messaging with prefixes such as fix, feat, docs, test. - Keep new changes aligned with the existing pull-request and review flow already present in the repo.
Architecture
- Preserve the current
hybridmodule organization. - Respect the current test layout:
separate.
Code Style
- Use
camelCasefile naming. - Prefer
relativeimports andmixedexports.
ECC Defaults
- Current recommended install profile:
full. - Validate risky config changes in PRs and keep the install manifest in source control.
Detected Workflows
- database-migration: Database schema changes with migration files
- feature-development: Standard feature implementation workflow
- add-or-update-skill-documentation: Adds a new skill or updates existing skill documentation, typically in SKILL.md under skills// or docs//skills//SKILL.md.
Review Reminder
- Regenerate this bundle when repository conventions materially change.
- Keep suppressions narrow and auditable.