Skip to content

Commit 97754ca

Browse files
authored
Update README with new features for Wizard Mode and Plugins
Added new features for Wizard Mode and Plugin System.
1 parent 98e7eac commit 97754ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ pyspector scan /path/to/your/project -o report.html -f html
165165
```bash
166166
pyspector scan --url https://github.com/username/repo.git
167167
```
168-
### Wizard Mode for Beginners
168+
### Wizard Mode for Beginners (NEW FEATURE🚀)
169169

170-
<img width="462" height="920" alt="pyspector wizard screenshot" src="https://github.com/user-attachments/assets/c43cd5ba-9d5b-4420-a33a-7aa999a399cc" />
170+
<img width="864" height="1098" alt="image" src="https://github.com/user-attachments/assets/5094fef9-73d1-4d34-b530-9498d923a514" />
171171

172172
* **Use the `--wizard` flag to enter the guided scan mode, perfect for 1st time users and beginners or students:**
173173

@@ -185,7 +185,7 @@ pyspector scan --wizard
185185
pyspector scan /path/to/your/project --ai
186186
```
187187

188-
## Plugin System (NEW FEATURE🚀)
188+
## Plugin System
189189

190190
<img width="1298" height="538" alt="image" src="https://github.com/user-attachments/assets/f2ad2a5e-c8e3-4723-a729-f318fef07e24" />
191191
PySpector ships with an extensible plugin architecture that lets you post-process findings, generate custom artefacts, or orchestrate follow-up actions after every scan. Plugins run in-process once the Rust core returns the final issue list, so they see exactly the same normalized data that drives the built-in reports.

0 commit comments

Comments
 (0)