{
  "schema": "clarivy-enterprise-agent-manifest/v1",
  "sample": true,
  "monitor_id": "mon_example_enterprise_001",
  "run_id": "monrun_2026_07_full_example",
  "run_type": "monthly_full",
  "brand": "Example Cross-Border Brand",
  "prompt_set_version": "pset_enterprise_example_v3",
  "files": {
    "human_monthly_report": "sample-monthly-report.md",
    "weekly_pulse": "sample-weekly-pulse.md",
    "agent_action_backlog": "sample-agent-action-backlog.json",
    "raw_data_index": "raw-data-index.md",
    "verification_plan": "agent-bundle/verification-plan.json",
    "memory_delta": "agent-bundle/memory-delta.json"
  },
  "agent_rules": [
    "Read the action backlog before creating tasks.",
    "Verify each action against current-run evidence IDs before execution.",
    "Treat repeat-audit memory as historical context, not current-run proof.",
    "Respect approval_required before changing pricing, legal, compliance, or brand positioning."
  ],
  "privacy_boundary": {
    "memory_excludes": ["contact details", "billing data", "raw response text", "raw JSON payloads"],
    "raw_json_is_current_run_evidence": true
  }
}
