ctrl-space-labs / gendox-core

Gendox: "Generate. Train. Evolve."
GNU Affero General Public License v3.0
5 stars 0 forks source link

Gendox Integration with GitHub Wiki - File Duplication Issue #209

Open gyfantidis opened 7 months ago

gyfantidis commented 7 months ago

Bug Fix: Gendox Integration with GitHub Wiki - File Duplication Issue

Objective

Resolve the issue where Gendox, set to integrate with the GitHub Wiki at regular intervals (e.g., poller every 4 hours), creates a duplicate file if an existing file is renamed, without deleting the old one.

Description

When Gendox is configured to synchronize with the GitHub Wiki repository periodically, it successfully pulls and creates a new file in the wiki for any file that has been renamed since the last synchronization. However, it fails to delete or replace the old file with the previous name, leading to duplicate content and potential confusion. This behavior disrupts the maintenance of a clean and accurate documentation space in the GitHub Wiki.

gyfantidis commented 3 months ago

not yet implemented