v1.1.1
PocketStack v1.1.1 is a documentation and internal-structure release. The CLI behaves identically to v1.1.0 — this release reorganizes the codebase and ships a published documentation site.
Documentation
- A published documentation site (VitePress) at
/docs/with a new information architecture: guide, adapters, convert, deploy, reference, and contribute sections. - New pages: getting started, installation, a full CLI reference, concepts and a glossary, troubleshooting, per-adapter how-tos, the manifest schema, and the browser-only service-URL reference.
- Documentation deduplicated to single sources of truth — the adapter matrix, the label reference, and the COOP/COEP header values each live in exactly one place; the README is slimmed to link into the docs.
Internal structure
- Go layout:
internal/composesplit intocompose(the Compose model) andanalyzer(analysis);internal/staticdemorenamed tointernal/generator. - Browser code (
runtime,studio,site) moved underweb/. - Import paths changed, but the CLI, generated demos, and adapter behavior are unchanged.
Upgrade notes
No action required. pocketstack analyze, pocketstack demo, and the demos they generate are compatible with v1.1.0.