wittgenstein-cli
v0.1.0
Published
Wittgenstein modality harness CLI — codecs, run manifests, Minimax text→ASCII PNG post-process.
Maintainers
Readme
@wittgenstein/cli
@wittgenstein/cli is the command-line entrypoint for Wittgenstein's multimodal harness.
It exposes a single binary:
wittgensteinInstall
npm install -g @wittgenstein/cliOr run it without global install:
npx @wittgenstein/cli doctorCommands
wittgenstein image "editorial product shot" --out out.png
wittgenstein tts "launch voiceover" --ambient rain --out out.wav
wittgenstein audio "launch audio artifact" --out out.wav
wittgenstein sensor "stable ECG trace" --out out.json
wittgenstein video "architecture teaser" --out out.mp4
wittgenstein doctorSmoke Check
pnpm --filter @wittgenstein/cli run smokeNotes
- Runs are traceable under
artifacts/runs/. - Relative
--outpaths resolve from the workspace root. ttsis a convenience alias for theaudiocodec'sspeechroute.--routeremains available for one minor version as a deprecated compatibility hint.
