feat(seed): add seed script + fix Tailwind scanning adjacent projects

- scripts/seed.ts: inserts one complete test client with 3 phases,
  6 tasks, 4 deliverables, 2 payments, 2 documents, 2 notes; prints
  shareable URL to console
- globals.css: add @source not directives to exclude .01_projects/
  and .claude/ — Tailwind v4 was scanning the SparklingOrbit .venv
  Python files and generating invalid CSS class [-:|] from a regex
  pattern in a markdown-it table parser, causing dev server 500s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simone Cavalli
2026-05-14 23:33:03 +02:00
parent 1010041e45
commit 073eec7193
2 changed files with 110 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
@import "tailwindcss";
@source not "../../.01_projects/**";
@source not "../../.claude/**";
@source not "../../scripts/**";
/* =========================================================
Design tokens — light & clean palette (Tailwind v4 @theme)