synth-demo — zsh
# Ingest a website, then ask questions
$ synth ingest https://docs.example.com
✓ Extracted 47 pages · 23 entities · 89 connections
$ synth query "how does authentication work?"
Authentication uses JWT tokens with refresh flows. See docs/auth.md (page 12) and api/security.md (page 34).
$ synth watch add --type git --repo github.com/org/docs