Skip to content

Commit 4be0369

Browse files
committed
fix: restore original hero.png as README banner
The original hero image (pipeline diagram with Triage → Recon → Hunters → Skeptics → Referee → Fixers → Verify) is cleaner and more informative than the dark-themed replacement.
1 parent 1873053 commit 4be0369

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/images/2026-03-12-hero-bug-hunter-overview.png" alt="Bug Hunter product overview banner — code and pull requests flow through adversarial review, strategic fix planning, and verified patch delivery" width="720">
2+
<img src="docs/images/hero.png" alt="Bug Hunter — Adversarial Bug Finding for Coding Agents. Pipeline: Triage → Recon → Hunters (Security, Logic) → Skeptics → Referee → Fixers → Verify. Compatible with all coding agent terminals and IDEs." width="720">
33
</p>
44

55
<h1 align="center">🐛 Bug Hunter</h1>
@@ -719,7 +719,7 @@ bug-hunter/
719719
720720
├── docs/
721721
│ └── images/ # Documentation visuals
722-
│ ├── 2026-03-12-hero-bug-hunter-overview.png # Product overview hero
722+
│ ├── hero.png # Product overview hero
723723
│ ├── 2026-03-12-pr-review-flow.png # PR review + security workflow
724724
│ ├── 2026-03-12-security-pack.png # Bundled local security pack
725725
│ ├── 2026-03-12-fix-plan-rollout.png # Strategic fix planning + rollout

0 commit comments

Comments
 (0)