You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If launcher links are emitted in equivalent canonical variants (for example /samples/phase-XX/####/index.html or phaseXX), phase/sample IDs fail to parse.
10
+
- Failed parse results in blank model.phase and model.sampleId, which prevents correct phase dropdown population and weakens filter matching.
11
+
12
+
2) Tag extraction ignored primary concept fallback.
13
+
- Tags were sourced only from data-tags.
14
+
- When data-tags are incomplete but data-primary is present, expected tag filter discoverability is reduced.
15
+
16
+
3) Duplicate helper declaration in filter script.
17
+
- resolveThumbnail was declared twice.
18
+
- Runtime behavior was not always broken, but duplicate declarations increase maintenance risk and regression susceptibility.
19
+
20
+
Observed impact pattern:
21
+
- phase dropdown can appear incomplete/empty under path variant drift.
22
+
- tag filter discoverability can regress for entries relying on primary concept.
0 commit comments