scsh 1.41.13

Scoped Skills Helper — preflight a git repo and run its scoped skills in ephemeral containers.
# Built-in harness definition: an end-to-end confirm task. scsh gates a `doctor` run
# with extra pre-checks (agent images built + credentials present) before it starts;
# the task itself just proves an agent can run to completion and write its result.
description: "Verify the agent images are built and credentials work, then run a trivial confirm-task end to end."
task: |
  Connectivity probe. Write the JSON object
  {"ok": true, "model": "<the model id you are running as>",
   "message": "connectivity ok - responding as <the model id you are running as>"}
  to the file named by the `SCSH_RESULT` environment variable, then stop. Do nothing else.
invocations:
  opencode-gpt-5.6-luna:
    harness: opencode
    model: openai/gpt-5.6-luna
  claude-sonnet:
    harness: claude
    model: sonnet
  codex-luna:
    harness: codex
    model: gpt-5.6-luna
    effort: low
  cursor-auto:
    harness: cursor
    model: auto
  grok-build:
    harness: grok
    model: grok-build