Skip to content

Commit b02d0f5

Browse files
committed
Refresh README media assets
1 parent dd2bbe1 commit b02d0f5

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
copy-pasteable prompt for Claude/Gemini/Codex/Cursor
4040
- README.md — added a recipe/field-note sharing section that clarifies human stars vs
4141
agent-authored contribution drafts
42+
- README media — replaced the tight salmon crop with the wider HEIC-derived setup photo
43+
and added an inline GIF of the Dome 2 pull moment
4244
- SECURITY.md / CODE_OF_CONDUCT.md — clarified private-reporting guidance without relying
4345
on an unpublished maintainer email
4446
- README.md — added "Where to get the hardware" subsection with neutral, no-affiliate

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include README.md LICENSE DISCLAIMER.md SAFETY.md SECURITY.md CONTRIBUTING.md CHANGELOG.md AGENTS.md CLAUDE.md GEMINI.md
2-
recursive-include docs *.md *.jpg *.mp4
2+
recursive-include docs *.md *.jpg *.gif *.mp4
33
recursive-include recipes *.json *.md
44
recursive-include data/modes *.json *.md
55
recursive-include examples *.py *.md

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ CLIronChef configures a cook, waits for the required physical Start press, monit
1212
probe telemetry, hot-modifies mode/temperature/time at recipe thresholds, and stops at
1313
the target internal temperature.
1414

15-
![Cooked salmon in the Typhur Dome 2 basket with a Sync ONE probe inserted](docs/assets/salmon-result.jpg)
15+
![Cooked salmon in the Typhur Dome 2 basket with a Sync ONE probe inserted and CLI telemetry visible](docs/assets/salmon-result.jpg)
1616

17-
Short muted pull clip: [docs/assets/dome2-salmon-pull.mp4](docs/assets/dome2-salmon-pull.mp4)
17+
![Salmon being pulled from the Typhur Dome 2 after a probe-driven CLIronChef cook](docs/assets/dome2-salmon-pull.gif)
18+
19+
Lighter video file: [docs/assets/dome2-salmon-pull.mp4](docs/assets/dome2-salmon-pull.mp4)
1820

1921
```bash
2022
$ cliron-chef cook salmon_basic

docs/assets/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ Public-safe media derivatives for the README and documentation.
44

55
## Files
66

7-
- `salmon-result.jpg` — cropped, resized, metadata-stripped still image from the first
8-
salmon cook.
7+
- `salmon-result.jpg` — resized, metadata-stripped still image from the first salmon
8+
cook. Source was an iPhone HEIC; original is not committed.
9+
- `dome2-salmon-pull.gif` — short muted GIF of the pull moment, resized, palette-limited,
10+
and metadata-stripped for the README.
911
- `dome2-salmon-pull.mp4` — short muted H.264 clip of the pull moment, resized and
10-
metadata-stripped.
12+
metadata-stripped. Source was an iPhone MOV with audio/GPS; original is not committed.
1113

1214
## Source Media Policy
1315

@@ -19,4 +21,5 @@ Before adding media here:
1921
1. Crop out anything irrelevant or private.
2022
2. Strip metadata with `ffmpeg -map_metadata -1` or an equivalent tool.
2123
3. Remove audio unless there is a clear reason to keep it.
22-
4. Keep README-facing assets small; target under 500 KB when practical.
24+
4. Keep README-facing images small; target under 500 KB when practical. Animated GIFs
25+
are heavier by nature, so keep them short, muted, and under 5 MB when practical.

docs/assets/dome2-salmon-pull.gif

4.41 MB
Loading

docs/assets/salmon-result.jpg

172 KB
Loading

0 commit comments

Comments
 (0)