From 32518507ebdd386e8e6d5b8b73530597681d0386 Mon Sep 17 00:00:00 2001 From: EDR Labs <60473889+Edgardo-Ramirez-Canales@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:49:43 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20Docs=20(v=C3=ADa=20GitHub=20Trending=20?= =?UTF-8?q?Agent)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index da0430f..fe925f0 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,19 @@ For an existing project, you can tell your agent: `Initialize DOX tree for this Open-source agentic AI framework
Website ยท GitHub repository

+ +## Usage Examples + +To better understand how to implement DOX in your projects, here are a few examples: + +### Example 1: Basic Setup +1. Create a new project directory. +2. Copy the contents of [AGENTS.md](./AGENTS.md?plain=1) into your project's AGENTS.md file. +3. Initialize the DOX tree by running `Initialize DOX tree for this project now.` + +### Example 2: Updating AGENTS.md +1. After making changes to your project, review the relevant AGENTS.md files. +2. Update the nearest owning AGENTS.md to reflect any changes in responsibilities or scope. +3. Ensure to refresh the Child DOX Index to keep documentation current. + +These examples illustrate the straightforward process of using DOX to maintain project documentation effectively.