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.
This commit is contained in:
parent
4166d0a362
commit
09157578fb
@ -1,6 +1,6 @@
|
||||
"""
|
||||
Command-line interface for Claude RAG system.
|
||||
Beautiful, intuitive, and fucking powerful.
|
||||
Beautiful, intuitive, and highly effective.
|
||||
"""
|
||||
|
||||
import click
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user