galaxyrepowatch 2.0.2 → 2.0.3

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 +14 -13
  2. package/dist/cli.js +152 -152
  3. package/package.json +9 -1
package/README.md CHANGED
@@ -26,19 +26,20 @@ The setup wizard will configure everything automatically.
26
26
 
27
27
  # ✨ Features
28
28
 
29
- - 🤖 AI-powered code review using Google Gemini
30
- - 🔒 Detects hardcoded secrets and credentials
31
- - 🚫 Blocks risky commits before they reach your repository
32
- - Automatic Husky Git Hook installation
33
- - ⚙️ Easy one-time setup
34
- - 📝 Reviews only staged files for faster execution
35
- - 🎯 Works with any Git repository
36
-
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
29
+ ### 1. 🛡️ AI Guard
30
+ - 🤖 **AI-powered code review using Google Gemini**
31
+ - 🔒 **Detects hardcoded secrets and credentials**
32
+ - 🚫 **Blocks risky commits before they reach your repository**
33
+ - **Automatic Husky Git Hook installation**
34
+ - ⚙️ **Easy one-time setup**
35
+ - 📝 **Reviews only staged files for faster execution**
36
+ - 🎯 **Works with any Git repository**
37
+
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