Update file-management.md (#1252)

This commit is contained in:
Didier Durand
2025-02-16 23:15:02 +01:00
committed by GitHub
parent c69a93f81c
commit 0922bebe39

View File

@@ -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.
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.