···11+# Bluesky Deadlock Feed
22+33+The feed runs via two regular expressions:
44+55+1. The first, `pass1.txt`, should be quick, and is applied to all posts in the network; should prefer false positives than false negatives.
66+77+2. The second, `pass2.txt`, can be slower, since it's applied only to posts which succeed the first check, and should aim to eliminate false positives.
88+99+`wikipages.txt` is a reference file which is currently unused.