Conversation
- Embed wizard demo GIF in README after quickstart section - Add scripts/record-demo.sh (tmux + asciinema automated recording) - Add docs/demo-recording.md documenting how to re-record - Support NO_ALT_SCREEN env var in create command for clean recordings - Gitignore .cast files (intermediate, regenerated by script) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Drop "The wizard walks you through everything" — the GIF shows it - Remove hardcoded width, let GIF fill naturally - Bump recording columns from 120 to 160 for wider output Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Longer provisioning screen (20s) - Trim cleanup output from recording by content markers Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collapsible sections hide content from scanning. These are things users actively look for — keep them as headings, not details blocks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Restore README from main and add the wizard demo GIF after quickstart. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add centered doc nav links under hero tagline - Convert terminology note to GitHub [!NOTE] callout - Simplify quickstart to single path (clawctl create) - Remove redundant paragraph after "What you get" bullets Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove description paragraph that restated the tagline - Separate Install and Quickstart into distinct sections - Move terminology callout into Commands section - Add headless mode cross-reference after quickstart - Remove "run same command to update" note (auto-update now) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace Instance context subsection with a one-line summary - Replace openclaw commands subsection with a TIP callout - Remove Day-to-day management subsection (redundant with commands table) - Keep Shell completions as the only subsection Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/record-demo.sh— a tmux + asciinema script that drives the wizard with scripted keystrokes and produces a clean.castrecording (converted to GIF withagg)docs/demo-recording.mddocumenting how to re-record when the UI changesNO_ALT_SCREENenv var in the create command to disable alternate screen buffer during recordings.castfiles (intermediate artifacts, regenerated by the script)Changes to README
The GIF appears between the quickstart command and the "what you get" list. Other README changes from an earlier redesign session are also included (collapsible command sections, GitHub callout syntax, nav bar, restructured features table).
Test plan
scripts/record-demo.shruns cleanly:./scripts/record-demo.sh && agg docs/assets/demo.cast docs/assets/demo.gif🤖 Generated with Claude Code