branch: elpa/aidermacs
commit 8080de62b9b94e93aa7111cc32b1c30137b7c4e6
Author: tninja <[email protected]>
Commit: tninja <[email protected]>
docs: improve file access clarity in README.org
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 7ce182db9c..4486d628de 100644
--- a/README.org
+++ b/README.org
@@ -178,7 +178,7 @@ You can enable Helm-based completion with the following
code:
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.
+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 them.
3. Use the in-place implementation commands—for example,
“aider-implement-todo” to implement requirements directly in comments or
“aider-function-or-region-refactor” to make code change or refactor existing
code—since these approaches are preferred for feature development as they apply
minimal, context-aware changes.
- For inline one-line comment implementations: