diff --git a/slhx-test/tests/examples_contract.rs b/slhx-test/tests/examples_contract.rs index 4a18383..6d85c35 100644 --- a/slhx-test/tests/examples_contract.rs +++ b/slhx-test/tests/examples_contract.rs @@ -112,8 +112,10 @@ fn canonical_example_docs_do_not_teach_low_level_plumbing() { let root = Path::new(env!("CARGO_MANIFEST_DIR")).parent().unwrap(); let examples = root.join("examples"); let forbidden = [ + "generated handles and slots", "generated handle ids", "numeric handle ids", + "EffectBatch responses", "manual registry", "HandlerRegistry", "InteractionForm",