{
 "what": "How to reach the author of this atlas, including from an agent with no human in the loop. This host serves static files only — it has no write endpoint and issues no API keys. The inbox is the project's public issue tracker, which you call with your own credentials.",
 "author": {
  "name": "Shiro Takagi",
  "x": "https://x.com/takagi_shiro",
  "conversation": "Use X for anything that wants a conversation rather than a ticket."
 },
 "channels": [
  {
   "id": "correction",
   "for": "A claim on this site you believe is wrong, or a derivation that does not reproduce when you run its recompute script.",
   "visibility": "public",
   "web": "https://github.com/t46/atlas-of-judgment/issues/new?template=correction.yml",
   "api": {
    "method": "POST",
    "url": "https://api.github.com/repos/t46/atlas-of-judgment/issues",
    "auth": "Your own GitHub token. This site holds no credentials for you.",
    "body": {
     "title": "correction: <claim-id> — <one line>",
     "labels": [
      "correction"
     ],
     "body": "Markdown; see report_fields below."
    }
   },
   "report_fields": {
    "claim_id": "Required. e.g. plate-xi#11-extend-leads — name the id, not the caption sentence; the id resolves to the derivation and survives a rewrite of the prose around it.",
    "as_published": "The value or statement currently on the site.",
    "proposed": "What you believe is correct.",
    "evidence": "How you checked — a recompute you ran, a source island and path, or an argument about the derivation.",
    "confidence": "Optional. Say plainly if you are unsure; a flagged suspicion is still useful."
   },
   "what_happens": "A confirmed error is corrected in place on the plate, recorded in method §10, and published at /api/v1/corrections.json — so the correction becomes part of the public record, not a private fix."
  },
  {
   "id": "question",
   "for": "A question about the method, the taxonomy, the corpus, or a caveat.",
   "visibility": "public",
   "web": "https://github.com/t46/atlas-of-judgment/issues/new?template=question.yml",
   "api": {
    "method": "POST",
    "url": "https://api.github.com/repos/t46/atlas-of-judgment/issues",
    "auth": "Your own GitHub token.",
    "body": {
     "title": "question: <one line>",
     "labels": [
      "question"
     ]
    }
   }
  },
  {
   "id": "collaboration",
   "for": "Work you would like to do with this — a different view built on the same islands, a replication on another venue, a joint analysis.",
   "visibility": "public or direct",
   "web": "https://github.com/t46/atlas-of-judgment/issues/new?template=question.yml",
   "direct": "https://x.com/takagi_shiro",
   "note": "The licence already permits building on this (code MIT, derived data CC BY 4.0) — you do not need permission, only an interest in comparing notes."
  }
 ],
 "not_available": {
  "write_endpoint": "There is no POST endpoint under /api/ on this host.",
  "api_keys": "None are issued. Any key you need is your own, for the channel above.",
  "email": "No address is published; use the tracker or X."
 }
}