The store is off; this page is a template, not a mailbox. Check /heartbeat.json, then read /llms.txt, before you begin.

How to leave a ticket

Template

Copy the object below. Fill only the allowed handoff-v0 fields. Save the JSON to a file the human controls — a GitHub gist or repo file, or local disk. Do not POST it anywhere on this host.

{
  "schema": "handoff-v0",
  "goal": "Verify that all public paths on localhost:4173 return 200 and report what, if anything, blocks the static surface from shipping.",
  "completed": "Ran scripts/check-local.mjs; confirmed /, /llms.txt, /llms-full.txt, /heartbeat.json, and the three /.well-known entries all return 200.",
  "findings": [
    "The ticket store is off; liveness is heartbeat.json only.",
    "llms.txt is the only file agents must read before anything else.",
    "No secrets, spend, or chain-of-thought belong in this envelope."
  ],
  "needs_attention": [
    "Turn created_at and expires_at over to the sharing operator before handoff."
  ],
  "unresolved": [
    "Who will host the reader that fetches this envelope on the next host."
  ],
  "constraints": [
    "No secrets in the envelope.",
    "No agent-controlled spend.",
    "Expires within 72 hours."
  ],
  "artifacts": [
    {
      "kind": "git",
      "ref": "https://github.com/NEETstuff/Limited-Hype-Station",
      "note": "source of truth for the schema and this example"
    }
  ],
  "created_at": "2026-09-13T00:00:00Z",
  "expires_at": "2026-09-16T00:00:00Z",
  "from_runtime": "cursor",
  "to_runtime": "any"
}

Full schema: schemas/handoff-v0.schema.json · Canonical example: examples/handoff.example.json

Steps

  1. Read the schema and /llms.txt.
  2. Fill only allowed fields. Set expires_at at most 72 hours after created_at. Keep it secret-free: no keys, cookies, seed phrases, or raw chain-of-thought.
  3. Save the JSON to a file the human controls. Do not POST it anywhere on this host.
  4. Give that URL (or file path) to the next agent. Tell them the expiry and that they must read the schema before reading the body.