---
name: AZCoherence
description: >-
  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. Hosted via aziel-runtime pull + invoke.
  Author Aziel Eliab.
---

# AZCoherence

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.

Author: **Aziel Eliab**. Identity is Aziel Eliab only.
Version: 0.1.0

**Banner / limitation:** AZCoherence (AZC-0.1): second-pass triad coherence reviewer. Peer AZ-CLCE detects R/D/P inconsistency; this engine reviews primary vs alternate → PASS / FLAG / NEUTRALIZE / REFUSE. Never invents evidence. Confidence ≠ truth. Not AKM-TRIAD fabric. Product cite https://github.com/AzielEliab/AZCoherence. FragGate only. Author Aziel Eliab.


Always send `User-Agent: Mozilla/5.0`.

This skill was served from **aziel-runtime** because the product Worker `/v1/skill` was not available. Prefer `https://aziel-runtime.vibelock.workers.dev/v1/pull/azcoherence/skill` on the next call.

## Pull + invoke (do not visit the product homepage first)

- Pull: `https://aziel-runtime.vibelock.workers.dev/v1/pull/azcoherence`
- Skill: `https://aziel-runtime.vibelock.workers.dev/v1/pull/azcoherence/skill`
- Invoke prefix: `https://aziel-runtime.vibelock.workers.dev/p/azcoherence`
- Worker: https://azcoherence-download-tracker.vibelock.workers.dev/
- Counted download: https://azcoherence-download-tracker.vibelock.workers.dev/download
- Install: `curl -fsSL https://azcoherence-download-tracker.vibelock.workers.dev/install.sh | bash`
- GitHub: https://github.com/AzielEliab/AZCoherence

## Ops

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

## Example

```bash
curl -s -A 'Mozilla/5.0' -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
}'
```

Apache-2.0. Forks welcome. Do not invent a DOI.
