Files
pikasTech-unidesk/.agents/skills/unidesk-trans/references/apply-patch.md
T
2026-07-03 07:06:18 +00:00

392 B

Remote Apply Patch

Remote text edits should use trans <route> apply-patch with a normal apply-patch envelope.

  • Keep hunks small and scoped.
  • Read enough context first with rg, sed -n or file-specific commands.
  • Avoid download/edit/upload or ad hoc sed -i as the final patch path.
  • For Windows routes, prefer the filesystem adapter path rather than shell-encoded write blocks.