{
  "ok": true,
  "role": "product",
  "slug": "peacelock",
  "name": "PeaceLock",
  "version": "0.1.0",
  "one_line": "Chosen silence / chosen inaction as a first-class receipt (PL-WP-0.1).",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "aka": "Aziel Elroi Eliab",
  "license": "Apache-2.0",
  "github": "https://github.com/AzielEliab/peacelock",
  "skill_url": "https://aziel-runtime.vibelock.workers.dev/v1/pull/peacelock/skill",
  "worker_skill": "https://peacelock-download-tracker.vibelock.workers.dev/v1/skill",
  "skill": "---\nname: PeaceLock\ndescription: Use when opening, sealing, breaking, or verifying a chosen-silence / chosen-inaction receipt (PL-WP-0.1). Transcript always ABSENT. HARD_DUTY cannot be bypassed. Hosted API is stateless. Hosted /v1 via this Worker or aziel-runtime. Author Aziel Eliab.\n---\n\n# PeaceLock\n\nChosen silence / chosen inaction as a first-class receipt.\n\nAuthor: **Aziel Eliab**.\n\nUse when recording that an operator chose SILENCE, INACTION, or BOTH\nfor a window. No transcript of unspoken words. No counterfactual act.\nNo inferred motive. HARD_DUTY refuses open and seal and writes nothing.\nHosted API is stateless and does not store ledgers.\n\nAlways send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.\n\n## Endpoints (this Worker)\n\nHost: `https://peacelock-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 open payload. Does not increment downloads. |\n| GET | `/v1/doctor` | Hosted self-check (no writes). Does not increment downloads. |\n| POST | `/v1/open` | Open a quiet window. HARD_DUTY refused. Client may send ledger. |\n| POST | `/v1/seal` | Seal OPEN → SEALED. HARD_DUTY refused. |\n| POST | `/v1/break` | Append BROKEN. Original seal stays. |\n| POST | `/v1/show` | Return the client-held ledger (filtered by pl_id). |\n| POST | `/v1/verify` | Walk hashes and prev links. Not stored. |\n| POST | `/v1/lattice` | Verify receipt links + state machine. |\n| POST | `/v1/upload` | Attach evidence envelope (file hash + timestamp + date stamp). |\n\nOpenAPI: `https://peacelock-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/peacelock/…` when listed.\n\nTemporalLock (timeslate lattice): `https://temporallock-download-tracker.vibelock.workers.dev/`\n\nShadowLock: `https://shadowlock-download-tracker.vibelock.workers.dev/`\n\nDecisionGATE: `https://decisiongate-download-tracker.vibelock.workers.dev/`\n\nFragGate kernel: `https://github.com/AzielEliab/fraggate`\n\n## How to call (Mozilla/5.0)\n\n```bash\ncurl -s -A 'Mozilla/5.0' https://peacelock-download-tracker.vibelock.workers.dev/v1/health\ncurl -s -A 'Mozilla/5.0' -X POST https://peacelock-download-tracker.vibelock.workers.dev/v1/open \\\n  -H 'content-type: application/json' \\\n  -d '{\"mode\":\"SILENCE\",\"channel\":\"email\",\"act_class\":\"reply\"}'\ncurl -s -A 'Mozilla/5.0' -X POST https://peacelock-download-tracker.vibelock.workers.dev/v1/verify \\\n  -H 'content-type: application/json' \\\n  -d '{\"ledger\":[]}'\ncurl -s -A 'Mozilla/5.0' https://peacelock-download-tracker.vibelock.workers.dev/v1/skill\n```\n\nWorks with ChatGPT (GPT Actions / OpenAI), Grok (xAI), Venice, Claude (Anthropic), Cursor (MCP), Glama (MCP), Perplexity, Microsoft Copilot / Bing, Google Gemini / Vertex, Mistral, Meta AI, Apple Intelligence surfaces, Amazon Q tooling, DuckAssist, You.com, Cohere, and other MCP/OpenAPI-capable assistants. Import the catalog or Worker OpenAPI as a GPT Action, custom HTTP tool, or custom OpenAPI tool. MCP clients (Cursor, Glama, Claude, and others): `POST` the catalog MCP endpoint.\n\n## Local (after one-click install)\n\n```bash\ncurl -fsSL https://peacelock-download-tracker.vibelock.workers.dev/install.sh | bash\npeacelock ui\npeacelock doctor\n```\n\nThen open http://127.0.0.1:8768 (this computer only).\n\n## Honest banner\n\nTHIS IS: chosen silence / chosen inaction as a first-class receipt (PL-WP-0.1). THIS IS NOT: a gag-order kit, a wiretap, or third-party binding. HARD_DUTY cannot be bypassed. The Worker does not store ledgers. Author Aziel Eliab.\n\nCite the GitHub repository and this Worker. No Zenodo DOI is invented here; a software deposit is still needed.\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: quiet-window receipts, not transcripts.\n\n- Product homepage (workspace + counted download): https://peacelock-download-tracker.vibelock.workers.dev/\n- Catalog product (when listed): https://aziel-runtime.vibelock.workers.dev/p/peacelock/\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://peacelock-download-tracker.vibelock.workers.dev/v1/skill`\n- This Worker OpenAPI: https://peacelock-download-tracker.vibelock.workers.dev/openapi.json\n- Sample payload: `GET https://peacelock-download-tracker.vibelock.workers.dev/v1/example`\n\nLocal UI: **Import JSONL file** (`type=file`) and **Export JSONL**. Upload hashes file bytes and stamps timestamp + date. Then `peacelock doctor`.\n\nWorks with ChatGPT (GPT Actions / OpenAI), Grok (xAI), Venice, Claude (Anthropic), Cursor (MCP), Glama (MCP), Perplexity, Microsoft Copilot / Bing, Google Gemini / Vertex, Mistral, Meta AI, Apple Intelligence surfaces, Amazon Q tooling, DuckAssist, You.com, Cohere, and other MCP/OpenAPI-capable assistants. Import catalog or Worker OpenAPI as a GPT Action, custom HTTP tool, or custom OpenAPI tool. MCP clients: `POST https://aziel-runtime.vibelock.workers.dev/mcp`.\n\nCounted download (gzip HTTP 200, no 302): https://peacelock-download-tracker.vibelock.workers.dev/download?asset=peacelock-0.1.0.tar.gz\nGitHub: https://github.com/AzielEliab/peacelock\n",
  "download": "https://peacelock-download-tracker.vibelock.workers.dev/download",
  "cite": "https://peacelock-download-tracker.vibelock.workers.dev/cite.json",
  "llms": "https://peacelock-download-tracker.vibelock.workers.dev/llms.txt",
  "sitemap": "https://peacelock-download-tracker.vibelock.workers.dev/sitemap.xml",
  "count": "https://peacelock-download-tracker.vibelock.workers.dev/count",
  "install": "https://peacelock-download-tracker.vibelock.workers.dev/install.sh",
  "install_sh": "curl -fsSL https://peacelock-download-tracker.vibelock.workers.dev/install.sh | bash",
  "openapi": "https://peacelock-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": "open",
      "method": "POST",
      "summary": "Open a PeaceLock lattice. HARD_DUTY refuses. Transcript / counterfactual / motive stay ABSENT."
    },
    {
      "op": "seal",
      "method": "POST",
      "summary": "Seal chosen silence or chosen inaction onto the lattice. HARD_DUTY refuses. Does not invent a transcript."
    },
    {
      "op": "break",
      "method": "POST",
      "summary": "End a sealed silence / inaction period. Still no transcript."
    },
    {
      "op": "show",
      "method": "POST",
      "summary": "Show the lattice without inventing ABSENT fields."
    },
    {
      "op": "verify",
      "method": "POST",
      "summary": "Verify hash-chain + ABSENT + HARD_DUTY invariants."
    },
    {
      "op": "stamp",
      "method": "POST",
      "summary": "Timestamped file-hash envelope. Hashes bytes only. Does not store files."
    },
    {
      "op": "upload_envelope",
      "method": "POST",
      "summary": "Same as stamp: timestamped file-hash envelope. Not a file store."
    },
    {
      "op": "skill",
      "method": "GET",
      "summary": "Return PeaceLock skill markdown. Does not increment download KV."
    }
  ],
  "banner": "PeaceLock (PL-WP-0.1) records chosen silence or chosen inaction as a hash-chained receipt. Transcript, counterfactual, and motive are ABSENT. HARD_DUTY refuses a silence/inaction receipt. Not a transcript, not a court, not TemporalLock. Author Aziel Eliab.",
  "limitations": "PeaceLock (PL-WP-0.1) records chosen silence or chosen inaction as a hash-chained receipt. Transcript, counterfactual, and motive are ABSENT. HARD_DUTY refuses a silence/inaction receipt. Not a transcript, not a court, not TemporalLock. Author Aziel Eliab.",
  "aliases": {
    "catalog_card": "https://aziel-runtime.vibelock.workers.dev/p/peacelock",
    "catalog_skill": "https://aziel-runtime.vibelock.workers.dev/p/peacelock/skill",
    "catalog_health": "https://aziel-runtime.vibelock.workers.dev/p/peacelock/health",
    "invoke_prefix": "https://aziel-runtime.vibelock.workers.dev/p/peacelock",
    "worker_home": "https://peacelock-download-tracker.vibelock.workers.dev/",
    "slugs": [
      "peacelock",
      "peace-lock",
      "pl-wp",
      "pl-wp-0.1"
    ]
  },
  "doi": null,
  "doi_note": "No DOI. Zenodo software deposit needed. Do not invent one.",
  "skill_source": "https://peacelock-download-tracker.vibelock.workers.dev/v1/skill (service binding)+cache",
  "kv_increment": false
}