txcript 0.6.0

Convert coding-agent session transcripts between harness formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "txcript",
  "version": "0.6.0",
  "description": "Convert coding-agent session transcripts between harness formats.",
  "license": "Apache-2.0",
  "main": "pkg/txcript.js",
  "types": "pkg/txcript.d.ts",
  "files": [
    "pkg"
  ],
  "scripts": {
    "setup": "rustup target add wasm32-unknown-unknown && cargo install wasm-bindgen-cli --version 0.2.126 --locked",
    "build": "cargo build --lib --release --target wasm32-unknown-unknown --no-default-features --features wasm,search && wasm-bindgen target/wasm32-unknown-unknown/release/txcript.wasm --out-dir pkg --target nodejs",
    "prepare": "bun run build"
  }
}