{
  "schema": "martybytes-task-packet/v1",
  "task": {
    "id": "replace-with-task-id",
    "intent": "Replace with the bounded task intent.",
    "excluded": ["Replace with an explicit exclusion."],
    "baseManifestHash": "replace-with-64-character-start-manifest-sha256"
  },
  "allowedPaths": ["replace/with/allowed-file.ext"],
  "operations": [
    {"id":"replace-with-operation-id","type":"write","path":"replace/with/allowed-file.ext","expectedBeforeHash":null,"content":"Replace with reviewed data-only file content.","generated":false}
  ],
  "recordedChecks": [
    {"id":"replace-with-check-id","label":"Replace with a check label; this packet does not execute it","exitCode":0,"evidenceHash":"replace-with-64-character-evidence-sha256"}
  ],
  "unresolved": ["Replace with a decision that still requires qualified review."]
}
