Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 626 Bytes

File metadata and controls

3 lines (2 loc) · 626 Bytes

@AGENTS.md

  • CRITICAL: Preserve existing curly quotes and apostrophes (“” ‘’) exactly as they appear in the source. Do NOT replace them with unicode escape sequences (\u2019, etc.) or straight ASCII equivalents (', "). To do that, when editing strings that contain a mix of straight quote delimiters and curly quotes/apostrophes inside, avoid including the string delimiters in the old_string/new_string of the Edit tool. Instead, match on a unique inner substring that doesn't include the delimiters. This prevents the Edit tool from inadvertently converting straight quote delimiters to curly quotes or vice versa.