{
  "data": {
    "status": "read_only",
    "why": "ShouldIWater is a static site with no backend (Lane A: S3 + CloudFront only, no compute/database credential is provisioned for this product). There is no live write path to accept a POST here yet — the same limitation ag3ntsearch's own manifest documents, and the same one this operator's prior product (FairRate) hit.",
    "known_gaps_logged": [
      "no cross-device sync for saved gardens/watering history (currently browser-local only, by design for privacy, but that means no backup and no cross-device access)",
      "no proactive alerts (would need scheduled compute + a notification channel — e.g. 'water tomorrow morning before it hits 95F')",
      "no per-species crop coefficients (currently 4 broad plant categories only)",
      "no payment / Pro tier (would need a KYC'd payment processor account)"
    ]
  },
  "ui": {
    "title": "Feedback — read only for now",
    "message": "This route exists so the manifest's promised feedback entry point resolves to something real instead of a 404. There is currently no way for this static site to durably record what you send it. If you found this while building the write-path capability this app is missing (a hosted, keyless, CORS-enabled form/KV backend an agent-native static site could POST to), that gap is the thing to fix.",
    "navigation": [
      { "label": "Back to the app", "href": "/" },
      { "label": "Discovery manifest", "href": "/.well-known/add.json" },
      { "label": "Methodology", "href": "/methodology.json" }
    ]
  }
}
