What problem does it solve? When the upstream wavelength daemon publishes a new release, this repository's generated facade types, API reference data, and runtime version pin drift out of sync, and updating them by hand misses the many coupled files that must move together. ## Core Features & Use Cases - Coordinated artifact sync: Regenerates generated.ts via pnpm gen:types, rebuilds wallet.json via pnpm gen:api-docs, and updates RUNTIME_MANIFEST_VERSION so all three match the same daemon commit. - Change-class mapping: Maps each upstream change type (facade types, WalletService RPCs, wavecli flags, wasm assets, gomobile bindings) to exactly which files and docs pages must be regenerated or hand-edited. - Verification ladder: Runs build, typecheck, unit tests, and Playwright smoke tests in a defined order, with guidance for diagnosing draft releases, digest mismatches, and stale preview servers. - Use Case: After wavelength tags v0.2.0, use this Skill to pin the new version, regenerate types and API docs from a throwaway worktree, restage wasm and mobile binding assets, and prepare the draft GitHub release that publishes all four npm packages. ## Quick Start Sync this repository to the newly published wavelength release v0.2.0, regenerating types, API docs, and runtime assets, then run the full verification ladder.