branch: elpa/aidermacs
commit 5352b92df59ab987e3b6d8cb48ae2e9e97edb92f
Author: tninja <tni...@gmail.com>
Commit: tninja <tni...@gmail.com>

    docs: improve feature development guide flow and clarity
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index aed97966d6..2437c3c28a 100644
--- a/README.org
+++ b/README.org
@@ -176,8 +176,6 @@ You can enable Helm-based completion with the following 
code:
 
 ** Feature development
 
-To develop new features effectively with aider.el, follow these steps:
-
 1. Start an Aider session specific to your current git repository by running 
the command “aider-run-aider”. This links your session to your project context.
 
 2. Add relevant files to the session using commands such as 
“aider-add-current-file”, “aider-add-files-in-current-window”, etc, so that the 
AI has access to the complete codebase.
@@ -223,6 +221,8 @@ AI-generated code is beneficial for quickly implementing 
features but can someti
 
 Right now I am using projectile function to jump between main code and test 
code, and add them to session. It would be better if there is a way to easily 
add test code to session.
 
+5. Refactor the AI generated code and test, it can be done with proper prompt 
or manually.
+
 * Screenshot
 
 [[file:./screenshot.png]]

Reply via email to