Commit Graph
9 Commits
Author SHA1 Message Date
Lum1104andClaude Opus 4.6 5fa01446fc chore: remove unused demo video env vars from homepage workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 17:07:37 +08:00
Yuxiang LinandGitHub 78b72724ed Add funding information for Patreon 2026-04-10 19:45:02 +08:00
Lum1104andClaude Opus 4.6 7e40b6d03a docs: add animated showcase GIFs and streamline READMEs
- Replace static overview.png with two animated GIFs (structural + domain views)
- Reorder READMEs: Features section before Quick Start
- Remove redundant sections (Why, Who is this for, duplicate feature entries)
- Move project structure/tech stack/dev commands to CONTRIBUTING.md
- Homepage: use Supabase-hosted MP4 videos via GitHub variables, GIF fallback
- Add DEMO_STRUCTURAL_VIDEO_URL and DEMO_DOMAIN_VIDEO_URL to deploy workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 18:42:51 +08:00
Lum1104andClaude Opus 4.6 d6a80224b6 feat: add live demo dashboard on GitHub Pages
Add a demo mode to the dashboard that fetches graph data from Supabase
Storage instead of the local Vite dev server, bypasses the token gate,
and deploys alongside the homepage at /Understand-Anything/demo/.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 11:49:00 +08:00
Lum1104andClaude Sonnet 4.6 a7eea05694 ci: add PR workflow for build, test, and type-check
Runs on every pull_request: builds core and skill packages (which also
serves as TypeScript type-check), then runs all Vitest tests.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 11:16:57 +08:00
Lum1104andClaude Opus 4.6 4e9539b20d fix(ci): use root pnpm-lock.yaml for cache and install from workspace root
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 20:34:47 +08:00
Lum1104andClaude Opus 4.6 f57cd9db7b fix(ci): add workflow file to trigger paths so CI changes re-run
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 20:31:15 +08:00
Lum1104andClaude Opus 4.6 d08eeb072d fix(ci): remove explicit pnpm version to use packageManager field
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 20:29:48 +08:00
Lum1104andClaude Opus 4.6 e862b9a1da feat(homepage): add cinematic project homepage with GitHub Pages deployment
Astro-based static homepage with dark luxury theme, self-hosted fonts,
scroll-reveal animations, and GitHub Actions CI/CD to Pages.

Sections: Nav, Hero, Dashboard Showcase, Feature Cards, Install CTA, Footer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 20:26:49 +08:00