pointlock-human-cli 0.1.10

The human-step and supervision interaction channel for Pointlock runs.
Documentation
[package]
name = "pointlock-human-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"
description = "The human-step and supervision interaction channel for Pointlock runs."
keywords = ["pointlock", "cli", "automation", "workflow", "supervision"]
categories = ["command-line-interface", "development-tools"]

[dependencies]
pointlock-ir = { workspace = true }
pointlock-store = { workspace = true }
serde_json = { workspace = true }
gethostname = { workspace = true }
hmac = { workspace = true }
sha2 = { workspace = true }
thiserror = { workspace = true }