← Aziel Eliab product runtime catalog

DecisionGATE decisiongate

Five sequential gates on a proposal. Freedom without clarity is chaos.

GitHub counted /download install.sh /v1/skill catalog proxy health · DOI 10.5281/zenodo.21435730

Worker: decisiongate-download-tracker.vibelock.workers.dev · product OpenAPI

GET /p/decisiongate/health — Liveness. Does not increment download KV.
POST /p/decisiongate/check — Run the five sequential gates on a proposal.
GET /p/decisiongate/skill — Return DecisionGATE skill markdown. Does not increment download KV.

curl -X POST https://aziel-runtime.vibelock.workers.dev/p/decisiongate/check \
  -H 'content-type: application/json' \
  -d '{
  "statement": "Release the catalog Worker this week.",
  "evidence": [
    "OpenAPI 3.1 combined spec."
  ],
  "impact_pos": [
    "One URL for GPT Actions."
  ],
  "impact_neg": [
    "A vague draft takes longer."
  ],
  "values": [
    "Clarity without force"
  ],
  "accountable": "Aziel Eliab"
}'