# Triad cloud assets

PNG/text artifacts produced for sharing with chat agents that can't read files directly (Discord, image-only contexts).

## waterstorage-brainstorm-2026-06-29

- **PNG**: `waterstorage-brainstorm-2026-06-29.png` — 682×2352 px, ~162 KB. DejaVu Sans Mono 8pt, dark background. Renders cleanly in Discord, but you may want to download the original rather than letting Discord recompress.
- **TXT**: `waterstorage-brainstorm-2026-06-29.txt` — plain-text version. **Use this if the agent can read text.**

## URLs

- PNG on zo.pub: `https://zo.pub/tenchi/triad-brainstorm/waterstorage-brainstorm-2026-06-29.png`
- TXT on zo.pub: `https://zo.pub/tenchi/triad/waterstorage-brainstorm-2026-06-29.txt` (within the main triad collection)

## Generation recipe

To regenerate or build a similar PNG from any text file:

```bash
python3 /home/.z/workspaces/con_DNBc9mpelLCKY2Zs/render_brainstorm_png.py
```

Script reads `waterstorage_brainstorm.txt` from the conversation workspace and emits to `Triad/cloud-assets/`.

## Known caveats

- **Discord recompression**: Discord downsizes images >~5MB and re-encodes everything. PNG text at 8pt may lose readability after Discord's recompression pass. If the agent reports illegible, fall back to the TXT file or use a slightly larger font (edit the script, set `FONT_SIZE = 10`).
- **Image-only context is lossy**: text-as-PNG cannot be copy-pasted, indexed, or searched. Use PNG only when text transfer is impossible.
- **8pt is at the edge of readability for human eyes**; it is sized for chatbot vision systems that handle small monospace cleanly.