exocortex-ops 0.1.0

Exocortex operation registry: typed actions registered once and served identically over MCP and HTTP, with schema goldens and the audit ledger.
# crates/exocortex-ops/Cargo.toml
[package]
name    = "exocortex-ops"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Exocortex operation registry: typed actions registered once and served identically over MCP and HTTP, with schema goldens and the audit ledger."

[dependencies]
metrics = { workspace = true }
tracing = { workspace = true }
anyhow = { workspace = true }
async-trait = { workspace = true }
futures = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }
smol_str = { workspace = true }
smallvec = { workspace = true }
blake3 = { workspace = true }
serde = { workspace = true }
http = { workspace = true }
serde_json = { workspace = true }
exocortex-kernel = { workspace = true }
exocortex-storage = { workspace = true }
exocortex-cache = { workspace = true }
exocortex-reasoning = { workspace = true }
schemars = { workspace = true }
inventory = { workspace = true }
rmcp = { workspace = true }

[dev-dependencies]
exocortex-pack-dev-v1 = { workspace = true }
tokio = { workspace = true }