From 0922bebe397c370da15469f3decba02a601d0833 Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Sun, 16 Feb 2025 23:15:02 +0100 Subject: [PATCH] Update file-management.md (#1252) --- documentation/docs/guides/file-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/guides/file-management.md b/documentation/docs/guides/file-management.md index 3aeb5471..11d1c6e6 100644 --- a/documentation/docs/guides/file-management.md +++ b/documentation/docs/guides/file-management.md @@ -3,7 +3,7 @@ sidebar_position: 5 --- # File Management -As an autonomous agent, Goose is designed to carry out tasks following specified instructions. This may sometimes involve working with local files. It's essential to follow best practices for safe file modification to monitor changes and revert any where necessary. +As an autonomous agent, Goose is designed to carry out tasks following specified instructions. This may sometimes involve working with local files. It's essential to follow best practices for safe file modification to monitor changes and revert anywhere necessary. Here are a few tips to help you manage file operations effectively while maintaining the integrity and safety of your codebase. @@ -21,4 +21,4 @@ Manually review or use automated code reviews to ensure the quality of generated ### Codebase Organization -Structure your codebase into well-defined modules or subdirectories to manage them efficiently. Use a modular approach to isolate parts of the code Goose needs to access. You can also provide specific directories or file paths you want Goose to work on. \ No newline at end of file +Structure your codebase into well-defined modules or subdirectories to manage them efficiently. Use a modular approach to isolate parts of the code Goose needs to access. You can also provide specific directories or file paths you want Goose to work on.