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.
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.
npm ci
npm run test
npm run check:domainsUse 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.
- 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.
- Docs hub: https://localloop.urbnia.com
- Backend API: https://loop-api.urbnia.com
- Use
rfcs/for feedback and proposals. - See
../AGENTS.mdfor org context and domain policy.