@runwisp/common
v0.5.0
Published
Shared types, constants, and utilities for the RunWisp platform.
Downloads
86
Readme
@runwisp/common
Shared types, constants, and utility functions for the RunWisp platform.
What's Inside
- Execution status — Canonical status types for task executions (
pending,running,success,failed, etc.) - Daemon identity — Types and helpers for daemon identification and fingerprinting.
- Roles — Organization role definitions.
- Utilities — ID generation (monotonic ULIDs), slug helpers, and other shared helpers.
Usage
This package is consumed as a workspace dependency:
{
"dependencies": {
"@runwisp/common": "workspace:*"
}
}import { CloudExecutionStatus } from "@runwisp/common";