Skip to content

Commit dfc5e62

Browse files
echobtcursoragent
andauthored
README intro.gif: green macOS wallpaper + richer mouse/command demo (#44)
* docs(media): green wallpaper and richer intro.gif demo Replace the synthetic teal desktop with a photographed forest backdrop, walk the pointer through titlebar/composer/slash/tools, and extend the signed lock storyboard past splash → type → working. Co-authored-by: Mathis <echobt@users.noreply.github.com> * docs(media): regenerate intro.gif on forest desktop Render the expanded lock storyboard through the official pipeline and keep a 10-step pointer orbit so holds stay unique after GIF quantisation. Co-authored-by: Mathis <echobt@users.noreply.github.com> * fix(tui): split hero scenes out of lock_boards Move HeroScene/paint_hero into readme_hero_boards so lock_boards stays under its main-line count and the source-policy gate stops regressing. Banner-green focus is unchanged. Co-authored-by: Mathis <echobt@users.noreply.github.com> * fix(scripts): isolate preview resize from ansi height Preview downscaling rebound the manifest terminal height, so later ANSI frames were padded to ~805 rows. Keep a preview-local height. Co-authored-by: Mathis <echobt@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Mathis <echobt@users.noreply.github.com>
1 parent fe94a48 commit dfc5e62

21 files changed

Lines changed: 555 additions & 115 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## Unreleased
1111

12+
### Changed
13+
- README `docs/media/intro.gif` sits on a photographed green forest desktop (not teal blobs): Terminal chrome, a pointer that walks titlebar → composer → slash / model → Shell, and the signed lock TUI. Local CLI only — no Cortex Cloud handoff in the banner story.
14+
1215
## 0.1.9
1316

1417
### Changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<a href="https://cortex.foundation">cortex.foundation</a>
1919
</p>
2020

21-
![Animated green Cortex CLI in a complete Terminal window on a macOS-styled desktop, with a moving pointer](./docs/media/intro.gif)
21+
![Cortex CLI in macOS Terminal on a green forest desktop: splash, prompt, slash commands, a Shell tool row, and a moving pointer](./docs/media/intro.gif)
2222

23-
*Generated macOS-styled demo, not a desktop recording. The green CLI frames
24-
come from the offline `readme_hero` renderer; the desktop and pointer are
25-
composited. No live coding request is performed.*
23+
*Generated macOS desktop demo, not a screen recording. The TUI frames come
24+
from the offline `readme_hero` lock boards; the forest wallpaper, Terminal
25+
chrome and pointer are composited. No live coding request is performed.*
2626
Regenerate with `./scripts/render-demo-gif.sh` (Cargo, Python with Pillow, and
2727
FFmpeg required); terminal pixels are preserved 1:1 before GIF quantization.
2828

@@ -184,8 +184,9 @@ The banner above is generated from this repository, not captured by hand:
184184
./scripts/render-demo-gif.sh
185185
```
186186

187-
That records the signed lock TUI (splash → typing → working) headlessly
188-
through `generate_tui_demo` and rasterises the frames into `docs/media/intro.gif`.
187+
That records the signed lock TUI (splash → type a prompt → working → slash
188+
palette → `/model` → Shell → composer) headlessly through `generate_tui_demo`
189+
and composites it onto the forest desktop in `docs/media/intro.gif`.
189190

190191
## Release and CI secrets
191192

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ servers, skills, agents, plugins, hooks, sessions and permissions.
88
New here? Start with **[Getting started](guides/getting-started.md)**, then keep
99
**[CLI reference](reference/cli.md)** open in another tab.
1010

11-
![Cortex Code running a change end to end](media/intro.gif)
11+
![Cortex CLI in macOS Terminal on a green forest desktop, touring slash commands and a live tool row](media/intro.gif)
1212

1313
## Contents
1414

410 KB
Loading

docs/media/intro-preview/model.png

438 KB
Loading
514 KB
Loading

docs/media/intro-preview/shell.png

453 KB
Loading
404 KB
Loading
421 KB
Loading

docs/media/intro.gif

269 KB
Loading

0 commit comments

Comments
 (0)