📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-09-03 08:57:39 +00:00
parent 0b2b056032
commit 3294e63c9f
98 changed files with 3411 additions and 467 deletions
@@ -157,7 +157,7 @@ The `validate-asset.cjs` script can auto-check:
- Naming convention
- Basic metadata
Run: `node .claude/skills/brand/scripts/validate-asset.cjs <asset-path>`
Run: `node scripts/validate-asset.cjs <asset-path>`
## Archival
@@ -46,7 +46,7 @@ Edit `docs/brand-guidelines.md`:
Run the sync script:
```bash
node .claude/skills/brand/scripts/sync-brand-to-tokens.cjs
node scripts/sync-brand-to-tokens.cjs
```
This will:
@@ -58,7 +58,7 @@ This will:
Confirm all files are updated:
```bash
# Check brand context extraction
node .claude/skills/brand/scripts/inject-brand-context.cjs --json | head -30
node scripts/inject-brand-context.cjs --json | head -30
# Check CSS variables
grep "primary" assets/design-tokens.css | head -5