skald (engine/tortoise): public release prep — AGPL-3.0, generic config, engine-variant README

This commit is contained in:
Sulkta 2026-06-28 21:38:51 -07:00
parent 7225789290
commit a483dc820e
12 changed files with 788 additions and 196 deletions

View file

@ -2,7 +2,7 @@
name = "clawdforge"
version = "0.1.0"
edition = "2021"
license = "MIT"
license = "AGPL-3.0-or-later"
description = "Async Rust client for the clawdforge HTTP service (a LAN bearer-token-gated wrapper around `claude -p`)."
repository = "https://git.sulkta.com/Sulkta-OSS/clawdforge"
readme = "README.md"

View file

@ -267,4 +267,4 @@ Tests use [`wiremock`](https://docs.rs/wiremock) — no live clawdforge needed.
## License
MIT.
AGPL-3.0-or-later.