chore: CI workflows, gitignore, release pipeline for v2.0

- Add ci.yml: cargo check + clippy + test on macOS/Linux, dashboard build
- Update release.yml: build dashboard before cargo build, fix x86_64-apple-darwin runner (macos-13)
- Update test.yml: add dashboard build job, update checkout action to v4
- Add .svelte-kit/ and apps/dashboard/node_modules/ to gitignore
- Remove .svelte-kit/ from git tracking (intermediate build artifacts)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sam Valladares 2026-02-22 03:09:39 -06:00
parent c2d28f3433
commit 9b1aa9cdeb
136 changed files with 165 additions and 17623 deletions

6
.gitignore vendored
View file

@ -123,6 +123,12 @@ credentials.json
**/.fastembed_cache/
.fastembed_cache/
# =============================================================================
# SvelteKit (intermediate build artifacts — build/ is kept for include_dir!)
# =============================================================================
apps/dashboard/.svelte-kit/
apps/dashboard/node_modules/
# =============================================================================
# External repos (forks, submodules)
# =============================================================================