code_healer 0.1.2 → 0.1.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/README.md +28 -0
- data/lib/code_healer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fcc597b56e69d320ba09b31cf5841c188a7b9599275c0ab5d7a8f4a352fc4142
|
4
|
+
data.tar.gz: c20f8a3e50018e4ecc4c5d7b42c77c68522dfaf97435eb7dc99a8e83d7f10b89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7c683615b16fabf415d946c5b37b0bbaa13ef491b50d7a803d95688005bc406a07dfa333df4d9808631d68bb4073257577ec5d6f15bcce38379a3b720ef62c5
|
7
|
+
data.tar.gz: 79f822c7bea5d3b3d59a80201454bd7191b383aa4bb6ae56954cc0e32f42b35f5cbdc4da2ce2f3939ec3a4c00b1c71a4dd23dae654745fe29a6cf2c9a92668ec
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [0.1.3] - 2025-01-14
|
9
|
+
|
10
|
+
### Added
|
11
|
+
- **Future Plans & Roadmap section** to README
|
12
|
+
- Jira integration plans for business context automation
|
13
|
+
- Confluence docs integration for domain knowledge extraction
|
14
|
+
- PRD parsing capabilities for feature specifications
|
15
|
+
- Git commit message analysis for business context learning
|
16
|
+
- Slack/Teams integration for business discussions capture
|
17
|
+
- Intelligent context discovery from existing code patterns
|
18
|
+
|
8
19
|
## [0.1.2] - 2025-01-14
|
9
20
|
|
10
21
|
### Changed
|
data/README.md
CHANGED
@@ -270,6 +270,34 @@ When you hit an endpoint that triggers this error, CodeHealer will:
|
|
270
270
|
|
271
271
|
Check your Sidekiq dashboard at `http://localhost:3000/sidekiq` to see healing jobs in action.
|
272
272
|
|
273
|
+
## 🚀 Future Plans & Roadmap
|
274
|
+
|
275
|
+
CodeHealer is actively developed with a focus on **real-world developer workflows**. Here's what's coming:
|
276
|
+
|
277
|
+
### **🔄 Q2 2025: Business Context Automation**
|
278
|
+
- **Jira integration** - Automatically pull business requirements from tickets
|
279
|
+
- **Confluence docs** - Extract domain knowledge from existing documentation
|
280
|
+
- **PRD (Product Requirements Document) parsing** - Understand feature specifications
|
281
|
+
- **Git commit message analysis** - Learn business context from commit history
|
282
|
+
- **Slack/Teams integration** - Capture business discussions and decisions
|
283
|
+
|
284
|
+
### ** Q3 2025: Intelligent Context Discovery**
|
285
|
+
- **Automatic business rule extraction** - AI discovers patterns in your existing code
|
286
|
+
- **Domain knowledge mining** - Extract business logic from model validations
|
287
|
+
- **API documentation parsing** - Understand business rules from API specs
|
288
|
+
- **Database schema analysis** - Infer business rules from data relationships
|
289
|
+
- **Test case analysis** - Learn business logic from existing test scenarios
|
290
|
+
|
291
|
+
---
|
292
|
+
|
293
|
+
**💡 Have ideas for tool integrations?** We'd love to hear from you!
|
294
|
+
- **Open an issue** with your integration request
|
295
|
+
- **Join discussions** in our GitHub Discussions
|
296
|
+
- **Contribute code** to help build the future
|
297
|
+
- **Share your workflow** to influence the roadmap
|
298
|
+
|
299
|
+
**🚀 The future of development is context-aware, and CodeHealer is making it automatic!**
|
300
|
+
|
273
301
|
## 🔧 Advanced Configuration
|
274
302
|
|
275
303
|
### 🎯 Interactive Setup Script
|
data/lib/code_healer/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: code_healer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Deepan Kumar
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|