tatara-0.3.49 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> [--expand] 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.