{
  "manifestVersion": "1.0",
  "endpointName": "local dev health endpoint",
  "ownerWorkspaceLabel": "personal-local-workspace",
  "description": "Loopback-only local service declaration used for offline validation.",
  "transport": "http",
  "localAddress": "http://127.0.0.1:8080/health",
  "healthCheck": {
    "kind": "http-status",
    "pathOrCommand": "/health",
    "expectedStatus": "200 OK",
    "timeoutMs": 2000
  },
  "allowedOperations": [
    "read-health",
    "export-redacted-readiness"
  ],
  "deniedOperations": [
    "mutate-files",
    "scan-network",
    "upload-logs",
    "read-secrets"
  ],
  "inputConstraints": {
    "maxBytes": 4096,
    "allowedContentTypes": [
      "application/json"
    ],
    "requiresHumanReviewFor": [
      "any action outside health/readiness"
    ]
  },
  "outputContract": {
    "shape": "redacted JSON readiness summary",
    "maxBytes": 32768,
    "redactionRequired": true
  },
  "resourceCostEstimate": {
    "cpu": "low",
    "memoryMb": 128,
    "diskMb": 5,
    "network": "loopback-only",
    "maintenanceNotes": "Manual local service; no background polling by public site."
  },
  "evidenceExportPolicy": {
    "exportAllowed": true,
    "redactionRequired": true,
    "rawLogsAllowed": false,
    "hashArtifacts": true
  },
  "privacyClassification": "internal-redacted",
  "createdUtc": "2026-06-09T00:00:00Z",
  "updatedUtc": "2026-06-09T00:00:00Z",
  "nonClaims": [
    "This manifest does not prove runtime safety, credential validity, human approval, AGI, consciousness, sentience, or certification."
  ]
}
