src/: Rust backend, router, services, CLIweb/: React + Vite app and Storybookdocs-site/: public Rspress docs sitedocs/: internal design docs, specs, and historical planning materialThe GitHub Pages workflow builds docs-site and Storybook separately, then assembles them into a
single static artifact with Storybook mounted under /storybook/.
CI Pipeline handles Rust checks, backend tests, and compose smoke coverage.Docs Pages builds docs-site + Storybook and deploys them to GitHub Pages on main.Release publishes container releases based on PR intent labels.