refactor: rebrand bash-helper to super-man + ESC returns straight to menu

Rename bash-helper.sh -> super-man.sh and update all docs/tests to the
super-man name and alias. In interactive mode, pressing Esc in the flag
browser now returns directly to the home menu, removing the intermediary
"Press Enter to search another command" prompt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
leetcrypt
2026-06-05 20:52:18 -07:00
parent 06bec2d249
commit 2fb20b0682
22 changed files with 419 additions and 412 deletions
+6 -6
View File
@@ -12,7 +12,7 @@
**PR Creation URL:**
```
http://localhost:3030/trill-technician/bash-buddy/compare/main...testing-suite
http://localhost:3030/trill-technician/super-man/compare/main...testing-suite
```
**Steps:**
@@ -24,7 +24,7 @@ http://localhost:3030/trill-technician/bash-buddy/compare/main...testing-suite
### Option 2: Via CLI (if authenticated)
```bash
cd ~/coding/bash/bash-buddy
cd ~/coding/bash/super-man
tea pr create --base main --head testing-suite
```
@@ -40,7 +40,7 @@ feat(testing): Add comprehensive testing suite with performance analysis
```markdown
## Overview
This PR adds a complete testing infrastructure for Bash Buddy v2.1.0 with:
This PR adds a complete testing infrastructure for Super Man v2.1.0 with:
- Automated testing for all operating modes
- Performance benchmarking and analysis
- Detailed reporting (JSON, Markdown, HTML)
@@ -144,7 +144,7 @@ Once the PR is created:
git diff main testing-suite
# Or via web interface
http://localhost:3030/trill-technician/bash-buddy/pulls
http://localhost:3030/trill-technician/super-man/pulls
```
### Test the Changes (Optional)
@@ -170,7 +170,7 @@ cat reports/performance-report.md
### Merge via CLI
```bash
cd ~/coding/bash/bash-buddy
cd ~/coding/bash/super-man
git checkout main
git merge testing-suite
git push origin main
@@ -236,7 +236,7 @@ Features:
| Action | Command/URL |
|--------|-------------|
| **Create PR** | http://localhost:3030/trill-technician/bash-buddy/compare/main...testing-suite |
| **Create PR** | http://localhost:3030/trill-technician/super-man/compare/main...testing-suite |
| **View Branch** | `git log testing-suite` |
| **Run Tests** | `cd tests/ && ./run-all-tests.sh` |
| **View Reports** | `cat tests/reports/performance-report.md` |