Rose-star — Aziel Eliab

Aziel Eliab

← Aziel Runtime · Workspace

MMConsensus mmconsensus v0.1.0

MMConsensus: structured consensus over posted opinions. Adjacent to DecisionGATE. No live model calls. FragGate only.

#mmconsensus #mmconsensus-plain #mmconsensus-tally #mmconsensus-agree #mmconsensus-honesty

Use in browser Download desktop Connect AI GitHub in-runtime /v1/skill pull pull skill catalog proxy health · Zenodo deposit needed

In-runtime engine (no separate product Worker). · runtime OpenAPI

POST /v1/fraggate/call { slug: "mmconsensus", op: "health" } — Liveness. Does not increment download KV.
POST /v1/fraggate/call { slug: "mmconsensus", op: "doctor" } — Richer liveness: posted-opinion tally, refuse list. Does not increment download KV.
POST /v1/fraggate/call { slug: "mmconsensus", op: "tally" } — Majority over caller-supplied verdicts. Does not call models.
POST /v1/fraggate/call { slug: "mmconsensus", op: "agree" } — Token Jaccard over posted opinion texts. HEURISTIC. Not live inference.
POST /v1/fraggate/call { slug: "mmconsensus", op: "limitation" } — Honesty labels: HEURISTIC tally; SLOT for live multi-model calls.
POST /v1/fraggate/call { slug: "mmconsensus", op: "skill" } — Return MMConsensus skill markdown. Does not increment download KV.

curl -s -A 'Mozilla/5.0' -X POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call \
  -H 'content-type: application/json' \
  -d '{"slug":"mmconsensus","op":"tally","payload":{"statement":"Ship the catalog Worker this week.","opinions":[{"source":"a","verdict":"PASS","text":"OpenAPI review is done"},{"source":"b","verdict":"PASS","text":"OpenAPI review finished"}]}}'

FragGate only — same LIVE_OPS as MCP fraggate_call / POST /v1/fraggate/call. One backend, two surfaces.

POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call
{ "slug": "mmconsensus", "op": "doctor", "payload": {
  "statement": "Ship the catalog Worker this week.",
  "opinions": [
    {
      "source": "a",
      "verdict": "PASS",
      "text": "OpenAPI review is done"
    },
    {
      "source": "b",
      "verdict": "PASS",
      "text": "OpenAPI review finished"
    }
  ]
} }

Launch parts

Product-specific #hashtag parts for MMConsensus (mmconsensus). Not identical copy across Softwares. Shared About Aziel + FoldLock corpus tip follow. Person @id https://www.azieleliab.com/#aziel.

#mmconsensus MMConsensus

MMConsensus: structured consensus over posted opinions. Adjacent to DecisionGATE. No live model calls. FragGate only.

#mmconsensus-plain MMConsensus plain

MMConsensus is catalog bucket plain (Clock ≠ Lock). FragGate slug mmconsensus.

#mmconsensus-tally tally

Majority over caller-supplied verdicts. Does not call models.

#mmconsensus-agree agree

Token Jaccard over posted opinion texts. HEURISTIC. Not live inference.

#mmconsensus-honesty MMConsensus honesty

MMConsensus (MM-CONSENSUS-0.1): structured consensus over opinions you already have. Adjacent to DecisionGATE — not a replacement hop. No live model calls. In-runtime placement. FragGate only. Author Aziel Eliab.

About Aziel #about-aziel

You don't get to know me. You get to understand the work. The public identity is the work, not a biography.

Person @id https://www.azieleliab.com/#aziel. Identity Aziel Eliab only. Also known as Aziel Elroi Eliab (alternateName only). GodLock is a product name, not identity.

Goals

Philosophy

Mission

Status

Not this

Published machine / Person surfaces only: /about · /llms.txt · /person.jsonld · /who-is-aziel-eliab.txt · /who · /who-is. Not a biography.

FoldLock corpus tip #foldlock-corpus-tip

AZCL-FOLD-TIP-1.0 — hash-verified in-process tip (label REAL). The full Aziel Digital Library remains on https://www.azielcorpuslibrary.net/ (label LIVE). In-process D1 is SLOT unless CORPUS_D1 is bound. This Worker does not contain the entire live library.

THIS IS: a FoldLock-packed tip of the library index cite + bundled sample-MASTER key artifacts + published About Aziel. Hash-verified in-process (label REAL). THIS IS NOT: the entire live Aziel Digital Library; live D1 MASTER; azcorpus/azlibrary record bytes; hosted_store; zip. Full library remains on https://www.azielcorpuslibrary.net (label LIVE). In-process D1 is SLOT unless CORPUS_D1 is bound. Author: Aziel Eliab only.

Live index (not embedded): https://www.azielcorpuslibrary.net/v1/library-index. Open / verify only through FragGate.

Control panel — FragGate foldlock/pack-verify and aziel-corpus/tip-pack. Same door as MCP fraggate_call.

POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call
{ "slug": "foldlock", "op": "pack-verify", "payload": {
  "pack": "aziel-corpus-library-tip"
} }