WhistleLock whistlelock v0.1.0
Local drop ledger + dead-man copy. Not a mailer.
Worker: https://whistlelock-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap
GET /p/whistlelock/health — Liveness. Does not increment download KV. Hosted never holds whistle files.POST /p/whistlelock/hash-preview — SHA-256 of posted bytes. Not stored. Hosted never holds whistle files.POST /p/whistlelock/canon-preview — Hash a proposed ledger row. Not stored. Not a mailer.GET /p/whistlelock/skill — Return WhistleLock skill markdown. Does not increment download KV.
curl -X POST https://godlock.uk/runtime/p/whistlelock/hash-preview \
-H 'content-type: application/json' \
-d '{
"summary": "sample drop",
"kind": "drop"
}'