tatara 0.3.4

tatara — umbrella CLI: fmt, lint, run, test, deploy. Drives feira for static checks, tatara-script for execution, wasm-platform for deploy.
tatara-0.3.4 is not a library.

tatara — umbrella CLI for the pleme-io tatara-lisp ecosystem.

One binary, ruthlessly standardized subcommands. Each subcommand either delegates to an existing tool or implements the missing piece directly here.

Subcommand map (canonical, rustfmt-style — one way per task):

  tatara fmt [path...]              ← delegates to `feira fmt` if available
  tatara lint [path...]             ← delegates to `feira lint`
  tatara lint --fix [path...]
  tatara run <path-or-url> [args]   ← delegates to `tatara-script`
  tatara test <path-or-url>         ← delegates to `tatara-script --test`
  tatara repl                       ← delegates to `tatara-script --repl`
  tatara deploy <github-url>        ← fetch + check + package as ComputeUnit YAML
  tatara typecheck <path>           ← future: build-time gradual typing pass

feira is searched on $PATH (typically installed via the caixa workspace). tatara-script is searched relative to this binary's directory (release path) and fallback $PATH.