test(examples): guard low-level docs wording

Keep beginner example docs on target objects and tuple IntoEffect responses instead of runtime lowering/application wire vocabulary.

req: dx/006

req: examples/003
This commit is contained in:
slhx agent
2026-06-02 07:27:23 +02:00
parent bd7edfa993
commit 795abdbc81
3 changed files with 8 additions and 5 deletions
+3
View File
@@ -116,8 +116,11 @@ fn canonical_example_docs_do_not_teach_low_level_plumbing() {
let examples = root.join("examples");
let forbidden = [
"generated handles and slots",
"generated slhx handles",
"generated handle ids",
"numeric handle ids",
"runtime lowering",
"application/slhx responses",
"EffectBatch",
"manual registry",
"HandlerRegistry",