Stronger prompting to only modify full files, not parts of the repo map

This commit is contained in:
Paul Gauthier 2023-05-26 12:59:08 -07:00
parent 4e557baad4
commit a886ea472b
3 changed files with 14 additions and 10 deletions

View file

@ -122,6 +122,7 @@ class RepoMap:
def split_path(self, path):
path = os.path.relpath(path, self.root)
return [path]
return fname_to_components(path, True)
def get_tags(self, filename):