docs: update sync rules to include cli/assets (#13)

- 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 <noreply@anthropic.com>
This commit is contained in:
Viet Tran 2025-12-03 10:53:37 +07:00 committed by GitHub
parent 17d8ce53d4
commit 20e8969db9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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: 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/` - **SKILL.md**: Update corresponding files in `.agent/`, `.cursor/`, `.windsurf/`
- **CLI assets**: Copy all skill folders to `cli/assets/` (`.claude/`, `.cursor/`, `.windsurf/`, `.agent/`, `.shared/`)
## Prerequisites ## Prerequisites