packages/ui/scripts/
State: folder wiki page generated by deterministic sync
Folder: packages/ui/scripts/
What
packages/ui/scripts/ contains UI package build/sync scripts for token generation and validation. This boundary currently has 2 direct file(s) and 0 direct subfolder(s).
Does
It provides reusable shared assets/contracts consumed by app boundaries (dominant direct file kinds: .md:1, .py:1).
Why
Shared package hygiene reduces duplication and keeps interfaces consistent across the system.
Subfolders
(no direct subfolders)
Files
README.md— What:packages/ui/scripts/contains UI package build/sync scripts for token generation and validation. This boundary currently has 2 direct file(s) and 0 direct subfolder(s). Does: It provides reusable shared assets/contracts consumed by app boundaries (dominant direct file kinds: .md:1, .py:1). Why: Shared package hygiene reduces duplication and keeps interfaces consistent across the system.build_tokens.py— What: Python module for build tokens behavior in packages/ui/scripts. Does: Implements runtime logic, API contracts, or automation helpers used by this lane. Why: Concentrates boundary logic so agents can reason about impact quickly.