projects typos and fixes

Alessandro committed Feb 10, 2026 at 18:46 UTC c2b43b04a9aa3504e80f81a695f80d063236c414
2 files changed +2 -9
docs/guides/projects.md
+1 -8
@@ -178,14 +178,7 @@ This is useful for:
178 Projects support two memory modes:
179
180 - **Own memory** (default): The project has its own isolated memory directory
181 - - Memories stored under `vector_db/projects/<project_name>/`
182 - - Prevents context bleed between projects
183 - - Ideal for client work, sensitive projects, or distinct domains
184 -
181 - **Global memory**: The project shares the default memory pool
186 - - Memories stored under `vector_db/default/`
187 - - Useful when projects need shared knowledge
188 - - Better for related projects in the same domain
182
183 > [!TIP]
184 > Use **own memory** for:
@@ -266,7 +259,7 @@ This feature is incredibly useful for code projects - the agent automatically "s
259 To use a project, you need to activate it for your current chat:
260
261 ### In a New Chat
269 -1. Create or select a project from the Projects modal
262 +1. Activate a project from the Projects modal or dropdown
263 2. Start a new chat
264 3. The project is automatically active for that chat
265
docs/guides/usage.md
+1 -1
@@ -172,7 +172,7 @@ Each project includes:
172
173 There are two ways to access project management:
174
175 -1. **Dashboard Access**: Click **Projects** in the sidebar to open the Projects modal
175 +1. **Dashboard Access**: Click **Projects** from the Dashboard to open the Projects modal
176 2. **Quick Access**: Click the project dropdown in the top-right corner (shows "No project" when none is active)
177
178 ![Project Creation](../res/usage/projects/projects-creation.png)