It’s currently easy to pass a single-line objective to: `claude-flow hive-mind spawn "objective" --claude` But real objectives are often multi-line. Quoting/escaping in shells is error-prone and unfriendly. Please add first-class support for multi-line objectives. Problem • Multi-line strings require shell-specific workarounds (here-docs, $'...'), which is brittle and confusing. • Users expect an experience similar to “interactive textarea” (like Claude Code) when composing larger objectives. A motivating case is composing long, structured objectives (bug reports, test plans) that are cumbersome to quote and escape in a single argument.