build: unify all crate versions at 0.11.0 (workspace inheritance) #148
13 changed files with 16 additions and 13 deletions
|
|
@ -1,9 +1,12 @@
|
|||
[workspace]
|
||||
members = ["crates/colibri-contracts", "crates/colibri-deepseek", "crates/colibri-runtime", "crates/colibri-glasspane", "crates/colibri-daemon", "crates/colibri-client", "crates/colibri-glasspane-tui", "crates/colibri-store", "crates/colibri-skills", "crates/colibri-mcp", "crates/colibri-vault", "crates/clawdie"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.11.0"
|
||||
|
||||
[package]
|
||||
name = "colibri"
|
||||
version = "0.11.0"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
description = "Clawdie Colibri control plane — cross-platform (FreeBSD/Linux) Rust core"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clawdie"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Clawdie host installer/deployer — discovers ZFS layout and installs the clawdie service on FreeBSD and Linux."
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-client"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Typed Unix-socket client for colibri-daemon/Glasspane API"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-contracts"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Serde structs for the stable Clawdie/Colibri JSON contracts"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-daemon"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Always-on Rust service: agent session lifecycle, subprocess spawner, Colibri control-plane socket API"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-deepseek"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "DeepSeek client + prefix-cache accounting for Colibri"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-glasspane-tui"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
description = "Colibri glasspane terminal dashboard — live pane supervision TUI"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-glasspane"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "FreeBSD-native agent supervision (sessions/panes/agent-state) for Colibri"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-mcp"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "MCP (Model Context Protocol) bridge wrapping colibri-client for editor integration"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-runtime"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Read-only runtime integrations for Colibri"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-skills"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
description = "Colibri skills read consumer — indexes Clawdie-AI skill artifacts into SQLite"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-store"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Embedded SQLite coordination store for Colibri — task board, agent registry, skills catalog"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "colibri-vault"
|
||||
version = "0.0.1"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
description = "Vaultwarden credential provision for Colibri — fetch a tenant collection → jail .env"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue