From 20e8969db9dbe2acd75b5639ec3dfaf80c94739d Mon Sep 17 00:00:00 2001 From: Viet Tran Date: Wed, 3 Dec 2025 10:53:37 +0700 Subject: [PATCH] docs: update sync rules to include cli/assets (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add rule to sync data/scripts to cli/assets/.shared/ - Add rule to copy all skill folders to cli/assets/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index e747e15..871fceb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -50,8 +50,9 @@ The search engine uses BM25 ranking combined with regex matching. Domain auto-de When modifying files, keep all agent workflows in sync: -- **Data & Scripts** (`data/`, `scripts/`): Copy changes to `.shared/ui-ux-pro-max/` +- **Data & Scripts** (`data/`, `scripts/`): Copy changes to `.shared/ui-ux-pro-max/` and `cli/assets/.shared/ui-ux-pro-max/` - **SKILL.md**: Update corresponding files in `.agent/`, `.cursor/`, `.windsurf/` +- **CLI assets**: Copy all skill folders to `cli/assets/` (`.claude/`, `.cursor/`, `.windsurf/`, `.agent/`, `.shared/`) ## Prerequisites