Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified actions/govbot/tapes/govbot-clone-list.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified actions/govbot/tapes/govbot-help.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions actions/govbot/tapes/govbot-help.tape
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# govbot help output
# govbot --help output
Output tapes/govbot-help.gif

Set Shell bash
Expand All @@ -7,6 +7,6 @@ Set Width 900
Set Height 400
Set Padding 20

Type "govbot"
Type "govbot --help"
Enter
Sleep 2s
Binary file modified actions/govbot/tapes/logs-basic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added actions/govbot/tapes/wizard-all-own-tags.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions actions/govbot/tapes/wizard-all-own-tags.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Wizard: all repos + "I'll create my own tags later" (shows AI prompt template)
Output tapes/wizard-all-own-tags.gif

Set Shell bash
Set FontSize 14
Set Width 900
Set Height 900
Set Padding 20
Set TypingSpeed 50ms

Hide
Type "cd $(mktemp -d) && export PATH=$OLDPWD/target/release:$PATH"
Enter
Sleep 500ms
Show

Type "govbot"
Enter
Sleep 1s

# Step 1: Sources — accept default "All states"
Enter
Sleep 500ms

# Step 2: Tags — select "I'll create my own tags later"
Down
Sleep 300ms
Enter
Sleep 500ms

# Step 3: Publishing — accept default base URL
Enter
Sleep 3s
Binary file added actions/govbot/tapes/wizard-all-with-tag.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions actions/govbot/tapes/wizard-all-with-tag.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Wizard: all repos + example education tag (default path)
# This is the simplest setup - user accepts all defaults
Output tapes/wizard-all-with-tag.gif

Set Shell bash
Set FontSize 14
Set Width 900
Set Height 700
Set Padding 20
Set TypingSpeed 50ms

Hide
Type "cd $(mktemp -d) && export PATH=$OLDPWD/target/release:$PATH"
Enter
Sleep 500ms
Show

Type "govbot"
Enter
Sleep 1s

# Step 1: Sources — accept default "All states (47 jurisdictions)"
Enter
Sleep 500ms

# Step 2: Tags — accept default "Use the example education tag"
Enter
Sleep 500ms

# Step 3: Publishing — accept default base URL
Enter
Sleep 1s

# Show the generated govbot.yml
Sleep 500ms
Type "cat govbot.yml"
Enter
Sleep 3s
Binary file added actions/govbot/tapes/wizard-specific-states.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions actions/govbot/tapes/wizard-specific-states.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Wizard: specific repos (il, ca, ny) + example tag
# User picks specific states instead of "all"
Output tapes/wizard-specific-states.gif

Set Shell bash
Set FontSize 14
Set Width 900
Set Height 800
Set Padding 20
Set TypingSpeed 50ms

Hide
Type "cd $(mktemp -d) && export PATH=$OLDPWD/target/release:$PATH"
Enter
Sleep 500ms
Show

Type "govbot"
Enter
Sleep 1s

# Step 1: Sources — select "Select specific states"
Down
Sleep 300ms
Enter
Sleep 500ms

# Type state codes
Type "il ca ny"
Enter
Sleep 500ms

# Step 2: Tags — accept default "Use the example education tag"
Enter
Sleep 500ms

# Step 3: Publishing — type a custom base URL
Type "https://myuser.github.io/my-govbot"
Enter
Sleep 1s

# Show the generated govbot.yml
Sleep 500ms
Type "cat govbot.yml"
Enter
Sleep 3s