Repository references and living artifacts
Direct access to protocol assets, governance docs, and contribution guidelines hosted in the protocol repository.
Quick links
Specification
Canonical protocol requirements
Security
Disclosure process and playbooks
RFCs
Governance documentation
Project resources
LOOP
Local Optimization with Overflow Protocol. A federated circular economy concept with shared schemas and interoperability notes.
Early-stage, low-TRL concept. No public pilots or deployments. Lab demo only.
What is here
SPECIFICATION.md: core protocol spec.schemas/: JSON Schema definitions.examples/: sample payloads for interop.contexts/: JSON-LD contexts.profiles/: applicability profiles, including the lab-only Core-DP contract and conformance vectors.docs/regulatory-alignment-roadmap.md: long-horizon EU and German compatibility plan.rfcs/: RFCs and design notes.
Quickstart
npm ci
npm run test
npm run check:domains
Use npm run test, not bare npm test: where npm is aliased to bun, the
bare form dispatches to Bun's built-in test runner instead of the validation
script. With Bun as your package manager, bun install --frozen-lockfile and
bun run test are the equivalents of the first two commands.
Usage notes
- Specs and schemas are draft and subject to change.
- No certified implementations exist at this time.
- Use
examples/to validate tooling and docs. - Core-DP is a lab-only applicability profile, not a full LOOP conformance claim.
Links
- Docs hub: https://localloop.urbnia.com
- Backend API: https://loop-api.urbnia.com
Contributing
- Use
rfcs/for feedback and proposals. - Domain policy:
DOMAIN-POLICY.md. Org-wide agent/contributor context lives in the workspace-levelAGENTS.mdof the local-loop-io checkout (not part of this repository).