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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ca4f91374244d92f4e6dad61a14c15d432f24210f742c2ce9d4cc360acaa314
4
- data.tar.gz: 733db21e8cb3db16b81cdd04b6271f1407e8cd6a3d26b3f8c276d44826cc8f70
3
+ metadata.gz: fcc597b56e69d320ba09b31cf5841c188a7b9599275c0ab5d7a8f4a352fc4142
4
+ data.tar.gz: c20f8a3e50018e4ecc4c5d7b42c77c68522dfaf97435eb7dc99a8e83d7f10b89
5
5
  SHA512:
6
- metadata.gz: e068a0688b8ae092c3beaacfdb811524902c62ec85fe65f8a426d043c23002ef5bf898b7d0d4405ba55abd1399169de30f8bc4bb9f547add4d1ffc7cd82e1595
7
- data.tar.gz: 9e8c1af2376078002ca62bd5af46a79d44a695dd13ae626d6513b0ce726f2a7d70e1431c594c8c992668c8887738e36a7cef436cad6cf704563ab2e5864dcc04
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodeHealer
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
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.2
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-13 00:00:00.000000000 Z
11
+ date: 2025-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails