Storage State

Persist and update storage state with strict schema validation and revision checks.

Resume-safe

Use merge-safe, revision-checked writes to .vibecodemax/storage-state.json.

{
  "version": 1,
  "provider": "aws_s3",
  "targets": {
    "production": {
      "bucket": "vibecodemax-prod",
      "visibility": "private",
      "policyStatus": "configured",
      "testUploadStatus": "passed",
      "testDownloadStatus": "passed",
      "testDeleteStatus": "passed"
    }
  },
  "revision": 1,
  "updatedAt": "2026-02-07T12:00:00.000Z"
}
Storage State | VibeCodeMax Docs