build: unify all crate versions at 0.11.0 (workspace inheritance) #148

Merged
clawdie merged 1 commit from unify-crate-versions-0.11.0 into main 2026-06-22 06:40:00 +02:00
13 changed files with 16 additions and 13 deletions

View file

@ -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"

View file

@ -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."

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"