← Aziel Eliab product runtime catalog

FoldLock foldlock

Algorithmic tether-word suppression on UTF-8 text. Not zip.

GitHub counted /download (11 counted) install.sh /v1/skill catalog proxy health · DOI 10.5281/zenodo.22257762

Worker: foldlock-download-tracker.vibelock.workers.dev · product OpenAPI

GET /p/foldlock/health — Liveness. Does not increment download KV. Not zip.
POST /p/foldlock/fold-preview — Small UTF-8 text in, receipt + FLD3 base64 out. Cap ~8KB. Not zip.
POST /p/foldlock/unfold-preview — FLD3 base64 in, verified restore or error. Not zip.
GET /p/foldlock/skill — Return FoldLock skill markdown. Does not increment download KV.

curl -X POST https://aziel-runtime.vibelock.workers.dev/p/foldlock/fold-preview \
  -H 'content-type: application/json' \
  -d '{
  "text": "the cat and the dog"
}'