Ambient system companions over one privacy-preserving signal daemon (aggregate-only, no keystroke content): a git-driven terminal garden and IOKit hardware collectors. ambient daemon macos privacy terminal

Commit 062be27a80

062be27a808e06201cdf8df04fe54996a5232421

parent: 27835ca586

Verified · cmc

cmc <hello@cleberg.net> · 2026-08-22 04:46 UTC

Add a 0BSD LICENSE, and match Cargo.toml to it

The manifest declared a licence the repository did not ship a copy of. Both now
say 0BSD, matching the other repositories in this account.
Cargo.toml +1 −1
@@ -9,4 +9,4 @@ members = [
99[workspace.package]
1010version = "0.3.0"
1111edition = "2021"
12license = "MIT"
12license = "0BSD"
LICENSE added +10
@@ -0,0 +1,10 @@
1Permission to use, copy, modify, and/or distribute this software for any
2purpose with or without fee is hereby granted.
3
4THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
5WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
6MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
7ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
8WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
9ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
10OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.