ui/: SvelteKit 2 + Svelte 5 + Tailwind 4 + shadcn-svelte (luma, lucide) on bun with ultracite; adapter-static with SPA fallback; theme tokens taken from msos. Dockerfile gains a bun stage that builds ui/build. Makefile and pre-commit cover ruff, ty, ultracite and svelte-check; .claude settings run the matching fixer after edits. docs/PRODUCT.md captures product truth for the UI work. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
24 lines
253 B
Plaintext
24 lines
253 B
Plaintext
.git
|
|
.gitignore
|
|
.idea
|
|
.vscode
|
|
.venv
|
|
.python-version
|
|
.pre-commit-config.yaml
|
|
docs
|
|
tests
|
|
examples
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/.pytest_cache
|
|
**/.ruff_cache
|
|
**/.ty_cache
|
|
README.md
|
|
ui/node_modules
|
|
ui/.svelte-kit
|
|
ui/build
|
|
ui/.vscode
|
|
.claude
|
|
.mcp.json
|
|
Makefile
|