mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-08 02:03:34 +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-command-or-agentic-workflow: Adds a new command or agentic workflow to the system, often including new .md command files, agent definitions, and skill orchestrators.
- add-or-update-plugin-marketplace-system: Implements or refines the plugin marketplace system, including registry helpers, CLI scripts, JSON stubs, and documentation.
Review Reminder
- Regenerate this bundle when repository conventions materially change.
- Keep suppressions narrow and auditable.