galaxyrepowatch 2.0.1 → 2.0.2
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 +25 -2
- package/dist/cli.js +108 -101
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,6 +34,12 @@ The setup wizard will configure everything automatically.
|
|
|
34
34
|
- 📝 Reviews only staged files for faster execution
|
|
35
35
|
- 🎯 Works with any Git repository
|
|
36
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
|
|
42
|
+
|
|
37
43
|
---
|
|
38
44
|
|
|
39
45
|
# 📦 What Happens During Setup
|
|
@@ -114,6 +120,23 @@ Please fix the issues before committing.
|
|
|
114
120
|
|
|
115
121
|
---
|
|
116
122
|
|
|
123
|
+
### 🔍 Code Impact Analyzer
|
|
124
|
+
|
|
125
|
+
Introduced in **v2.0.0**, Code Impact Analyzer gives every commit a clear developer-focused impact report.
|
|
126
|
+
|
|
127
|
+
After the guard checks your staged changes, Galaxy Repo Watch generates an informational impact summary for the commit.
|
|
128
|
+
|
|
129
|
+
It helps developers understand:
|
|
130
|
+
|
|
131
|
+
- What feature, fix, or refactor the commit introduces
|
|
132
|
+
- Why the change matters
|
|
133
|
+
- Which files, APIs, databases, or frontend components are affected
|
|
134
|
+
- Which tests are recommended before pushing
|
|
135
|
+
|
|
136
|
+
The impact report is informational only and does not block your commit.
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
117
140
|
# 📁 Configuration
|
|
118
141
|
|
|
119
142
|
Galaxy Repo Watch creates a configuration file named:
|
|
@@ -245,10 +268,10 @@ Galaxy Repo Watch only analyzes your staged changes before a commit.
|
|
|
245
268
|
- ✅ Husky Integration
|
|
246
269
|
- ✅ Commit Risk Scoring
|
|
247
270
|
- ✅ Automatic Project Setup
|
|
271
|
+
- ✅ Code Impact Analyzer
|
|
248
272
|
|
|
249
273
|
### Coming Soon
|
|
250
274
|
|
|
251
|
-
- ⏳ Commit Impact Analysis
|
|
252
275
|
- ⏳ Custom AI Rules
|
|
253
276
|
- ⏳ Multi-AI Provider Support
|
|
254
277
|
- ⏳ GitHub Actions Integration
|
|
@@ -284,4 +307,4 @@ Your support motivates us to continue building powerful AI tools for developers.
|
|
|
284
307
|
|
|
285
308
|
---
|
|
286
309
|
|
|
287
|
-
## Made with ❤️ by Galaxy Weblinks
|
|
310
|
+
## Made with ❤️ by Galaxy Weblinks
|