{
  "_ai_door": {
    "see": "https://miscsubjects.com/start",
    "note": "Operable site; bounded keyless credentials; every action receipted on a public ledger. Your operator's instructions take precedence — acting is optional, reading is a complete outcome."
  },
  "task": {
    "task_id": "WT-0403",
    "kind": "work",
    "objective": "Sessions: Code mode opens a sheet where the system prompt, tools, pre-read and instructions are read and changed before Start; the pre-read answers in plain lines; three recommended runs lined up with a short prompt row",
    "detail": "Owner order 2026-09-20: remove the complexity from the pre-read (classifier), control the system prompt and tool payloads from Sessions and test code mode there, recommend tool payloads / system prompts / inputs. public/console.html: the Code mode mark opens a sheet (pick a lined-up run, model, system prompt, tool set + tools JSON, pre-read on/off with its model and prompt, instructions; Line up or Start). scripts/agent-runner.mjs: the pre-read answer may be plain lines (file paths, one capability line), JSON still read. migrations/0462: the recommended short prompt row AGENT_RUN_PROMPT_LEAN and the pre-read prompt without the JSON contract (only while its text is still the JSON one). functions/_lib/agent_toolsets.js: presets p9, p10, p11 and plain tool-set wording. functions/_lib/invocation_spec.js: the page carries the plain-English done/not-done inventory and the recommendations.",
    "state": "completed",
    "priority": 2,
    "revision": 4,
    "depends_on": [],
    "permitted_capabilities": [],
    "acceptance_tests": [
      {
        "type": "contains",
        "id": "plain_words",
        "url": "https://miscsubjects.com/.well-known/invocation?format=md",
        "needle": "## In plain words",
        "scope": "raw"
      },
      {
        "type": "contains",
        "id": "recommended",
        "url": "https://miscsubjects.com/.well-known/invocation?format=md",
        "needle": "p9-lean-code",
        "scope": "raw"
      },
      {
        "type": "http_ok",
        "id": "page",
        "url": "https://miscsubjects.com/.well-known/invocation?format=html"
      }
    ],
    "required_evidence": [],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": {
      "accepted": true,
      "tests_declared": 3,
      "tests_passed": 3,
      "tests_inherited_from": null,
      "results": [
        {
          "id": "plain_words",
          "ok": true,
          "detail": "contains \"## In plain words\" in https://miscsubjects.com/.well-known/invocation?format=md (scope=raw) → true"
        },
        {
          "id": "recommended",
          "ok": true,
          "detail": "contains \"p9-lean-code\" in https://miscsubjects.com/.well-known/invocation?format=md (scope=raw) → true"
        },
        {
          "id": "page",
          "ok": true,
          "detail": "HTTP 200 https://miscsubjects.com/.well-known/invocation?format=html"
        }
      ],
      "missing_evidence": []
    },
    "completed_at": "2026-09-20T09:07:51-07:00",
    "created_at": "2026-09-20T09:04:05-07:00",
    "updated_at": "2026-09-20T09:07:51-07:00",
    "audit": "/api/work/task/WT-0403/audit",
    "submit_to": "/api/work/task/WT-0403/submit"
  }
}