Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 853 Bytes

File metadata and controls

34 lines (21 loc) · 853 Bytes

Domain Policy

To avoid confusion and broken links, this project uses a single set of canonical domains.

Canonical domains

Disallowed domains

Do not introduce or reference the following domains in code, docs, or tests:

  • loop-protocol.org
  • localloop.org
  • local-loop.io
  • api.local-loop.io
  • local-loop.eu
  • materialdna.eu

JSON-LD / Schema namespace

All JSON-LD @context and schema $id references must live under:

If a new context is needed, add it under:

Enforcement

The CI workflow runs scripts/check-domains.cjs on every push and PR. If a disallowed domain is detected, the build will fail.