Skip to main content

Bundled verified workflow (wf_complete)

Bundled wf_complete demo: read-only SQL matched the expected contacts row under the packaged registry at verification time.

This page is for organic discovery: it shows the same bundled success path you get from npm start, rendered as a public verification envelope. For wiring read-only SQL on your own database, use /integrate.

Bundled demo: wf_complete (verified)

The block below uses the committed public-report envelope for wf_complete so this page stays aligned with the engine.

Verification report

Private verification snapshot for sharing in tickets or Slack. This URL is not indexed for search; see Security & Trust for how the site handles data.

Kind: workflow

Human report

workflow_id: wf_complete
workflow_status: complete
trust: TRUSTED: Every step matched the database under the configured verification rules.
steps:
  - seq=0 tool=crm.upsert_contact result=Matched the database.

Machine JSON

{
  "workflowId": "wf_complete",
  "status": "complete",
  "runLevelReasons": [],
  "verificationPolicy": {
    "consistencyMode": "strong",
    "verificationWindowMs": 0,
    "pollIntervalMs": 0
  },
  "eventSequenceIntegrity": {
    "kind": "normal"
  },
  "steps": [
    {
      "seq": 0,
      "toolId": "crm.upsert_contact",
      "intendedEffect": {
        "narrative": "Upsert contact \"c_ok\" with fields {\"name\":\"Alice\",\"status\":\"active\"}"
      },
      "verificationRequest": {
        "kind": "sql_row",
        "table": "contacts",
        "identityEq": [
          {
            "column": "id",
            "value": "c_ok"
          }
        ],
        "requiredFields": {
          "name": "Alice",
          "status": "active"
        }
      },
      "status": "verified",
      "reasons": [],
      "evidenceSummary": {
        "rowCount": 1
      },
      "repeatObservationCount": 1,
      "evaluatedObservationOrdinal": 1,
      "observedExecution": {
        "paramsCanonical": "{\"fields\":{\"name\":\"Alice\",\"status\":\"active\"},\"recordId\":\"c_ok\"}"
      }
    }
  ],
  "schemaVersion": 15,
  "verificationRunContext": {
    "maxWireSchemaVersion": 1,
    "retrievalEvents": [],
    "controlEvents": [],
    "modelTurnEvents": [],
    "toolSkippedEvents": [],
    "toolObservedIngestIndexBySeq": {
      "0": 0
    },
    "firstToolObservedIngestIndex": 0,
    "hasRunCompletedControl": false,
    "lastRunEvent": {
      "ingestIndex": 0,
      "type": "tool_observed"
    }
  },
  "workflowTruthReport": {
    "schemaVersion": 9,
    "workflowId": "wf_complete",
    "workflowStatus": "complete",
    "trustSummary": "TRUSTED: Every step matched the database under the configured verification rules.",
    "runLevelIssues": [],
    "eventSequence": {
      "kind": "normal"
    },
    "steps": [
      {
        "seq": 0,
        "toolId": "crm.upsert_contact",
        "outcomeLabel": "VERIFIED",
        "observations": {
          "evaluatedOrdinal": 1,
          "repeatCount": 1
        },
        "reasons": [],
        "intendedEffect": {
          "narrative": "Upsert contact \"c_ok\" with fields {\"name\":\"Alice\",\"status\":\"active\"}"
        },
        "observedExecution": {
          "paramsCanonical": "{\"fields\":{\"name\":\"Alice\",\"status\":\"active\"},\"recordId\":\"c_ok\"}"
        },
        "verifyTarget": "table=contacts identity=[id=c_ok] required_fields=[name, status]",
        "observedStateSummary": "rowCount=1"
      }
    ],
    "failureAnalysis": null,
    "executionPathFindings": [],
    "executionPathSummary": "Full upstream execution-path visibility requires schemaVersion 2 run events (retrieval, model_turn, control, tool_skipped) with run graph fields.",
    "failureExplanation": null,
    "correctnessDefinition": null
  }
}

Run first-run integration