Skip to main content
casca site: the SSG MVP.
casca init: project scaffolder.
casca dev: in-memory dev server with HMR and a scoped error overlay.
casca preview: static-tree preview server.
- Opt-in local TLS for
casca dev and casca preview.
casca doctor: strict SSG project validation.
casca check-parity: rendered-output snapshot comparison with a semantic DOM oracle.
casca rebuild: publisher-callable subcommand for fast incremental rebuilds on feed updates.
casca lint-spdx: SPDX header lint with --apply heal mode.
casca check-mirror-tree: tree-diff subcommand for the release-tooling guard rail.
- Atom feed output for release notes.
- Deterministic sitemap metadata with priorities and front-matter-driven
lastmod values.
- Phase 4.7b: local theme serving for
casca dev and casca preview (GET /_casca/theme, host-only theme cookie, ?casca-theme= overrides, body[data-casca-theme] HTML transform).
[preprocessors] data-feed platform per 082 ticket: build-time seam that hosts external JSON feeds and renders in-theme blocks.
symmetrics preprocessor: dogfooding consumer that renders server-rendered no-JS analytics from site-summary.json.
- Fast rebuild on feed updates + opt-in live layer per 084 ticket (
ChangeKind::Feed, RebuildScope::Feed, fast-rebuild path).
- The portal build cut over from Soupault to Casca. Soupault, cmark-gfm, and the three Python helper scripts retired from bootstrap and site generation.
- Casca markdown output now normalizes the known cmark-gfm structural shapes used by the parity oracle.
- Tasklist markdown syntax now renders as proper accessible checkbox markup in the portal.