| `WGSL-185` | Architecture review | AST still exposed zero-production-use type spelling/span convenience methods (`WgslTypeAtom::text`, `WgslTypeRef::start`), leaving raw type text and unused span access on the public surface after type atoms became structured. | `DONE` | Demoted `WgslTypeAtom::text` to package-private, removed unused public `WgslTypeRef::start`, regenerated interfaces, and verified `moon ide analyze` no longer reports public functions with zero usage. Verified with the full local gate on 2026-05-06. |
0 commit comments