← Projects

runwisp-jobkit

Shell-free harness for validating and running filesystem job packages for RunWisp.

Active PythonTOMLCLI Repository

runwisp-jobkit packages a small CLI and library surface around a simple idea: a job is a directory with a job.toml and the files it needs.

Commands

runwisp-job doctor JOB_DIR
runwisp-job run JOB_DIR [ARG ...]

doctor validates without running. run execs the job process after validation.

Scope

Deliberately out of scope:

  • Installing job dependencies
  • Job discovery / registry
  • Secrets storage
  • RunWisp policy management

Those stay with the job package and its deployment environment.

Writeup

Read the full walkthrough: runwisp-jobkit: a shell-free harness for RunWisp jobs.

Update the repo frontmatter URL when the public GitHub location is final.