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>
11 lines
314 B
TOML
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"] }
|