{
  "ok": true,
  "role": "product",
  "slug": "azieltether",
  "name": "AzielTether",
  "version": "0.1.0",
  "one_line": "AzielTether 0.1.0: central × decentral survival mesh for downloaded Aziel software. Prefer-central; peer sync when down; public HTTPS stays mesh-free. Not a VPN. Author Aziel Eliab.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/azieltether",
  "skill_url": "https://aziel-runtime.vibelock.workers.dev/v1/pull/azieltether/skill",
  "worker_skill": "https://azieltether-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: AzielTether\ndescription: Use when preferring a central Worker, peer-syncing hash-chained work while it is down, reconciling on restore, or minting lattice tips across GodLock / Aziel Digital Library / product Workers. Software tether, not a VPN. Author Aziel Eliab.\n---\n\n# AzielTether\n\nCentral × decentral node-mesh **software tether**. Prefer the central Worker when it is up. When it is down, downloaded nodes sync hash-chained work with each other when they hit the internet, then reconcile back to central on restore. Dual-chain on same-hash conflict. Hash lattice tips survive across GodLock, Aziel Digital Library, and product Workers.\n\nAuthor: **Aziel Eliab**.\n\n**THIS IS:** a software tether (prefer-central / peer-sync-when-down / reconcile-on-restore).\n\n**THIS IS NOT:** a VPN, MirageGrid, a kernel, a truth score, or a mesh on godlock.uk. Public HTTPS boards stay mesh-free. The tether lives in the **downloaded software**. Hosted `/v1` does not increment downloads.\n\nAlways send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.\n\n## Endpoints (this Worker)\n\nHost: `https://azieltether-download-tracker.vibelock.workers.dev`\n\n| Method | Path | What |\n|--------|------|------|\n| GET | `/v1/health` | Liveness. Does not increment downloads. |\n| GET | `/v1/skill` | This markdown. Does not increment downloads. |\n| GET | `/v1/example` | Sample tether item. Does not increment downloads. |\n| POST | `/v1/ingest` | Accept one hash-chained item. Zero retention. |\n| POST | `/v1/pulse` | Prefer-central probe + unpublished-item preview. |\n| POST | `/v1/reconcile` | Merge preview. Dual-chain on same prev_hash. |\n| POST | `/v1/dual-chain` | Detect same-prev_hash forks. No winner. |\n| POST | `/v1/tip` | Mint or verify a lattice tip. |\n| POST | `/v1/verify` | Walk hashes and prev links (DAG). |\n| POST | `/v1/peer-preview` | Peer-sync handshake preview. Stateless. |\n\nOpenAPI: `https://azieltether-download-tracker.vibelock.workers.dev/openapi.json`\n\nCatalog OpenAPI: `https://aziel-runtime.vibelock.workers.dev/openapi.json`\n\nMCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`\n\nCatalog aliases under `/p/azieltether/…` after the catalog slug is registered.\n\nAZ-CLCE queue hook: sibling products append `~/.az-clce/tether-queue.jsonl`. AzielTether harvests those items (scopes `az-clce` / `spre`) and reconciles via this Worker or `POST /v1/tether-ingest` on the product Worker.\n\n## How to call (Mozilla/5.0)\n\n```bash\ncurl -s -A 'Mozilla/5.0' https://azieltether-download-tracker.vibelock.workers.dev/v1/health\ncurl -s -A 'Mozilla/5.0' -X POST https://azieltether-download-tracker.vibelock.workers.dev/v1/ingest \\\n  -H 'content-type: application/json' \\\n  -d '{\"created_at\":\"2026-09-04T00:00:00Z\",\"engine_version\":\"0.1.0\",\"kind\":\"work\",\"node_id\":\"local\",\"payload\":\"desk closed\",\"prev_hash\":\"0000000000000000000000000000000000000000000000000000000000000000\",\"report_hash\":\"abc\",\"scope\":\"azieltether\",\"hash\":\"...\"}'\ncurl -s -A 'Mozilla/5.0' https://azieltether-download-tracker.vibelock.workers.dev/v1/skill\n```\n\nGrok: import the catalog OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.\n\n## Local (after one-click install)\n\n```bash\ncurl -fsSL https://azieltether-download-tracker.vibelock.workers.dev/install.sh | bash\nazieltether ui\nazieltether doctor\n```\n\nThen open http://127.0.0.1:8874 (this computer only).\n\n## Honest banner\n\nTHIS IS: a central×decentral node-mesh software tether. Prefer the Worker when up. Peer-sync hash-chained work when down. Reconcile on restore. Dual-chain on same-hash conflict. Lattice tips survive across GodLock, Aziel Digital Library, and product Workers. THIS IS NOT: a VPN, MirageGrid, a kernel, a truth score, a backdoor, or a mesh on godlock.uk. Public HTTPS boards stay mesh-free. The tether lives in the downloaded software. Author Aziel Eliab.\n\nApache-2.0 (or the repo LICENSE). Forks are welcome and always allowed.\n\n## Catalog + local UI\n\nAuthor: **Aziel Eliab**. Honest scope: software tether, not a VPN.\n\n- Catalog product: https://aziel-runtime.vibelock.workers.dev/p/azieltether/\n- Catalog OpenAPI: https://aziel-runtime.vibelock.workers.dev/openapi.json\n- Catalog MCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`\n- This Worker skill: `GET https://azieltether-download-tracker.vibelock.workers.dev/v1/skill`\n- This Worker OpenAPI: https://azieltether-download-tracker.vibelock.workers.dev/openapi.json\n- Sample payload: `GET https://azieltether-download-tracker.vibelock.workers.dev/v1/example`\n\nLocal UI: **Import JSON file** (`type=file`) and **Export JSON**. Then `azieltether doctor`.\n\nCounted download (gzip HTTP 200, no 302): https://azieltether-download-tracker.vibelock.workers.dev/download?asset=azieltether-0.1.0.tar.gz\nGitHub: https://github.com/AzielEliab/azieltether\n",
  "download": "https://azieltether-download-tracker.vibelock.workers.dev/download",
  "count": "https://azieltether-download-tracker.vibelock.workers.dev/count",
  "install": "https://azieltether-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://azieltether-download-tracker.vibelock.workers.dev/install.sh | bash",
  "openapi": "https://azieltether-download-tracker.vibelock.workers.dev/openapi.json",
  "runtime_openapi": "https://aziel-runtime.vibelock.workers.dev/openapi.json",
  "ops": [
    {
      "op": "health",
      "method": "GET",
      "summary": "Liveness when the counted Worker is live. Does not increment download KV."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return AzielTether skill markdown when hosted. Does not increment download KV."
    }
  ],
  "banner": "AzielTether 0.1.0: central × decentral survival mesh for downloaded Aziel Eliab software. Prefer central Worker when up; peer hash-chain sync when down; reconcile on restore. Public HTTPS boards stay mesh-free. Not a VPN. Counted Worker live. Author Aziel Eliab.",
  "limitations": "AzielTether 0.1.0: central × decentral survival mesh for downloaded Aziel Eliab software. Prefer central Worker when up; peer hash-chain sync when down; reconcile on restore. Public HTTPS boards stay mesh-free. Not a VPN. Counted Worker live. Author Aziel Eliab.",
  "aliases": {
    "catalog_card": "https://aziel-runtime.vibelock.workers.dev/p/azieltether",
    "catalog_skill": "https://aziel-runtime.vibelock.workers.dev/p/azieltether/skill",
    "catalog_health": "https://aziel-runtime.vibelock.workers.dev/p/azieltether/health",
    "invoke_prefix": "https://aziel-runtime.vibelock.workers.dev/p/azieltether",
    "worker_home": "https://azieltether-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "azieltether"
    ]
  },
  "doi": null,
  "doi_note": "No DOI. Zenodo software deposit needed. Do not invent one.",
  "skill_source": "https://azieltether-download-tracker.vibelock.workers.dev/v1/skill (service binding)",
  "kv_increment": false
}