- `--check` now requires `反例 / 不可照写` in a text fence and
`可直接照写示例` in a tsl fence; the AGENTS.md flow that extracts every
```tsl block and runs it would otherwise execute a counterexample as if
it were a valid example, and an example hidden in a text fence would
never be extracted for verification
- 10 held the only counterexample in a tsl fence (a local function call
with a trailing `with array(...)`); the rule and that fix cannot land in
separate commits or --check fails in between
- 配置片段 / 概念骨架 and 仅服务端可执行示例 stay unconstrained, since both
languages are in use for them today
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>