Install
openclaw skills install @deepseekoracle/lygo-continuumLYGO Continuum — falsifiable work capsules for AI agents and humans. Seal 'done' as checkable claims (file SHA-256, contains, JSON paths, globs), re-verify across sessions, detect drift, and hand off to the next agent with a portable pack. Browser portal verifies dropped files client-side. Pure local stdlib. No network, no subprocess. Commands: seal, verify, drift, handoff, card, demo. Install clawhub:@deepseekoracle/lygo-continuum.
openclaw skills install @deepseekoracle/lygo-continuumThe work still holds.
Agents say “done.” Sessions die. Files change. The next human or AI cannot tell what still holds.
Continuum seals work as a falsifiable capsule: structured claims any script (or browser) can prove true or false against real files — plus decisions, next actions, and a Merkle-style root hash. Re-verify later. Drift becomes visible. Handoffs become portable.
Signature: Delta9Phi963-CONTINUUM-v1.0.0
Portal: https://chatagent.ca/lygo-continuum.html
ClawHub: @deepseekoracle/lygo-continuum
| Approach | Gap | Continuum |
|---|---|---|
| “Done” in chat | Not checkable | Claims re-run on disk |
| Git commit | Code only; no task semantics | Claims + decisions + next |
| Cloud agent receipts | HMAC secrets / vendor lock | Local stdlib + browser SHA-256 |
| One-shot proofs | No cross-session story | Drift + handoff pack |
Never made before as a human+agent lattice product: seal → verify → drift → handoff + client-side witness portal under LYGO dual-channel.
npx clawhub@latest install deepseekoracle/lygo-continuum
FULL engineer RAW: https://chatagent.ca/lygoskillhub.html#full-lygo
cd path/to/lygo-continuum
python scripts/self_check.py
python scripts/continuum.py demo
# Seal claims (auto-fills file_sha256 when expect omitted)
python scripts/continuum.py seal --claims claims.json --task "Ship login fix" --agent grok --base .
# Verify / drift
python scripts/continuum.py verify --capsule capsule.json --base .
python scripts/continuum.py drift --capsule capsule.json --base .
# Handoff pack for the next agent (markdown + embedded JSON)
python scripts/continuum.py handoff --capsule capsule.json --verify --base .
# Witness card HTML
python scripts/continuum.py card --capsule capsule.json --verify
| Command | Network | Subprocess | Writes |
|---|---|---|---|
| seal / verify / drift / handoff / card / demo / kinds | none | none | only with explicit --out (+ --i-consent under state/) |
Exit codes: 0 holds · 10 claims fail / drift · 11 root integrity fail · 2 bad input
file_exists · file_missing · file_sha256 · file_contains · file_not_contains · line_count_gte · line_count_eq · bytes_gte · bytes_eq · glob_count_gte · json_path_eq · text_sha256 · regex_match · regex_not_match
Example claims.json:
[
{"id": "c1", "kind": "file_exists", "path": "src/app.py"},
{"id": "c2", "kind": "file_sha256", "path": "src/app.py"},
{"id": "c3", "kind": "file_contains", "path": "src/app.py", "needle": "def login"},
{"id": "c4", "kind": "json_path_eq", "path": "out/report.json", "jpath": "status", "expect": "ok"},
{"id": "c5", "kind": "glob_count_gte", "pattern": "tests/test_*.py", "n": 3}
]
1. Finish the task on disk
2. Write claims.json for what MUST still be true
3. continuum.py seal --claims claims.json --task "..." --base .
4. If exit 10 → fix files or claims; do not say "done"
5. continuum.py handoff --capsule capsule.json --verify → paste to next agent/human
6. Later: continuum.py drift --capsule capsule.json (or portal + drop files)
https://chatagent.ca/lygo-continuum.html
| Skill | Role |
|---|---|
lygo-mint-walkthrough | Hash+ledger for prompt packs |
lygo-context-guard | Pack handoff text into budget |
lygo-skill-gate | Scan skills before install |
lygo-geodesic-sealer | Deeper lattice attest |
See references/SECURITY.md.
Δ9Φ963 — claims over vibes · drift over denial · human remains the publisher.