Documentation
¶
Overview ¶
Package attachstage holds the pure logic for combining CLI/TUI staged attachments with inline @path files from a slash action. It lives in its own package so both the cmd (CLI REPL) and tui frontends can reuse BuildSend without a cmd→tui dependency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildSend ¶
func BuildSend(pending []StagedFile, action slash.Action) ([]string, map[string]attachments.Override)
BuildSend combines staged files (first) with the action's inline @path files, and builds the transcribe-only override map.
Types ¶
type StagedFile ¶
StagedFile is a file staged via /attach, awaiting the next send.
Click to show internal directories.
Click to hide internal directories.