JSPM

@blacklake-systems/depth-cli

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q8735F
  • License MIT

CLI for running Depth workflows

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@blacklake-systems/depth-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @blacklake-systems/depth-cli

    ⚠️ Deprecated. This package is now part of the unified blacklake npm package. Install blacklake and use npx blacklake run workflow.ts for the same durable workflow runtime. See the migration doc for sed-style search-and-replace examples. This package will continue to ship as a thin re-export through the next two minor versions.

    Durable workflow CLI for BlackLake — runs TypeScript workflows with step-level checkpointing and crash recovery.

    BlackLake is AI control infrastructure and analytics. Long-running workflows can run under the same control layer as every other AI action — same policy, cost, and receipt model.

    Migrate

    -npx @blacklake-systems/depth-cli run workflow.ts
    +npx blacklake run workflow.ts
    -npm i -g @blacklake-systems/depth-cli
    +npm i -g blacklake