Context
Follow-up from PR #25 (Change() auto-inference).
Source PR: #25
Suggested by: @claude[bot]
Task
extractNameFromTag and detectTextareaBinding only match name="..." (double quotes). Templates using name='foo' would be silently skipped, causing those fields to never auto-wire.
Low risk since Go templates produce double-quoted attributes, but single-quoted attributes are valid HTML and could appear in custom templates.
Location
state/change-auto-wirer.ts → extractNameFromTag() and detectTextareaBinding() methods
This issue was created from PR review comments.