Everblooming sigil — Aziel Eliab

Everblooming sigil · Aziel Eliab

← Aziel Runtime

AZCoherence azcoherence v0.1.0

AZCoherence: second-pass triad coherence review (primary vs alternate → PASS/FLAG/NEUTRALIZE/REFUSE). Never invents evidence. Confidence ≠ truth. Not AKM-TRIAD. Peer AZ-CLCE is a separate product.

GitHub Worker / /cite.json /llms.txt counted /download install.sh /v1/skill pull pull skill catalog proxy health · Zenodo deposit needed · package azcoherence-0.1.0.tar.gz

Worker: https://azcoherence-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap

GET /p/azcoherence/health — Liveness. Does not increment download KV.
GET /p/azcoherence/doctor — Richer liveness: coherence receipt, refuse list, AZ-CLCE neighbor. Does not increment download KV.
POST /p/azcoherence/verify — Recompute a posted AZCoherence receipt hash. Not a truth score.
POST /p/azcoherence/review_triad — Review a posted triad (and optional alternate). Advisory. Never invents evidence.
POST /p/azcoherence/alternate_score — Score the alternate path only. Does not invent a missing score.
POST /p/azcoherence/coherence_check — Primary vs alternate → PASS / FLAG / NEUTRALIZE / REFUSE. Structured receipt. Confidence ≠ truth.
POST /p/azcoherence/neutralize_hallucination — Advisory neutralize of a scoring hallucination. Does not invent evidence. Does not emit a truth score.
GET /p/azcoherence/skill — Return AZCoherence skill markdown. Does not increment download KV.

curl -X POST https://aziel-runtime.vibelock.workers.dev/p/azcoherence/verify \
  -H 'content-type: application/json' \
  -d '{
  "r": "login button blue submit",
  "d": "login form submits",
  "p": "login button submits",
  "alternate": {
    "r": "login button blue submit",
    "d": "login form submits",
    "p": "login button submits"
  },
  "evidence": [
    "posted R/D/P layers"
  ],
  "confidence": 0.6
}'