Continuous integrity system daemon for the Distributed Continuity OS — Watch, Sniff, Coalesce, Verify, Fork, Trust, Seal, Police, Backpressure across 3 modes (passive/active/strict).
Project description
tibet-continuityd
Continuous Integrity System Daemon for the Distributed Continuity OS.
A residential trust-guardian that runs in the background of every machine where TIBET cryptographic discipline must be continuously enforced.
Watch → Sniff → Verify → Fork → Triage → Reseal
inotify libmagic Ed25519 forward quarant periodic
+chain causal -ine
Design axiom
Name is hint. Content is truth. Arrival is event.
— Codex, 9 May 2026
v0.1 scope (this release)
- ✅
Watch— inotify on a single inbox lane - ✅
Sniff— magic-byte recognition (TBZ + executables + PDF + JSON) - ✅ Disposition classification per Codex' intake policy table
- ✅ Audit JSONL log + journald-friendly stderr logging
- ✅ Mode 1 (Passive Guardian): observe + log + advise
- ✅ systemd unit ready for deployment
- ⏭ v0.2 will add:
Verify(cryptographic) +Fork(via phantom.icc) - ⏭ v0.3 will add:
Seal(continuous reseal) +Police(unpacked detect)
Install
pip install tibet-continuityd
Run (development)
TIBET_CONTINUITYD_INBOX=/tmp/inbox \
TIBET_CONTINUITYD_AUDIT=/tmp/audit.jsonl \
python3 -m tibet_continuityd
Drop a TBZ-prefixed file into /tmp/inbox/:
printf 'TBZ\x01\x00\x00\x00' > /tmp/inbox/sample.claude.tza
You will see:
arrival: 'sample.claude.tza' → sealed-tbz (trusted-candidate, 7B)
Run (production, systemd)
sudo cp tibet-continuityd.service /etc/systemd/system/
sudo useradd -r -s /usr/sbin/nologin tibet
sudo mkdir -p /var/lib/tibet/{inbox,quarantine,triage,materialized}
sudo mkdir -p /var/log/tibet
sudo chown -R tibet:tibet /var/lib/tibet /var/log/tibet
sudo systemctl daemon-reload
sudo systemctl enable --now tibet-continuityd
journalctl -u tibet-continuityd -f
Disposition table (v0.1)
| Intake class | Trigger | Disposition |
|---|---|---|
sealed-tbz |
TBZ magic + recognized vendor extension | trusted-candidate |
sealed-tbz-no-ext |
TBZ magic, no/unknown extension | trusted-candidate |
disguised |
Vendor extension, no TBZ magic | triage-disguised |
executable |
ELF / PE binary | quarantine |
pdf |
PDF magic | reject |
json-text |
Plain JSON state in sealed-only zone | reseal-candidate |
unknown |
Anything else | quarantine |
empty |
Zero-byte file | reject |
v0.1 logs the disposition only. v0.2+ will act on it (Verify + Fork or Quarantine + Triage).
Architecture & spec
- Spec:
tibet-continuityd-spec.md - Companion intake guide (Codex):
tibet-continuity-guardian.md
License
MIT — Humotica + Root AI + Codex (2026)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tibet_continuityd-0.4.0.tar.gz.
File metadata
- Download URL: tibet_continuityd-0.4.0.tar.gz
- Upload date:
- Size: 43.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
093d38cd963db577272e097441ea429fe9f2a6aba5e2479bd838a39339ed42c6
|
|
| MD5 |
0b6a241ee06dc7ae0deb1dd72cc0fb8a
|
|
| BLAKE2b-256 |
d45a098408b5f505932859bb6a6c3122d857e40fa8f03850d76495c9a3a05eb8
|
File details
Details for the file tibet_continuityd-0.4.0-py3-none-any.whl.
File metadata
- Download URL: tibet_continuityd-0.4.0-py3-none-any.whl
- Upload date:
- Size: 35.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec1431817066b498ce3da31dfcdd575ff0530601895b5b21b5ef186551500e15
|
|
| MD5 |
eb9cbfc1686cdfcae5b27415a134335e
|
|
| BLAKE2b-256 |
e67a39fbcf7ef812783fbc37ad3e71b5d736e44db90b851152f3f348f5d8459a
|