galaxyrepowatch 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +6 -5
  2. package/dist/cli.js +152 -152
  3. package/package.json +9 -1
package/README.md CHANGED
@@ -26,6 +26,7 @@ The setup wizard will configure everything automatically.
26
26
 
27
27
  # ✨ Features
28
28
 
29
+ ### 1. 🛡️ AI Guard
29
30
  - 🤖 AI-powered code review using Google Gemini
30
31
  - 🔒 Detects hardcoded secrets and credentials
31
32
  - 🚫 Blocks risky commits before they reach your repository
@@ -34,11 +35,11 @@ The setup wizard will configure everything automatically.
34
35
  - 📝 Reviews only staged files for faster execution
35
36
  - 🎯 Works with any Git repository
36
37
 
37
- - 🚀 Code Impact Analyzer**
38
- - Summarizes the purpose and impact of every commit
39
- - Explains why the change matters before it reaches your repository
40
- - Highlights affected files, APIs, databases, and frontend components
41
- - Recommends relevant tests to run before pushing your changes
38
+ ### 2. 🚀 Code Impact Analyzer
39
+ - 📊 Summarizes the purpose and impact of every commit
40
+ - 💡 Explains why the change matters before it reaches your repository
41
+ - 🔍 Highlights affected files, APIs, databases, and frontend components
42
+ - 🤖 Recommends relevant tests to run before pushing your changes
42
43
 
43
44
  ---
44
45