Skip to content

Instantly share code, notes, and snippets.

@seabass011
Created September 9, 2025 16:38
Show Gist options
  • Select an option

  • Save seabass011/710e948a716ce61df63a0514062f910d to your computer and use it in GitHub Desktop.

Select an option

Save seabass011/710e948a716ce61df63a0514062f910d to your computer and use it in GitHub Desktop.
Nova CI-Rescue - All Demo Scripts

Nova CI-Rescue Demo Scripts πŸš€

Software that fixes software

Quick Run Commands

Just copy and paste these one-liners:

Demo A - Basic Experience (3 tests)

curl -sL https://gist.githubusercontent.com/raw/c235eb9a0cd20183f7b851325daeb70d/demo_a.sh | bash

Demo B - CI Mode

curl -sL https://gist.githubusercontent.com/raw/205147a19f91690cc58a94563fc60a12/demo_b.sh | bash

Demo C - Advanced CI

curl -sL https://gist.githubusercontent.com/raw/93afecf79b4003e4a9ac1f0d45ce355e/demo_c.sh | bash

What Each Demo Shows

Demo A: Nova fixes 3 broken math functions (addition, subtraction, multiplication)

  • Interactive experience
  • Shows test failures β†’ Nova analysis β†’ automatic fixes β†’ all tests pass
  • ~2 minute runtime

Demo B: GitHub CI integration

  • Creates a real GitHub repo
  • Shows failing CI β†’ Nova creates fix PR β†’ CI passes
  • Demonstrates real-world workflow

Demo C: Advanced features

  • Iteration limits
  • Branch safety
  • CI command customization

Direct Links


Created: Tue Sep 9 09:38:53 PDT 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment