By: Michael Lynch <git@mtlynch.io>
Add tinybeans import command Parses a Tinybeans export directory and copies media files into a local media directory, using the entry UUID as the destination filename. - tinybeans package: parses journal.json, followers.json, and per-entry metadata.json into Go structs; resolves the primary media file path for each entry (photos use <uuid>-o.jpg, videos use <uuid>.mp4) - Unit tests against testdata/tinybeans-export/ covering journal, followers, and all four entries - cmd/import-from-tinybeans: CLI that takes <export-dir> and <media-dir> and copies each entry's media file as <uuid>.<ext> - dev-scripts/import-from-tinybeans: shell script wrapper Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| Time to Start | Worker time | Duration | Time to finish | |
| Config | 0s | 0s | 0s | 0s |
| Eval | 1s | 32s | 32s | 33s |
| Build | 2s | 3m27s | 1m28s | 1m31s |
| Test | - | - | - | - |
| Deploy | - | - | - | - |
| Suite | 0s | 4m01s | 1m30s | 1m31s |