{
  "company": "MAINELY CODE LLC",
  "product": "Mainely Code Buildroom",
  "artifact": "public_sample_proof_bundle",
  "work_order": "MCB-SAMPLE-001",
  "status": "sample_safe_stop",
  "request": "Add visible export status to a dashboard without touching billing or secrets.",
  "scope": {
    "owned_paths": [
      "src/dashboard/**",
      "tests/dashboard/**"
    ],
    "blocked_paths": [
      "billing/**",
      "secrets/**",
      ".env*",
      "production-config/**"
    ]
  },
  "preflight": {
    "complexity": "small",
    "customer_approval_required_before_scope_expands": true,
    "deliverable": "reviewable pull-request candidate or documented safe-stop"
  },
  "checks": [
    "diff preview",
    "syntax/lint where available",
    "test output where available",
    "rollback or resume note"
  ],
  "note": "Sample only. Customer outcomes depend on repository, test coverage, scope, credentials, and written agreement."
}