CLAUDE.md
LICENSE
MANIFEST.in
README.md
kollabor_cli_main.py
pyproject.toml
requirements.txt
setup.py
core/__init__.py
core/application.py
core/cli.py
core/commands/__init__.py
core/commands/executor.py
core/commands/menu_renderer.py
core/commands/parser.py
core/commands/registry.py
core/commands/system_commands.py
core/config/__init__.py
core/config/llm_task_config.py
core/config/loader.py
core/config/manager.py
core/config/service.py
core/effects/__init__.py
core/events/__init__.py
core/events/bus.py
core/events/executor.py
core/events/models.py
core/events/processor.py
core/events/registry.py
core/fullscreen/__init__.py
core/fullscreen/command_integration.py
core/fullscreen/manager.py
core/fullscreen/plugin.py
core/fullscreen/renderer.py
core/fullscreen/session.py
core/fullscreen/components/__init__.py
core/fullscreen/components/animation.py
core/fullscreen/components/drawing.py
core/fullscreen/components/matrix_components.py
core/io/__init__.py
core/io/buffer_manager.py
core/io/config_status_view.py
core/io/core_status_views.py
core/io/input_errors.py
core/io/input_handler.py
core/io/input_mode_manager.py
core/io/key_parser.py
core/io/layout.py
core/io/message_coordinator.py
core/io/message_renderer.py
core/io/modal_interaction_handler.py
core/io/raw_input_processor.py
core/io/status_renderer.py
core/io/terminal_renderer.py
core/io/terminal_state.py
core/io/visual_effects.py
core/llm/__init__.py
core/llm/api_communication_service.py
core/llm/conversation_logger.py
core/llm/conversation_manager.py
core/llm/file_operations_executor.py
core/llm/hook_system.py
core/llm/llm_service.py
core/llm/mcp_integration.py
core/llm/message_display_service.py
core/llm/model_router.py
core/llm/plugin_sdk.py
core/llm/response_parser.py
core/llm/response_processor.py
core/llm/tool_executor.py
core/logging/__init__.py
core/logging/setup.py
core/models/__init__.py
core/models/base.py
core/plugins/__init__.py
core/plugins/collector.py
core/plugins/discovery.py
core/plugins/factory.py
core/plugins/registry.py
core/storage/__init__.py
core/storage/state_manager.py
core/ui/__init__.py
core/ui/config_merger.py
core/ui/config_widgets.py
core/ui/modal_actions.py
core/ui/modal_overlay_renderer.py
core/ui/modal_renderer.py
core/ui/modal_state_manager.py
core/ui/widget_integration.py
core/ui/widgets/__init__.py
core/ui/widgets/base_widget.py
core/ui/widgets/checkbox.py
core/ui/widgets/dropdown.py
core/ui/widgets/slider.py
core/ui/widgets/text_input.py
core/utils/__init__.py
core/utils/config_utils.py
core/utils/dict_utils.py
core/utils/error_utils.py
core/utils/key_reader.py
core/utils/plugin_utils.py
docs/CONFIG_COMMAND_ENHANCEMENT_SPEC.md
docs/EDIT_TOOL_SPEC.md
docs/LLM_CORE_MIGRATION_PLAN.md
docs/README.md
docs/STARTUP_TO_FIRST_MESSAGE_FLOW.md
docs/claude-code-enhancements.md
docs/modal-gap-filling-implementation copy.md
docs/modal-implementation-roadmap copy.md
docs/modal-system-implementation-guide.md
docs/modal-ui-framework copy.md
docs/archive/PROJECT_OVERVIEW.md
docs/archive/agent.md
docs/archive/application-dataflow.md
docs/archive/config-command-dataflow.md
docs/archive/config_audit_report.md
docs/archive/core_refactoring_analysis.md
docs/archive/dead_code_analysis_report.md
docs/archive/kollabor.md
docs/archive/matrix-command-dataflow.md
docs/archive/mcp_status_spec.md
docs/archive/multi-agent-tmux-coordination.md
docs/archive/plugins_found.md
docs/archive/terminal-llm-chat-dataflow.md
docs/assets/asset-management-framework.md
docs/assets/brand-guidelines.md
docs/assets/diagram-standards.md
docs/assets/template-library.md
docs/assets/visual-design-standards.md
docs/bug_fixes/01_startup_race_condition.md
docs/bug_fixes/02_memory_leak_queue_processing.md
docs/bug_fixes/03_resource_leak_http_sessions.md
docs/bug_fixes/04_async_task_not_awaited.md
docs/bug_fixes/05_infinite_loop_input_processing.md
docs/bug_fixes/06_unsafe_module_import.md
docs/bug_fixes/07_conversation_manager_memory_leak.md
docs/bug_fixes/08_race_condition_event_processing.md
docs/bug_fixes/09_missing_error_handling_status_rendering.md
docs/bug_fixes/10_inefficient_string_operations.md
docs/bug_fixes/BUG-011_VALIDATION_REPORT.md
docs/bug_fixes/README.md
docs/bug_fixes/enhanced_input_fix.md
docs/bug_fixes/orphaned_think_tags_display.md
docs/project-management/README.md
docs/project-management/agile-ai-methodology.md
docs/project-management/performance-metrics.md
docs/project-management/resource-planning.md
docs/project-management/risk-management.md
docs/project-management/stakeholder-communication.md
docs/project-management/deliverables/chat-app-project-charter.md
docs/project-management/deliverables/chat-app-technical-specs.md
docs/project-management/deliverables/chat-app-user-stories.md
docs/project-management/issue-tracking/issue-tracking-guide.md
docs/project-management/processes/change-management-process.md
docs/project-management/processes/documentation-adherence-coordinator.md
docs/project-management/processes/release-management-process.md
docs/project-management/templates/project-charter-template.md
docs/project-management/templates/technical-specification-template.md
docs/project-management/templates/user-story-template.md
docs/reference/api-documentation.md
docs/reference/architecture-overview.md
docs/reference/fullscreen-plugin-system.md
docs/reference/glossary.md
docs/reference/hook-system-sdk.md
docs/reference/slash-commands-guide.md
docs/reference/technology-stack.md
docs/reference/troubleshooting-guide.md
docs/sdlc/ai-enhanced-requirements.md
docs/sdlc/design-methodology.md
docs/sdlc/deployment/automated-deployment-pipeline.md
docs/sdlc/design/design-document-template.md
docs/sdlc/development/ai-assisted-coding-practices.md
docs/sdlc/maintenance/ai-powered-maintenance.md
docs/sdlc/requirements/requirements-template.md
docs/sdlc/testing/ai-enhanced-testing-strategy.md
docs/sdlc/testing/test-plan-template.md
docs/sop/compliance/security-compliance-procedures.md
docs/sop/development/ai-assisted-development-workflow.md
docs/sop/development/code-review-process.md
docs/sop/development/deployment-process.md
docs/sop/operations/incident-response-procedures.md
docs/sop/support/customer-support-procedures.md
docs/standards/architecture/system-architecture-standards.md
docs/standards/coding/javascript-typescript-standards.md
docs/standards/coding/python-coding-standards.md
docs/standards/quality/quality-assurance-standards.md
docs/standards/security/security-standards.md
kollabor.egg-info/PKG-INFO
kollabor.egg-info/SOURCES.txt
kollabor.egg-info/dependency_links.txt
kollabor.egg-info/entry_points.txt
kollabor.egg-info/requires.txt
kollabor.egg-info/top_level.txt
plugins/__init__.py
plugins/enhanced_input_plugin.py
plugins/hook_monitoring_plugin.py
plugins/query_enhancer_plugin.py
plugins/system_commands_plugin.py
plugins/workflow_enforcement_plugin.py
plugins/enhanced_input/__init__.py
plugins/enhanced_input/box_renderer.py
plugins/enhanced_input/box_styles.py
plugins/enhanced_input/color_engine.py
plugins/enhanced_input/config.py
plugins/enhanced_input/cursor_manager.py
plugins/enhanced_input/geometry.py
plugins/enhanced_input/state.py
plugins/enhanced_input/text_processor.py
plugins/fullscreen/__init__.py
plugins/fullscreen/example_plugin.py
plugins/fullscreen/matrix_plugin.py
system_prompt/default.md
tests/test_api_communication_service.py
tests/test_complete_integration.py
tests/test_config_manager.py
tests/test_conversation_manager.py
tests/test_final_integration.py
tests/test_full_integration.py
tests/test_input_handler_infinite_loop_fix.py
tests/test_integration.py
tests/test_llm_plugin.py
tests/test_llm_service.py
tests/test_message_display_service.py
tests/test_minimal.py
tests/test_orphaned_tags_fix.py
tests/test_plugin_registry.py
tests/test_task_management.py
tests/test_tool_executor.py
tests/test_wrapper_method.py