aed579c8a3
migration.md: added note that static URIs with Context-only handlers now error at decoration time. The pattern was previously silently unreachable (the resource registered but could never be read); now it surfaces early. Duplicate-variable-names rejection was already covered in the malformed-templates paragraph. resources.md: clarified that the .. check is depth-based (rejects values that would escape the starting directory, so a/../b passes). Changed template reference table intro from 'what the SDK supports' to 'the most common patterns' since the table intentionally omits the rarely-used fragment and path-param operators. test_uri_template.py: corrected the stray-} test comment. RFC 6570 section 2.1 strictly excludes } from literals; we accept it for TypeScript SDK parity, not because the RFC is lenient.