Commit graph

2 commits

Author SHA1 Message Date
30c4794520 chore(gitignore): ignore .playwright-mcp/ and inspect/ scratch dirs
Both directories are generated by tooling that any aiolabs site
forked off the boilerplate is likely to run:

- .playwright-mcp/  — written by the Playwright MCP server (snapshots,
  console logs) every time it drives a browser. Lives in main now via
  .mcp.json so this gitignore entry belongs here too.
- inspect/          — convention for a scratch folder holding
  screenshots, style dumps and other visual-QA artifacts produced
  during dev. Not source of truth for anything.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-09 12:44:37 +02:00
0054f3ab80 initial scaffold: vue 3 + vite 8 + shadcn-vue + tailwind 4
Wires pinia, vue-router, vue-i18n, vee-validate/zod, shadcn-vue
(reka-ui), tailwind 4 via @tailwindcss/vite. Sample HomeView
proves i18n + pinia + tailwind. Optional nostr/lnbits feature
folders ship as documentation only — deps install on opt-in.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 10:05:39 +02:00