NinjainPJs commited on
Commit
a1a3fe3
·
1 Parent(s): e7cb7ca

Remove binary assets for HF Spaces compatibility

Browse files
Files changed (2) hide show
  1. .gitignore +2 -2
  2. README.md +1 -11
.gitignore CHANGED
@@ -59,10 +59,10 @@ dashboard/out/
59
  # Claude Code
60
  .claude/
61
 
62
- # Screenshots (local only — except assets/ which is committed)
63
  Pictures/
 
64
  *.png
65
- !assets/*.png
66
 
67
  # Misc
68
  *.log
 
59
  # Claude Code
60
  .claude/
61
 
62
+ # Screenshots
63
  Pictures/
64
+ assets/
65
  *.png
 
66
 
67
  # Misc
68
  *.log
README.md CHANGED
@@ -6,17 +6,7 @@ Three specialized AI agents — Security, Performance, and Style — analyze you
6
 
7
  ## Screenshots
8
 
9
- ### PR ReviewBot posts inline findings with Health Score
10
- ![PR Review](assets/pr-review.png)
11
-
12
- ### Dashboard — Repository overview with health metrics
13
- ![Dashboard Home](assets/dashboard-home.png)
14
-
15
- ### Repo Detail — Health Score trend, agent breakdown, PR history
16
- ![Repo Detail](assets/repo-detail.png)
17
-
18
- ### PR Detail — Agent breakdown and findings table
19
- ![PR Detail](assets/pr-detail.png)
20
 
21
  ## How It Works
22
 
 
6
 
7
  ## Screenshots
8
 
9
+ Screenshots available in the [GitHub repository wiki](https://github.com/ninjacode911/Project-Ninja-Code-Guard) PR review comments, dashboard home, repo detail with health trends, and PR findings table.
 
 
 
 
 
 
 
 
 
 
10
 
11
  ## How It Works
12