[docs] Fix ADR numbering and add missing entry to README (#5365)

- Rename 0004-crdt-based-layout-system.md to 0003-crdt-based-layout-system.md
- Update title from "4. Centralized..." to "3. Centralized..."
- Add ADR 0003 entry to docs/adr/README.md index table

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Alexander Brown <drjkl@comfy.org>
This commit is contained in:
Christian Byrne
2025-09-05 20:38:05 -07:00
committed by GitHub
parent 0fdc584f34
commit 687580e155
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# 4. Centralized Layout Management with CRDT
# 3. Centralized Layout Management with CRDT
Date: 2025-08-27

View File

@@ -12,6 +12,7 @@ An Architecture Decision Record captures an important architectural decision mad
|-----|-------|--------|------|
| [0001](0001-merge-litegraph-into-frontend.md) | Merge LiteGraph.js into ComfyUI Frontend | Accepted | 2025-08-05 |
| [0002](0002-monorepo-conversion.md) | Restructure as a Monorepo | Accepted | 2025-08-25 |
| [0003](0003-crdt-based-layout-system.md) | Centralized Layout Management with CRDT | Proposed | 2025-08-27 |
## Creating a New ADR