From 5d85a32c3c539e53f79085199a07527215b8e155 Mon Sep 17 00:00:00 2001 From: slhx agent Date: Tue, 2 Jun 2026 03:30:40 +0200 Subject: [PATCH] test(examples): guard generated command docs Prevent canonical example docs from regressing to lower-level generated handle/EffectBatch wording after moving README copy to the generated-resource command path. req: dx/006 req: examples/003 --- slhx-test/tests/examples_contract.rs | 2 ++ 1 file changed, 2 insertions(+) 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",