mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
ca54bb66b1
M1 MVP from docs/IMPLEMENTATION-PLAN.md, with the /alignment pass applied. - core: Snippet model + factory; prepareSpecForRender (copy-not-mutate); per-theme Vega chart config - state/orchestration: SnippetStore with debounced auto-save; IndexedDB adapter + read-time migration; startup hydration + write-through persistence - ui: SnippetLibrary, SpecEditor (Monaco edcore.main — full editor features, JSON-only languages), LivePreview - build: Monaco/Vega manual chunks; raised PWA precache ceiling - alignment: flush a valid draft on snippet switch (+regression tests); TODO breadcrumbs for the preview render race and the window.confirm delete - housekeeping: gitignore .claude/projects/
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
node_modules
|
|
dist
|
|
dist-ssr
|
|
dev-dist
|
|
*.local
|
|
.DS_Store
|
|
*.log
|
|
coverage
|
|
.vite
|
|
|
|
# Claude Code per-project session/memory data — machine-local, not part of the
|
|
# codebase. Shared project config (.claude/skills/, .claude/settings.json) stays tracked.
|
|
.claude/projects/
|