mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-05 16:53:29 +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, chore. - 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
- feature-development: Standard feature implementation workflow
- add-new-install-target: Adds support for a new install target (e.g., CodeBuddy, Gemini) to the system, including scripts, manifests, schemas, and tests.
- add-new-skill-or-agent: Adds a new skill or agent to the system, including documentation and registration in manifests.
Review Reminder
- Regenerate this bundle when repository conventions materially change.
- Keep suppressions narrow and auditable.