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:
parent
17d8ce53d4
commit
20e8969db9
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue