{
  "schema": "hasna.app_cloud_manifest.v1",
  "id": "cloud_manifest_open_todos",
  "createdAt": "2026-06-28T20:10:00.000Z",
  "packageName": "@hasna/todos",
  "packageVersion": "0.11.62",
  "appId": "todos",
  "repository": {
    "kind": "repo",
    "id": "todos",
    "uri": "git+https://github.com/hasna/todos.git"
  },
  "cloudBoundary": "app_owned",
  "cloudResources": [
    {
      "id": "todos-postgres-primary",
      "provider": "aws",
      "kind": "database",
      "ownerPackage": "@hasna/todos",
      "region": "us-east-1",
      "machineScoped": false
    }
  ],
  "localCache": {
    "path": "~/.hasna/todos",
    "pullMode": "daemon",
    "conflictPolicy": "manual_review"
  },
  "forbiddenSharedRuntimes": ["@hasna/cloud", "open-cloud"],
  "dependencies": ["@hasna/events", "zod"]
}
