From 7fb0d207b0f57d1fa4c166bacefd6783fd6ae291 Mon Sep 17 00:00:00 2001 From: ddsha441981 Date: Mon, 10 Aug 2026 09:11:22 +0530 Subject: [PATCH 1/2] Add WireDoctor to Architecture section --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 916ebcdd..bdd5a3fb 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -19,6 +19,7 @@ _Frameworks and libraries that help implementing and verifying design and archit - [jMolecules](https://github.com/xmolecules/jmolecules) - Annotations and interfaces to express design and architecture concepts in code. - [jQAssistant](https://github.com/jQAssistant/jqassistant) - Static code analysis with Neo4J-based query language. - [Taikai](https://github.com/enofex/taikai) - ArchUnit extension with predefined architecture rules for common Java technologies. +- [WireDoctor](https://github.com/ddsha441981/wiredoctor) - Zero-intrusion Spring Boot runtime diagnostic for cyclic dependencies, slow beans, and ghost detection with interactive physics-based HTML dashboard and CI regression gates. ### Artificial Intelligence From 638e5d73c6e49d729263a5c99349b9b65cda2f74 Mon Sep 17 00:00:00 2001 From: Deendayal Kumawat <44318598+ddsha441981@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:38:37 +0530 Subject: [PATCH 2/2] Update README_SOURCE.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- README_SOURCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_SOURCE.md b/README_SOURCE.md index bdd5a3fb..c16f69ee 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -19,7 +19,7 @@ _Frameworks and libraries that help implementing and verifying design and archit - [jMolecules](https://github.com/xmolecules/jmolecules) - Annotations and interfaces to express design and architecture concepts in code. - [jQAssistant](https://github.com/jQAssistant/jqassistant) - Static code analysis with Neo4J-based query language. - [Taikai](https://github.com/enofex/taikai) - ArchUnit extension with predefined architecture rules for common Java technologies. -- [WireDoctor](https://github.com/ddsha441981/wiredoctor) - Zero-intrusion Spring Boot runtime diagnostic for cyclic dependencies, slow beans, and ghost detection with interactive physics-based HTML dashboard and CI regression gates. +- [WireDoctor](https://github.com/ddsha441981/wiredoctor) - Runtime diagnostic for Spring Boot apps that detects cyclic bean dependencies and slow beans, with CI regression gates. ### Artificial Intelligence