agent-shell-parser 0.2.1

Shared parsing substrate for agent hook binaries — JSON input, jj detection, shell tokenization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "agent-shell-parser"
version.workspace = true
description = "Shared parsing substrate for agent hook binaries — JSON input, jj detection, shell tokenization"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
shell-words = { workspace = true }