AZ-CLCE azclce
Jaccard triple / pairwise / CLCE+. Detects inconsistency, not intent.
Worker: azclce-download-tracker.vibelock.workers.dev · product OpenAPI
GET /p/azclce/health — Liveness. Does not increment download KV.POST /p/azclce/score — Jaccard triple / pairwise / CLCE+.POST /p/azclce/classify — Mismatch types. Type D is a label only.POST /p/azclce/gate — Pass iff triple ≥ min (default 0.7). Advisory.GET /p/azclce/skill — Return AZ-CLCE skill markdown. Does not increment download KV.
curl -X POST https://aziel-runtime.vibelock.workers.dev/p/azclce/score \
-H 'content-type: application/json' \
-d '{
"r": "login button blue",
"d": "login form submits",
"p": "login button submits"
}'