@@ -7,9 +7,9 @@ repo; nothing is speculative. Detail lives in [NOTES.md](./NOTES.md)
77(findings), [ ISSUES.md] ( ./ISSUES.md ) (per-issue disposition), and each
88plugin's ` README.md ## Findings ` .
99
10- ** Nothing has been filed upstream from this work ** (per your rule); each
11- proposal below is drafted so it * could * be filed nearly verbatim if you
12- want it .
10+ ** The five bugs below are now filed upstream ** (# 596 – # 600 , 2026-07-11, at
11+ the maintainer's request). The four * seams * remain unfiled; each is
12+ drafted so it could be filed nearly verbatim if wanted .
1313
1414## Executive summary
1515
@@ -209,6 +209,13 @@ probe-port-then-boot dance for the same reason.
209209
210210## Five loader/core bugs worth fixing regardless
211211
212+ All five filed 2026-07-11: [ #596 ] ( https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/596 )
213+ (id derivation), [ #597 ] ( https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/597 )
214+ (dotted-prefix WS), [ #598 ] ( https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/598 )
215+ (` logger: false ` vs onResponse), [ #599 ] ( https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/599 )
216+ (error wrap drops ` err.code ` ), [ #600 ] ( https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/600 )
217+ (non-atomic conditional write).
218+
2122191 . ** Generic-basename id derivation.** Every plugin follows
213220 ` <name>/plugin.js ` , so every derived id is ` plugin ` and the (correct)
214221 duplicate-id guard refuses to boot until each entry carries an explicit
0 commit comments