Files
Devv af0df32774 feat(cli): add multica attachment download command
Agents were using curl to download attachments because the CLI had no
download command and the CLAUDE.md template didn't document one. This
caused failures with signed/authenticated URLs.

Changes:
- Add GET /api/attachments/{id} endpoint to fetch single attachment metadata
- Add `multica attachment download <id> [-o <dir>]` CLI command
- Document the command in the agent CLAUDE.md template
- Add Attachments section to CLAUDE.md template explaining usage

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 05:43:28 -07:00
..