Skip to content

Commit 56b5fd5

Browse files
committed
Added image for ai advise
1 parent 7685158 commit 56b5fd5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Documentation/Images/ai-advise.png

311 KB
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ To use this feature, open **Settings** and enter your API endpoint and key. The
9191
9292
That said, the feature can be genuinely useful for getting a first set of ideas when you are staring at a complex cycle and don't know where to begin. The AI often recognises structural patterns — such as hidden abstractions, circular service dependencies, or missing interfaces — that are worth considering. The advice can be saved as a Markdown file for later reference.
9393

94+
![](Documentation/Images/ai-advise.png)
95+
9496
## Simulated refactoring
9597

9698
The refactoring simulation feature is basic but useful. It helps you to explore how changes to the code structure affect cyclic dependencies without modifying the actual source code. A typical scenario involves identifying a large cyclic cluster, making adjustments in the source code, and re-importing the solution - only to find the cycle still unresolved. This process can be repetitive and time-consuming.

0 commit comments

Comments
 (0)