colibri/crates/colibri-skills/Cargo.toml
Sam & Claude 5af899e096
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
release: colibri 0.11.0 + relicense AGPL-3.0 -> MIT
Version: unify colibri with the Clawdie release version 0.11.0 (matches
clawdie-iso ISO_VERSION). Cargo.toml 0.0.1 -> 0.11.0, Cargo.lock refreshed,
port DISTVERSION 0.0.1 -> 0.11.0, port README example tag v0.11.0.

License: relicense all 12 crates from AGPL-3.0-only to MIT, matching the rest of
the project (layered-soul is MIT; nothing was BSD-3). Add a LICENSE file with
the same MIT text + holder (clawdie, 2026). Port: LICENSE=MIT + LICENSE_FILE.

Validation: CARGO_CRATES drift check green (346); markdown gate clean; no AGPL
references remain. Edition stays 2021 (2024 migration is a separate tested task).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 22:05:47 +02:00

11 lines
314 B
TOML

[package]
name = "colibri-skills"
version = "0.0.1"
edition = "2021"
description = "Colibri skills read consumer — indexes Clawdie-AI skill artifacts into SQLite"
license = "MIT"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }