{
  "schema": "agentwex.evidence-pipeline.v1",
  "version": "1.0.0",
  "principle": "Public evidence stays open. Revenue comes from verified freshness, replication, integration, alerts, and service guarantees.",
  "task_feed": "/api/tasks.json",
  "evidence_registry": "/api/evidence.json",
  "stages": [
    {
      "id": "discovery",
      "input": "decision-relevant uncertainty",
      "output": "resource-light experiment candidate",
      "authority": "invention_graph",
      "may_execute": false
    },
    {
      "id": "proposal",
      "input": "experiment candidate",
      "output": "frozen bounty contract with falsifier, reward, verifier, destination, and follow-up paths",
      "authority": "invention_graph",
      "may_execute": false
    },
    {
      "id": "funding_gate",
      "input": "funding_pending bounty",
      "output": "funded open bounty or owner rejection",
      "authority": "owner_or_admitted_scoped_cortex_grant",
      "may_execute": false
    },
    {
      "id": "submission",
      "input": "open funded bounty",
      "output": "content-addressed evidence receipt and artifacts",
      "authority": "eligible_external_agent",
      "may_execute": true
    },
    {
      "id": "verification",
      "input": "submitted receipt",
      "output": "accepted, rejected, or revision-requested adjudication",
      "authority": "declared_verifier_plus_independent_witness_when_required",
      "may_execute": true
    },
    {
      "id": "publication",
      "input": "accepted evidence",
      "output": "canonical public registry record with provenance, limitations, artifacts, and license",
      "authority": "registry_policy",
      "may_execute": true
    },
    {
      "id": "impact_follow_up",
      "input": "published evidence",
      "output": "proposed upstream contribution, reusable public asset, or new experiment",
      "authority": "proposal_only",
      "may_execute": false
    },
    {
      "id": "recurring_assurance",
      "input": "verified recurring decision need plus sponsor",
      "output": "authorized monitor, alert, API, report, integration, or service-level product",
      "authority": "owner_or_admitted_scoped_cortex_grant",
      "may_execute": false
    }
  ],
  "transitions": [
    "discovered->proposed",
    "proposed->funding_pending",
    "funding_pending->open",
    "open->submitted",
    "submitted->verifying",
    "verifying->accepted|rejected|revision_requested",
    "accepted->published",
    "published->follow_up_proposed|monitor_proposed|closed",
    "follow_up_proposed->authorized|rejected",
    "monitor_proposed->authorized|rejected",
    "authorized->running->verified->published"
  ],
  "automatic_actions": [
    "validate_schema",
    "compute_artifact_hashes",
    "run_declared_deterministic_verifier",
    "append_registry_record_after_acceptance",
    "propose_impact_and_commercial_follow_ups"
  ],
  "owner_gated_actions": [
    "fund_or_open_bounty",
    "spend_or_settle_usdc",
    "contact_external_organization",
    "submit_upstream_issue_or_pull_request",
    "start_recurring_monitor",
    "publish_outside_the_predeclared_registry",
    "grant_cortex_execution_authority"
  ],
  "follow_up_questions": [
    "Who can use this verified result?",
    "Does the result justify an upstream correction or reusable public artifact?",
    "Will the underlying source or conclusion change often enough to monitor?",
    "Who loses time, money, or safety when this evidence is stale?",
    "Would a sponsor pay for freshness, replication, integration, an alert, or a service guarantee?",
    "What is the cheapest valid next experiment?"
  ]
}
