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.
- package/README.md +14 -13
- package/dist/cli.js +152 -152
- 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
|
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
|