6 Commits
Author SHA1 Message Date
Lum1104andClaude Opus 4.7 788aa90802 feat(install): add Hermes platform; refresh README (#91)
- install.sh / install.ps1: register `hermes` platform (folder-style
  symlink to ~/.hermes/skills/understand-anything/). No new directories
  or plugin manifests needed — Hermes scans skills via os.walk(...,
  followlinks=True) and reads SKILL.md frontmatter directly.
- README × 7 (English + 6 locales): one-line install title, `<platform>`
  values, and compatibility table updated for both Hermes and Vibe CLI
  (locale READMEs were missing Vibe).
- README × 7: drop top-of-page Star History Rank badge and the TIP-style
  thanks blockquote; rewrite the slogan into a longer line about quietly
  teaching how the pieces fit; move a single italic thanks line between
  Star History and the MIT footer.
- README × 7: remove the two outdated overview-*.gif blocks. The
  Features section already opens with a NOTE callout linking to the live
  demo, which serves as the visual entry instead.
- Delete assets/overview-{structural,domain}.gif (8.1 MB of orphaned
  binaries) from the working tree.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 10:33:36 +08:00
Lum1104andClaude Opus 4.7 ed584b1de2 compress hero image
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 20:49:48 +08:00
Lum1104 de626527e4 update hero image 2026-04-24 15:52:03 +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
Lum1104 dda6547809 docs: add hero image and dashboard screenshot to README 2026-03-15 16:53:55 +08:00
Lum1104andClaude Opus 4.6 343e94c9a7 feat: redesign dashboard with dark luxury theme, improve agent pipeline
- Remove ChatPanel and @anthropic-ai/sdk dependency (redundant with /understand-chat)
- Replace Monaco editor with styled summary code viewer
- New graph-first layout: 75% graph + 360px right sidebar
- Dark luxury aesthetic: deep blacks, gold/amber accents, DM Serif Display typography
- Add ProjectOverview component for sidebar default state
- Learn persona now shows tour panel directly in sidebar
- Add schema validation on graph load with error banner
- Defensive null checks in store for tour methods
- Agent pipeline: write intermediate results to disk instead of context
- Agent models: sonnet for simple tasks, opus for complex (no haiku)
- Prompt-engineer all 5 agent prompts and SKILL.md
- Auto-trigger /understand-dashboard after /understand completes
- Add dashboard screenshot to README
- Bump version to 1.0.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 12:36:39 +08:00