Hello,
I always appreciate rulesync.
I found a minor issue regarding the path generation when running the rulesync gitignore command, and I wanted to quickly report it.
Issue Description
When executing rulesync gitignore, the path for the curated skills directory is incorrectly output as .rulesync\skills\.curated/ instead of the expected .rulesync/skills/.curated/.
Because the forward slashes (/) are being replaced with backslashes (\), this directory might not be properly ignored by Git depending on the operating system or environment.
Your consideration would be appreciated.
Hello,
I always appreciate rulesync.
I found a minor issue regarding the path generation when running the
rulesync gitignorecommand, and I wanted to quickly report it.Issue Description
When executing
rulesync gitignore, the path for the curated skills directory is incorrectly output as.rulesync\skills\.curated/instead of the expected.rulesync/skills/.curated/.Because the forward slashes (
/) are being replaced with backslashes (\), this directory might not be properly ignored by Git depending on the operating system or environment.Your consideration would be appreciated.