Skip to content

docs: add demo script for Staged workflow#83

Closed
matt2e wants to merge 5 commits intomainfrom
aaa
Closed

docs: add demo script for Staged workflow#83
matt2e wants to merge 5 commits intomainfrom
aaa

Conversation

@matt2e
Copy link
Copy Markdown
Contributor

@matt2e matt2e commented Feb 12, 2026

Add a shell script (staged/demo.sh) that sets up a throwaway Git repository to demonstrate the Staged workflow. The script:

  • Creates a demo repo with an initial commit on main
  • Adds a feat/add-tests branch with two commits (greeting tests and a farewell function)
  • Optionally launches Staged against the demo repo
  • Supports --setup flag to keep the repo around for manual use
  • Cleans up automatically on exit by default

Add a shell script that creates a throwaway git repo with a main branch
and a feature branch, then optionally launches Staged against it. This
provides a quick way to explore the app's core features (project setup,
branch management, and diff viewing) without needing an existing repo.

Supports --setup mode to create the demo repo without launching Staged.
Add a 'Fun facts' block with trivia about walking distances, honey
preservation, and octopus biology to the demo script's documentation
comment.
Add two new fun facts (flamingo group name, banana/strawberry berry
classification) to the trivia section in the demo script documentation.
Add a new fun fact (sea otters hold hands while sleeping) to the trivia
section in the demo script documentation.
Add a new fun fact (a single strand of spaghetti is called a
"spaghetto") to the trivia section in the demo script documentation.
@matt2e
Copy link
Copy Markdown
Contributor Author

matt2e commented Feb 13, 2026

this was a demo PR

@matt2e matt2e closed this Feb 13, 2026
loganj added a commit that referenced this pull request Feb 26, 2026
fix: match project card badge/indicator spacing to Go UI

Source badges and agent dots in project cards were missing margin and
vertical-align, making them look cramped compared to the Go server UI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

feat: Cmd+W closes tab, Cmd+T opens new tab, and tab bar styling improvements

Replace PredefinedMenuItem::close_window with custom menu items so Cmd+W
closes the active tab (instead of the window) and Cmd+T opens a new tab,
matching browser conventions. Cmd+click now opens links in background tabs.
Tab bar styling updated so the active tab appears lighter and seamlessly
connects to the content area below.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant