diff --git a/.aider.tags.cache.v4/cache.db b/.aider.tags.cache.v4/cache.db
index 52a234981880929bfeab4fcf501075a70679dd9b..d932421b27ca77a338725884bde28bad6e90f4df 100644
Binary files a/.aider.tags.cache.v4/cache.db and b/.aider.tags.cache.v4/cache.db differ
diff --git a/.aider.tags.cache.v4/cache.db-shm b/.aider.tags.cache.v4/cache.db-shm
index 927fc7d814e8cc79f7040132f7b95b44c3430223..08be80930e06fc3c955b9f7399f7883d18d43abc 100644
Binary files a/.aider.tags.cache.v4/cache.db-shm and b/.aider.tags.cache.v4/cache.db-shm differ
diff --git a/.aider.tags.cache.v4/cache.db-wal b/.aider.tags.cache.v4/cache.db-wal
index c8622fa949ac0fb2774b7dbcc9bca6a212c943a4..8572acc3dad775eded5d91011ef55eae4bb455b0 100644
Binary files a/.aider.tags.cache.v4/cache.db-wal and b/.aider.tags.cache.v4/cache.db-wal differ
diff --git a/Aider_implementation/map.py b/map.py
similarity index 100%
rename from Aider_implementation/map.py
rename to map.py
diff --git a/Aider_implementation/mars.py b/mars.py
similarity index 100%
rename from Aider_implementation/mars.py
rename to mars.py
diff --git a/Aider_implementation/mission_control.py b/mission_control.py
similarity index 100%
rename from Aider_implementation/mission_control.py
rename to mission_control.py
diff --git a/Aider_implementation/plateau.py b/plateau.py
similarity index 100%
rename from Aider_implementation/plateau.py
rename to plateau.py
diff --git a/Aider_implementation/rover.py b/rover.py
similarity index 100%
rename from Aider_implementation/rover.py
rename to rover.py
diff --git a/Aider_implementation/telescope.py b/telescope.py
similarity index 100%
rename from Aider_implementation/telescope.py
rename to telescope.py
diff --git a/Aider_implementation/test_rover.py b/test_rover.py
similarity index 100%
rename from Aider_implementation/test_rover.py
rename to test_rover.py