v0.1.0
Initial public release of @twilic/cli.
Added
encodecommand to encode JSON to Twilic binary format (stdin/file input, stdout/file output,--hexflag).decodecommand to decode Twilic binary to JSON (stdin/file input, stdout/file output,--prettyflag).benchcommand to benchmark Twilic encode/decode against msgpack, cbor, bson, and JSON using tinybench and cli-table3.--backend <napi|wasm>flag on all commands to select the@twilic/coreruntime backend.--markdown-out <file>flag onbenchto append results as a Markdown table.- CI workflows for format, lint, typecheck, build, commitlint, and PR body validation.
- npm publish workflow with trusted publishing (OIDC).