{
  "ok": true,
  "role": "product",
  "slug": "temporallock",
  "name": "TemporalLock",
  "version": "0.2.0",
  "one_line": "Hash-chained receipts anyone can verify. Explicit genesis, append, verify.",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/temporallock",
  "skill_url": "https://aziel-runtime.vibelock.workers.dev/v1/pull/temporallock/skill",
  "worker_skill": "https://temporallock-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: TemporalLock\ndescription: Use when minting or verifying an immutable timeslate lattice hash-chained against StaticClock. AZ-OS integrity log. Receipts, not truth claims. Hosted API is stateless. Hosted /v1 via this Worker or aziel-runtime. Author Aziel Eliab.\n---\n\n# TemporalLock\n\nImmutable timeslate lattice. Hash-chained against StaticClock. Receipts, not truth claims.\n\nAuthor: **Aziel Eliab**.\n\nUse when minting or verifying append-only timeslates bound to a StaticClock gear-click. No rollbacks. AZ-OS prefab hooks may write this integrity log. Hosted API is stateless and does not run AZ-OS.\n\nAlways send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.\n\n## Endpoints (this Worker)\n\nHost: `https://temporallock-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 timeslate payload. Does not increment downloads. |\n| POST | `/v1/genesis` | First timeslate. Body includes summary + evidence. Optional click. |\n| POST | `/v1/append` | Append a timeslate. Client sends the chain. Decreasing click_index is refused. |\n| POST | `/v1/timeslate` | Genesis or append a StaticClock-bound timeslate. |\n| POST | `/v1/verify` | Verify receipt hashes and prev links. Not stored. |\n| POST | `/v1/lattice` | Verify receipt links + timeslate binds + no StaticClock rollback. |\n| POST | `/v1/click` | Local SHA-256 of a StaticClock-shaped gear-click. No network. |\n| POST | `/v1/gate` | File-gate preview (hash + timeslate). |\n\nOpenAPI: `https://temporallock-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/temporallock/…`.\n\nStaticClock (gear-click timeline): `https://staticclock-download-tracker.vibelock.workers.dev/`\n\nAZ-OS (prefab OS hooks; integrity precedes execution): `https://azos-download-tracker.vibelock.workers.dev/`\n\n## How to call (Mozilla/5.0)\n\n```bash\ncurl -s -A 'Mozilla/5.0' https://temporallock-download-tracker.vibelock.workers.dev/v1/health\ncurl -s -A 'Mozilla/5.0' -X POST https://temporallock-download-tracker.vibelock.workers.dev/v1/genesis \\\n  -H 'content-type: application/json' \\\n  -d '{\"summary\":\"desk closed\",\"evidence\":\"log row\"}'\ncurl -s -A 'Mozilla/5.0' -X POST https://temporallock-download-tracker.vibelock.workers.dev/v1/lattice \\\n  -H 'content-type: application/json' \\\n  -d '{\"chain\":[]}'\ncurl -s -A 'Mozilla/5.0' https://temporallock-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://temporallock-download-tracker.vibelock.workers.dev/install.sh | bash\ntemporallock ui\ntemporallock doctor\n```\n\nThen open http://127.0.0.1:8766 (this computer only).\n\n## Honest banner\n\nTHIS IS: an immutable timeslate lattice hash-chained against the StaticClock gear-click timeline, used as the AZ-OS integrity log. THIS IS NOT: a kernel, scheduler, truth score, court, or remote shell. The Worker does not store chains and does not run AZ-OS. Author Aziel Eliab.\n\nDOI: https://doi.org/10.5281/zenodo.21431405  \nRecord: https://zenodo.org/records/21431405\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: Timeslate lattice × StaticClock. AZ-OS integrity, not a kernel.\n\n- Catalog product: https://aziel-runtime.vibelock.workers.dev/p/temporallock/\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://temporallock-download-tracker.vibelock.workers.dev/v1/skill`\n- This Worker OpenAPI: https://temporallock-download-tracker.vibelock.workers.dev/openapi.json\n- Sample payload: `GET https://temporallock-download-tracker.vibelock.workers.dev/v1/example`\n\nLocal UI: **Import JSON file** (`type=file`) and **Export JSON**. Then `temporallock doctor`.\n\nGrok: import catalog or Worker OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.\n\nCounted download (gzip HTTP 200, no 302): https://temporallock-download-tracker.vibelock.workers.dev/download?asset=temporallock-0.2.0.tar.gz\nGitHub: https://github.com/AzielEliab/temporallock\n",
  "download": "https://temporallock-download-tracker.vibelock.workers.dev/download",
  "count": "https://temporallock-download-tracker.vibelock.workers.dev/count",
  "install": "https://temporallock-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://temporallock-download-tracker.vibelock.workers.dev/install.sh | bash",
  "openapi": "https://temporallock-download-tracker.vibelock.workers.dev/openapi.json",
  "runtime_openapi": "https://aziel-runtime.vibelock.workers.dev/openapi.json",
  "ops": [
    {
      "op": "health",
      "method": "GET",
      "summary": "Liveness. Does not increment download KV."
    },
    {
      "op": "genesis",
      "method": "POST",
      "summary": "First receipt of a chain (explicit genesis)."
    },
    {
      "op": "append",
      "method": "POST",
      "summary": "Append a receipt to an existing chain payload."
    },
    {
      "op": "verify",
      "method": "POST",
      "summary": "Recompute hashes. Anyone can verify."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return TemporalLock skill markdown. Does not increment download KV."
    }
  ],
  "banner": "Hash-chained receipts anyone can verify. Explicit genesis, append, verify.",
  "limitations": "Hash-chained receipts anyone can verify. Explicit genesis, append, verify.",
  "aliases": {
    "catalog_card": "https://aziel-runtime.vibelock.workers.dev/p/temporallock",
    "catalog_skill": "https://aziel-runtime.vibelock.workers.dev/p/temporallock/skill",
    "catalog_health": "https://aziel-runtime.vibelock.workers.dev/p/temporallock/health",
    "invoke_prefix": "https://aziel-runtime.vibelock.workers.dev/p/temporallock",
    "worker_home": "https://temporallock-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "temporallock"
    ]
  },
  "doi": "10.5281/zenodo.21431405",
  "doi_note": "Historical DOI only. Do not invent a replacement. See /cite.json.",
  "skill_source": "https://temporallock-download-tracker.vibelock.workers.dev/v1/skill (service binding)",
  "kv_increment": false
}