# Everything Claude Code Guardrails Generated by ECC Tools from repository history. Review before treating it as a hard policy file. ## Commit Workflow - 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 - Preserve the current `hybrid` module organization. - Respect the current test layout: `separate`. ## Code Style - Use `camelCase` file naming. - Prefer `relative` imports and `mixed` exports. ## 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-skill-or-agent: Adds a new skill or agent to the codebase, including documentation and configuration. - add-or-update-command: Adds or updates a command file, often for new workflows, review flows, or agent orchestration. ## Review Reminder - Regenerate this bundle when repository conventions materially change. - Keep suppressions narrow and auditable.