mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
Update file-management.md (#1252)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user