```dataview
LIST WITHOUT ID file.link
FROM -"windsurf"
WHERE (file.cday = date(this.file.name) or file.mday = date(this.file.name)) AND !startswith(file.folder, "windsurf")
SORT file.cday ASC
```
Deduction
(Fact1 + Rule → Fact2)
Abduction
(Factl + Rule < Fact2)
Induction
(Factl + Fact2 → Rule)