docs(refactor-log): record R6 fix-up under §7

This commit is contained in:
2026-05-06 15:33:53 +02:00
parent 9663c82624
commit aff0ce092d

View File

@@ -128,7 +128,13 @@ navigation: 2 new R26 tests in router.test.ts — BAD_REQUEST on header with ext
## 7. Open issues / deferred decisions
(populated as encountered)
- 2026-05-06 / R6 fix-up (commit `9663c82`): Plan 8 left every feature's
domain error class with a constructor that did NOT set `this.name`.
Plan 9 spec R6 explicitly requires it. Caught by spec reviewer during
Task 6 (navigation). Fixed across all 10 error files (auth × 4, blog
× 2, marketing-pages × 2, navigation × 2, media × 2). Functionally a
no-op (defineErrorMiddleware uses `instanceof`), but ensures correct
serialization, stack-trace labels, and JSON inspectability.
---