attachPathReference function

String attachPathReference(
  1. String path
)

The [attached file: <path> — read it with your tools] marker: shared by the positional file-as-prompt resolution and the --attach non-image passthrough (issue #196) so the wording cannot drift.

Implementation

String attachPathReference(String path) =>
    '[attached file: $path — read it with your tools]';