Lexical coverage gate for matching; fix demo false positive

This commit is contained in:
George Coles
2026-09-15 07:14:06 -04:00
parent 67112c2af3
commit 4d4fdbe104
5 changed files with 186 additions and 10 deletions
+1
View File
@@ -30,6 +30,7 @@ pub fn config_for(dir: &Path, name: &str, relay_url: &str) -> Config {
index: IndexSection {
data_dir: dir.join("data").display().to_string(),
},
matching: Default::default(),
};
config.save_key(&Keypair::generate()).unwrap();
config