pre-deploy-check – before a deploy change is merged, checks that the referenced CI variables exist, the branches are protected and DEPLOYMENT_VALUES follows the rules.
awl-npm-packages – catalogue and cheat sheets for the internal @awl/* npm packages, including registry setup.
sveltekit-app-setup – wires a SvelteKit app to the @awl/* packages layer by layer: registry, OIDC login, session, i18n, metrics, HTTP client, Tailwind theme and a Playwright smoke test.
payload-plugins – picks the right @awl/payload-* package for a Payload CMS v3 project and registers it in payload.config.ts.
building-docker-images – recommends build-buildkit over build-docker-simple for new standalone builds and explains why build args from environment-scoped CI variables stay empty without an environment: block.
deploying-to-kubernetes – now lists the one-time prerequisites per project and comes with a checklist for every merge that touches a deploy job.
natron-deployment – now also covers Teleport-only endpoints, side services and deployments to customer clusters.
gitlab-cicd – now knows the mobile templates android, ios-fastlane and ios-lint, the tart runner for iOS builds and the claude-code-* jobs.
testing-web – now also triggers on accessibility and SvelteKit E2E tests and points to @awl/playwright-a11y and @awl/playwright-sveltekit.