From 35c3e85ff5ce0c839011a3fa0dd9bc7d28842091 Mon Sep 17 00:00:00 2001 From: Juan Cazala Date: Mon, 20 Jan 2025 18:48:57 -0300 Subject: [PATCH] chore: adds ADRs to readme (#374) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b0229a62..1712ce14 100644 --- a/README.md +++ b/README.md @@ -134,3 +134,11 @@ The CI pipeline is configured to automate the release process for the Decentrala - The auto updater, as mentioned in the Update Process, will pick up this new release and update the production app. This streamlined process ensures that updates are consistently and accurately deployed to users. + +## Related Architecture Decisions + +For a deeper understanding of the architecture and design decisions: + +- [ADR-280: Binary Management](https://adr.decentraland.org/adr/ADR-280) - Describes the approach for managing Node.js binaries and their execution within the Creator Hub, including cross-platform binary execution and process monitoring +- [ADR-281: Items in Decentraland tooling](https://adr.decentraland.org/adr/ADR-281) - Explains the Items abstraction and how it's used in the Inspector +- [ADR-282: Decentraland Inspector](https://adr.decentraland.org/adr/ADR-282) - Details the Inspector's architecture, integration approaches, and technical decisions