Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 833 Bytes

File metadata and controls

18 lines (12 loc) · 833 Bytes

Agent Development Notes

Scope

This repo is the public Delx Wellness registry and documentation source of truth. It is docs/metadata only; connector code lives in separate repos.

Commands

  • Validate registry JSON: python3 -m json.tool registry.json >/dev/null
  • Inspect connector status: sed -n '1,220p' docs/provider-status.md
  • Search registry/docs: rg "<provider-or-package>"

Rules

  • Keep registry.json, docs/provider-status.md, connector tables, and website-facing copy in sync.
  • Do not commit real user health data, OAuth tokens, API secrets, private hub code, billing logic, or token-vault details.
  • Keep the open-source boundary explicit: local connectors public, hosted hub/token vault private unless intentionally released.
  • Maintain the disclaimer: not a medical device and not medical advice.