ShadowLock shadowlock
Zero-retention observation of a job list you already have. No OS hook.
Worker: shadowlock-download-tracker.vibelock.workers.dev · product OpenAPI
GET /p/shadowlock/health — Liveness. Does not increment download KV.POST /p/shadowlock/observe — Zero-retention observation of a job list you already have.GET /p/shadowlock/skill — Return ShadowLock skill markdown. Does not increment download KV.
curl -X POST https://aziel-runtime.vibelock.workers.dev/p/shadowlock/observe \
-H 'content-type: application/json' \
-d '{
"jobs": [
{
"id": "a",
"status": "ok"
}
]
}'