IntersectionInput replaces separate accord lookups with a DID-document- sourced three-way intersection: effective = posix_bounding & accord_allowed & delegation_remaining. denied_to_allowed_mask() converts denied capability names to a bitmask for the intersection. Includes workspace-level cleanup and gsh binary refactoring. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Tyler J King <tking@guildhouse.dev>
23 lines
596 B
TOML
23 lines
596 B
TOML
[package]
|
|
name = "libgsh"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description = "Governed shell library — AC validation, CR building, corpus gate"
|
|
|
|
[dependencies]
|
|
guildhouse-did = { path = "../../guildhouse-did" }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
sha2 = { workspace = true }
|
|
hex = { workspace = true }
|
|
chrono = { workspace = true }
|
|
dirs = { workspace = true }
|
|
tracing = { workspace = true }
|
|
substrate-ipc = { workspace = true }
|
|
tokio = { workspace = true }
|
|
libc = { workspace = true }
|
|
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|