branch: externals/ellama
commit b46d1c67c9c9dea3c6cd92f2829084d9686fefde
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>

    Add rule to use `oq` skill for .org files
    
    Implemented a new guideline stating that the `oq` skill must be used to view
    content of large Org-mode files such as `README.org` and `NEWS.org`, 
instead of
    the `read_file` tool. This ensures efficient and consistent access to these
    files across the project.
---
 AGENTS.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/AGENTS.md b/AGENTS.md
index 812222d7c8..52e0a17524 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -39,3 +39,6 @@
 Just one backslash (\) in front of quotes.
 
 3. Do not use git, util requested by user explicitly.
+4. ALWAYS use `oq` skill to see content of `.org` files (for example
+   ./README.org and ./NEWS.org) isntead of `read_file` tool. README.org and
+   NEWS.org are big enough, you NEED to use `oq` skill with it.

Reply via email to