Sync DCC monorepo packages with upstream Waves repositories. USE WHEN: user asks to check for upstream changes, sync from Waves, pull upstream updates, port changes from Waves, check what Waves has done, or asks "what is new upstream". Handles the full…
Validate workspace architecture and quality. USE WHEN: user asks to check boundaries, validate layers, audit quality, verify package structure, or asks "is everything correct". Runs module boundary enforcement, Biome lint, typecheck, tests, and coverage…
Version and publish @decentralchain/* packages. USE WHEN: user asks about releasing, publishing, versioning, changelogs, or npm publishing. Covers the nx release workflow with independent versioning and conventional commits.
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this…
Create a new @decentralchain/* SDK package. USE WHEN: user wants to add a new package/library to the monorepo, scaffold a new module, or asks "how do I create a package". Uses the custom sdk-package Nx generator that scaffolds all required files (biome.json,…