distributed_cli 4.0.0

The `distributed` CLI for Distributed applications: contracts check/accept, scaffold projects, describe manifests, compile clients, and render schema artifacts. Also a library so other CLIs (e.g. hops) can mount its commands.
Documentation
{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "lib": ["ES2022", "DOM"],
    "strict": true,
    "skipLibCheck": true,
    "noEmit": true,
    "verbatimModuleSyntax": true,
    "baseUrl": "../../..",
    "paths": {
      "@hops-ops/distributed/replica": ["js/src/replica/index.ts"]
    }
  },
  "files": [
    "generated-commands.ts",
    "generated-commands-consumer.ts",
    "protocol.d.ts"
  ]
}