release: colibri 0.11.0 + relicense AGPL-3.0 -> MIT #114
16 changed files with 28 additions and 18 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -288,7 +288,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "colibri"
|
||||
version = "0.0.1"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"colibri-deepseek",
|
||||
"dotenvy",
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ members = ["crates/colibri-contracts", "crates/colibri-deepseek", "crates/colibr
|
|||
|
||||
[package]
|
||||
name = "colibri"
|
||||
version = "0.0.1"
|
||||
version = "0.11.0"
|
||||
edition = "2021"
|
||||
description = "Clawdie Colibri control plane — cross-platform (FreeBSD/Linux) Rust core"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
|
||||
[[bin]]
|
||||
name = "colibri-probe"
|
||||
|
|
|
|||
9
LICENSE
Normal file
9
LICENSE
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2026 clawdie
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
name = "clawdie"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "Clawdie host installer/deployer — discovers ZFS layout and installs the clawdie service on FreeBSD and Linux."
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "colibri-client"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "Typed Unix-socket client for colibri-daemon/Glasspane API"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "colibri-contracts"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "Serde structs for the stable Clawdie/Colibri JSON contracts"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "colibri-daemon"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "Always-on Rust service: agent session lifecycle, subprocess spawner, Colibri control-plane socket API"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "colibri-deepseek"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "DeepSeek client + prefix-cache accounting for Colibri"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name = "colibri-glasspane-tui"
|
|||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
description = "Colibri glasspane terminal dashboard — live pane supervision TUI"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
|
||||
[[bin]]
|
||||
name = "colibri-tui"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "colibri-glasspane"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "FreeBSD-native agent supervision (sessions/panes/agent-state) for Colibri"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "colibri-mcp"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "MCP (Model Context Protocol) bridge wrapping colibri-client for editor integration"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "colibri-runtime"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "Read-only runtime integrations for Colibri"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name = "colibri-skills"
|
|||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
description = "Colibri skills read consumer — indexes Clawdie-AI skill artifacts into SQLite"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = "colibri-store"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
license = "MIT"
|
||||
description = "Embedded SQLite coordination store for Colibri — task board, agent registry, skills catalog"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ port — the clawdie-iso repo consumes it from here and keeps no duplicate.
|
|||
|
||||
1. **Tag a release.** The Makefile fetches
|
||||
`archive/v${DISTVERSION}.tar.gz` from Forgejo, so a matching tag
|
||||
(e.g. `v0.0.1`) must exist on `clawdie/colibri`.
|
||||
(e.g. `v0.11.0`) must exist on `clawdie/colibri`.
|
||||
|
||||
2. **Drop the port into the poudriere ports tree** (default tree name `clawdie`,
|
||||
per `poudriere-setup.sh`):
|
||||
|
|
@ -61,7 +61,7 @@ port — the clawdie-iso repo consumes it from here and keeps no duplicate.
|
|||
|
||||
## Notes
|
||||
|
||||
- **License:** AGPL-3.0-only (matches `Cargo.toml`).
|
||||
- **License:** MIT (matches `Cargo.toml`; same as layered-soul).
|
||||
- Builds only the crates whose binaries ship (`colibri-client` yields both
|
||||
`colibri` and `colibri-test-agent`); `colibri-probe` /
|
||||
`colibri-runtime-inventory` are dev tools and are not installed.
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
PORTNAME= colibri
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.1
|
||||
DISTVERSION= 0.11.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= hello@clawdie.si
|
||||
COMMENT= Clawdie Colibri control plane (agent supervision, tasks, skills)
|
||||
WWW= https://code.smilepowered.org/clawdie/colibri
|
||||
|
||||
LICENSE= AGPLv3
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cargo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue