Skip to content

Commit e3f79a3

Browse files
committed
chore: mark sparsekernel crates private
1 parent dca30f4 commit e3f79a3

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ The goal is to make local multi-agent systems practical on ordinary machines, in
5050
- `schemas/`: API and event schema definitions.
5151
- `docs/architecture/`: architecture notes for the ledger, brokers, artifact store, trust zones, security boundaries, and small-VM resource model.
5252

53+
The Rust crates are workspace-internal for now (`publish = false`); run them from this repository until a crates.io release path exists.
54+
5355
## Quick Start
5456

5557
Runtime requirements:

crates/sparsekernel-cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "sparsekernel-cli"
33
version = "0.1.0"
44
edition.workspace = true
5+
description = "Command-line tools and daemon shim for OpenClaw SparseKernel"
56
license.workspace = true
7+
publish = false
68
repository.workspace = true
79
rust-version.workspace = true
810

crates/sparsekernel-core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "sparsekernel-core"
33
version = "0.1.0"
44
edition.workspace = true
5+
description = "SparseKernel ledger, broker, and artifact primitives for OpenClaw"
56
license.workspace = true
7+
publish = false
68
repository.workspace = true
79
rust-version.workspace = true
810

0 commit comments

Comments
 (0)