mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-08 20:25:16 +02:00
Some checks failed
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
Test Suite / Unit Tests (push) Has been cancelled
Test Suite / MCP E2E Tests (push) Has been cancelled
Test Suite / Dashboard Build (push) Has been cancelled
Test Suite / Code Coverage (push) Has been cancelled
CI / Release Build (aarch64-apple-darwin) (push) Has been cancelled
CI / Release Build (x86_64-unknown-linux-gnu) (push) Has been cancelled
CI / Release Build (x86_64-apple-darwin) (push) Has been cancelled
Test Suite / User Journey Tests (push) Has been cancelled
Concrete search, irreversible purge, first-class contradictions tool, vestige update CLI, dense dream persistence fix, embedding-model upgrade repair, and a /dashboard/waitlist Pro early-access preview. 25 MCP tools. SQLite migration v13. Backwards compatible: 'delete' remains as a 'purge' alias. Closes #50, #51.
9 lines
510 B
Text
9 lines
510 B
Text
# Optional public waitlist capture endpoint used by /dashboard/waitlist.
|
|
# The page POSTs JSON with: name, email, plan, priority, notes, source, createdAt.
|
|
# Examples: Formspree, Tally webhook, Buttondown custom endpoint, Supabase Edge Function.
|
|
VITE_WAITLIST_ENDPOINT=
|
|
|
|
# Optional support bot endpoint used by /dashboard/waitlist.
|
|
# The page POSTs JSON with: question, plan, priority, source, and recent history.
|
|
# If unset, the page uses the built-in deterministic onboarding FAQ.
|
|
VITE_SUPPORT_BOT_ENDPOINT=
|