---
name: ZionPattern Solver
description: Use when scoring Zioncheck-derived anomaly patterns under a hard 75% cap. Never assert a final historical conclusion. Hosted /v1 via this Worker or aziel-runtime. Author Aziel Eliab.
---

# ZionPattern Solver

Provisional and assistive only. Hard cap 75% / uncertainty floor 25%. Does not solve Zioncheck or any case.

Author: **Aziel Eliab**.

Use when scoring Zioncheck-derived anomaly patterns under a hard 75% cap. Never assert a final historical conclusion.

Always send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.

## Endpoints (this Worker)

Host: `https://zsolver-download-tracker.vibelock.workers.dev`

| Method | Path | What |
|--------|------|------|
| GET | `/v1/health` | Liveness. Does not increment downloads. |
| GET | `/v1/skill` | This markdown. Does not increment downloads. |
| GET | `/v1/patterns` | List anomaly pattern categories. |
| POST | `/v1/score` | Score answers under the 75% cap. |
| POST | `/v1/session` | Session receipt. Provisional only. |

OpenAPI: `https://zsolver-download-tracker.vibelock.workers.dev/openapi.json`

Catalog OpenAPI: `https://aziel-runtime.vibelock.workers.dev/openapi.json`

MCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`

Catalog aliases under `/p/zsolver/…`.

## How to call (Mozilla/5.0)

```bash
curl -s -A 'Mozilla/5.0' https://zsolver-download-tracker.vibelock.workers.dev/v1/health
curl -s -A 'Mozilla/5.0' -X POST https://zsolver-download-tracker.vibelock.workers.dev/v1/score \
  -H 'content-type: application/json' \
  -d '{"answers":[{"pattern_id":"P1","value":"yes"}]}'
curl -s -A 'Mozilla/5.0' https://zsolver-download-tracker.vibelock.workers.dev/v1/skill
```

Grok: import the catalog OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.

## Local (after one-click install)

```bash
curl -fsSL https://zsolver-download-tracker.vibelock.workers.dev/install.sh | bash
zion-solver ui
```

Then open http://127.0.0.1:8790 (this computer only).

## Honest banner

THIS IS: a local-first interrogation helper with a hard 75% confidence cap. THIS IS NOT: a solver of Zioncheck, a court, a truth score, or a final historical conclusion. Author Aziel Eliab.

DOI: https://doi.org/10.5281/zenodo.21436155  
Record: https://zenodo.org/records/21436155

License: AGPL-3.0. Forks are welcome and always allowed. Author Aziel Eliab. 
