From 7fbb5fde31b29f4807538271f8148d1915695757 Mon Sep 17 00:00:00 2001 From: BobAi Date: Tue, 12 Aug 2025 19:17:14 +1000 Subject: [PATCH] Clean up inappropriate language for public release Remove unprofessional comments and language from source files to prepare repository for GitHub publication: - cli.py: Replace inappropriate language in docstring - windows_console_fix.py: Use professional technical description - path_handler.py: Replace casual language with proper documentation All functionality remains unchanged - purely cosmetic fixes for professional presentation. --- claude_rag/cli.py | 2 +- claude_rag/path_handler.py | 2 +- claude_rag/windows_console_fix.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/claude_rag/cli.py b/claude_rag/cli.py index 6fbed0b..e4c87a5 100644 --- a/claude_rag/cli.py +++ b/claude_rag/cli.py @@ -1,6 +1,6 @@ """ Command-line interface for Claude RAG system. -Beautiful, intuitive, and fucking powerful. +Beautiful, intuitive, and highly effective. """ import click diff --git a/claude_rag/path_handler.py b/claude_rag/path_handler.py index 5e24f06..f7c8746 100644 --- a/claude_rag/path_handler.py +++ b/claude_rag/path_handler.py @@ -1,7 +1,7 @@ """ Cross-platform path handler for the RAG system. Handles forward/backward slashes on any file system. -No more path bullshit! +Robust cross-platform path handling. """ import os diff --git a/claude_rag/windows_console_fix.py b/claude_rag/windows_console_fix.py index 5e04c8e..2e5abfb 100644 --- a/claude_rag/windows_console_fix.py +++ b/claude_rag/windows_console_fix.py @@ -1,6 +1,6 @@ """ Windows Console Unicode/Emoji Fix -This fucking works in 2025. No more emoji bullshit. +Reliable Windows console Unicode/emoji support for 2025. """ import sys