From b8f24d34ace3723fa56f221670f5d87419e5334e Mon Sep 17 00:00:00 2001 From: "ecc-tools[bot]" <257055122+ecc-tools[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:20:33 +0000 Subject: [PATCH] feat: add everything-claude-code-conventions ECC bundle (.claude/commands/feature-development.md) --- .claude/commands/feature-development.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude/commands/feature-development.md b/.claude/commands/feature-development.md index 864a8801..f5261063 100644 --- a/.claude/commands/feature-development.md +++ b/.claude/commands/feature-development.md @@ -14,8 +14,9 @@ Standard feature implementation workflow ## Common Files -- `manifests/*` -- `schemas/*` +- `.opencode/*` +- `.opencode/plugins/*` +- `.opencode/plugins/lib/*` - `**/*.test.*` - `**/api/**`