CLAUDE.md
LICENSE
MANIFEST.in
README.md
kollabor_cli_main.py
pyproject.toml
requirements.txt
setup.py
agents/__init__.py
agents/coder/__init__.py
agents/coder/agent.json
agents/coder/api-integration.md
agents/coder/cli-pretty.md
agents/coder/code-review.md
agents/coder/database-design.md
agents/coder/debugging.md
agents/coder/dependency-management.md
agents/coder/git-workflow.md
agents/coder/refactoring.md
agents/coder/security-hardening.md
agents/coder/system_prompt.md
agents/coder/tdd.md
agents/creative-writer/__init__.py
agents/creative-writer/agent.json
agents/creative-writer/character-development.md
agents/creative-writer/dialogue-craft.md
agents/creative-writer/plot-structure.md
agents/creative-writer/revision-editing.md
agents/creative-writer/system_prompt.md
agents/creative-writer/worldbuilding.md
agents/data-analyst/__init__.py
agents/data-analyst/agent.json
agents/data-analyst/data-visualization.md
agents/data-analyst/exploratory-data-analysis.md
agents/data-analyst/pandas-data-manipulation.md
agents/data-analyst/sql-query-optimization.md
agents/data-analyst/statistical-analysis.md
agents/data-analyst/system_prompt.md
agents/default/__init__.py
agents/default/agent.json
agents/default/dead-code.md
agents/default/explore-agent-system.md
agents/default/system_prompt.md
agents/default/system_prompt.monolithic.backup.md
agents/default/system_prompt_condensed.md
agents/default/system_prompt_full_modular.md
agents/default/system_prompt_modular.md
agents/default/sections/00-header.md
agents/default/sections/01-session-context.md
agents/default/sections/02-tool-workflow.md
agents/default/sections/03-response-patterns.md
agents/default/sections/04-question-gate.md
agents/default/sections/05-investigation-examples.md
agents/default/sections/06-task-planning.md
agents/default/sections/07-tool-reference.md
agents/default/sections/08-communication-protocol.md
agents/default/sections/09-quality-assurance.md
agents/default/sections/10-key-principles.md
agents/default/sections/10-thoroughness-mandate.md
agents/default/sections/11-tool-execution-protocol.md
agents/default/sections/12-file-ops-reference.md
agents/default/sections/13-resource-limits.md
agents/default/sections/14-error-handling.md
agents/default/sections/15-git-workflow.md
agents/default/sections/16-testing-strategy.md
agents/default/sections/17-debugging.md
agents/default/sections/18-dependency-management.md
agents/default/sections/19-security.md
agents/default/sections/20-performance.md
agents/default/sections/21-communication-best-practices.md
agents/default/sections/22-advanced-troubleshooting.md
agents/default/sections/23-final-reminders.md
agents/default/sections/99-terminal-formatting.md
agents/default/sections/README.md
agents/kollabor/__init__.py
agents/kollabor/analyze-plugin-lifecycle.md
agents/kollabor/analyze-terminal-rendering.md
agents/kollabor/code-review.md
agents/kollabor/debug-mcp-integration.md
agents/kollabor/debug-plugin-hooks.md
agents/kollabor/debugging.md
agents/kollabor/dependency-management.md
agents/kollabor/git-workflow.md
agents/kollabor/inspect-llm-conversation.md
agents/kollabor/monitor-event-bus.md
agents/kollabor/profile-performance.md
agents/kollabor/refactoring.md
agents/kollabor/system_prompt copy.md
agents/kollabor/system_prompt.md
agents/kollabor/trace-command-execution.md
agents/kollabor/validate-config.md
agents/research/__init__.py
agents/research/agent.json
agents/research/architecture-mapping.md
agents/research/codebase-analysis.md
agents/research/dependency-audit.md
agents/research/performance-profiling.md
agents/research/security-review.md
agents/research/system_prompt.md
agents/technical-writer/__init__.py
agents/technical-writer/agent.json
agents/technical-writer/api-documentation.md
agents/technical-writer/changelog-management.md
agents/technical-writer/readme-writing.md
agents/technical-writer/style-guide.md
agents/technical-writer/system_prompt.md
agents/technical-writer/tutorial-creation.md
core/__init__.py
core/application.py
core/cli.py
core/version.py
core/commands/__init__.py
core/commands/executor.py
core/commands/mcp_command.py
core/commands/menu_renderer.py
core/commands/parser.py
core/commands/profile_command.py
core/commands/registry.py
core/commands/system_commands.py
core/commands/ui_commands.py
core/config/__init__.py
core/config/llm_task_config.py
core/config/loader.py
core/config/manager.py
core/config/migration.py
core/config/plugin_config_manager.py
core/config/plugin_schema.py
core/config/service.py
core/effects/__init__.py
core/events/__init__.py
core/events/bus.py
core/events/executor.py
core/events/hook_adapter.py
core/events/models.py
core/events/processor.py
core/events/ready_message.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/fullscreen/components/space_shooter_components.py
core/io/__init__.py
core/io/buffer_manager.py
core/io/event_driven_render_loop.py
core/io/input_errors.py
core/io/input_handler.py
core/io/key_parser.py
core/io/layout.py
core/io/message_coordinator.py
core/io/message_renderer.py
core/io/status_renderer.py
core/io/terminal_renderer.py
core/io/terminal_state.py
core/io/tool_spinner.py
core/io/visual_effects.py
core/io/input/__init__.py
core/io/input/command_mode_handler.py
core/io/input/display_controller.py
core/io/input/hook_registrar.py
core/io/input/input_loop_manager.py
core/io/input/key_press_handler.py
core/io/input/modal_controller.py
core/io/input/paste_processor.py
core/io/input/status_modal_renderer.py
core/io/status/__init__.py
core/io/status/constants.py
core/io/status/core_widget_modals.py
core/io/status/core_widgets.py
core/io/status/help_system.py
core/io/status/inline_editor_service.py
core/io/status/inline_editors.py
core/io/status/interaction_handler.py
core/io/status/interactive_widgets.py
core/io/status/layout_manager.py
core/io/status/layout_renderer.py
core/io/status/mcp_status_view.py
core/io/status/navigation_manager.py
core/io/status/navigation_state.py
core/io/status/permission_status_view.py
core/io/status/plugin_api.py
core/io/status/script_action_handlers.py
core/io/status/script_modal_handlers.py
core/io/status/script_refresh_scheduler.py
core/io/status/script_widgets.py
core/io/status/toggle_handler.py
core/io/status/widget_picker.py
core/io/status/widget_registry.py
core/llm/__init__.py
core/llm/agent_manager.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/profile_manager.py
core/llm/response_parser.py
core/llm/response_processor.py
core/llm/shell_command_service.py
core/llm/tool_executor.py
core/llm/api_adapters/__init__.py
core/llm/api_adapters/anthropic_adapter.py
core/llm/api_adapters/base.py
core/llm/api_adapters/openai_adapter.py
core/llm/permissions/__init__.py
core/llm/permissions/config.py
core/llm/permissions/hook.py
core/llm/permissions/manager.py
core/llm/permissions/models.py
core/llm/permissions/response_handler.py
core/llm/permissions/risk_assessor.py
core/llm/providers/__init__.py
core/llm/providers/anthropic_provider.py
core/llm/providers/azure_provider.py
core/llm/providers/base.py
core/llm/providers/custom_provider.py
core/llm/providers/errors.py
core/llm/providers/gemini_provider.py
core/llm/providers/gemini_transformer.py
core/llm/providers/models.py
core/llm/providers/openai_provider.py
core/llm/providers/openai_responses_provider.py
core/llm/providers/openai_responses_transformer.py
core/llm/providers/openrouter_provider.py
core/llm/providers/registry.py
core/llm/providers/security.py
core/llm/providers/transformers.py
core/logging/__init__.py
core/logging/setup.py
core/models/__init__.py
core/models/base.py
core/models/resume.py
core/plugins/__init__.py
core/plugins/base.py
core/plugins/collector.py
core/plugins/discovery.py
core/plugins/factory.py
core/plugins/registry.py
core/ui/__init__.py
core/ui/config_merger.py
core/ui/config_widgets.py
core/ui/live_modal_renderer.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/modals.py
core/ui/widget_showcase.py
core/ui/design_system/__init__.py
core/ui/design_system/border_style.py
core/ui/design_system/color_mode.py
core/ui/design_system/components.py
core/ui/design_system/gradient.py
core/ui/design_system/icons.py
core/ui/design_system/inline_widgets.py
core/ui/design_system/theme.py
core/ui/design_system/ui_components.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/file_browser.py
core/ui/widgets/label.py
core/ui/widgets/multi_select.py
core/ui/widgets/progress.py
core/ui/widgets/searchable_dropdown.py
core/ui/widgets/slider.py
core/ui/widgets/spin_box.py
core/ui/widgets/text_area.py
core/ui/widgets/text_input.py
core/ui/widgets/tree_view.py
core/updates/__init__.py
core/updates/version_check_service.py
core/updates/version_comparator.py
core/utils/__init__.py
core/utils/config_utils.py
core/utils/dict_utils.py
core/utils/error_utils.py
core/utils/plugin_utils.py
core/utils/prompt_renderer.py
core/utils/session_naming.py
core/utils/shell_alias_detector.py
core/utils/shell_executor.py
docs/README.md
docs/testing-setup-wizard.md
docs/widget-design-preview.md
docs/widget-design-system.md
docs/analysis/PHASE0-COMPLETE.md
docs/analysis/current-message-schema.md
docs/analysis/error-handling-patterns.md
docs/analysis/hook-system-audit.md
docs/analysis/message-building.md
docs/analysis/tool-system.md
docs/archive/PROJECT_OVERVIEW.md
docs/archive/agent.md
docs/archive/application-dataflow.md
docs/archive/audit-report-buffer-render-state.md
docs/archive/claude-code-enhancements.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/deadcode.md
docs/archive/duplicate-input-box-analysis.md
docs/archive/input-handler-audit.md
docs/archive/input-handler-refactoring-plan.md
docs/archive/kollabor.md
docs/archive/llm-core-migration-plan.md
docs/archive/matrix-command-dataflow.md
docs/archive/mcp_status_spec.md
docs/archive/modal-system-implementation-guide.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/audit/CONSOLIDATED_SUMMARY.md
docs/audit/commands_audit.md
docs/audit/core_plugin_violations_audit.md
docs/audit/effects_audit.md
docs/audit/io_system_audit.md
docs/audit/llm_services_audit.md
docs/audit/ui_audit.md
docs/audit/violation_priority_list.md
docs/audits/FEATURES_AUDIT_REPORT.md
docs/audits/PERMISSION_SYSTEM_AUDIT.md
docs/audits/PERMISSION_SYSTEM_HANDOFF.md
docs/audits/status-migration-audit.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/features/dynamic-system-prompts.md
docs/features/question-gate-protocol.md
docs/features/ready-message-system.md
docs/features/widget-status-system.md
docs/guides/openai-setup.md
docs/guides/widget-development-guide.md
docs/mcp/MCP_SERVER_EXAMPLES.md
docs/mcp/MCP_SETUP.md
docs/mcp/local-server-connection-fix.md
docs/plugins/core/README.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/providers/openrouter-usage.md
docs/reference/CONFIGURATION.md
docs/reference/FEATURES.md
docs/reference/README.md
docs/reference/agent.md
docs/reference/api-documentation.md
docs/reference/architecture-overview.md
docs/reference/buffer-transition-and-render-state.md
docs/reference/config-management-system.md
docs/reference/core-patterns.md
docs/reference/event-driven-rendering.md
docs/reference/event-types-reference.md
docs/reference/fullscreen-plugin-system.md
docs/reference/glossary.md
docs/reference/hook-system-sdk.md
docs/reference/llm-message-flow.md
docs/reference/modal-system-guide.md
docs/reference/paste-detection-system.md
docs/reference/phase-1-completion.md
docs/reference/plugin-development-tutorial.md
docs/reference/provider-interface.md
docs/reference/quick-start.md
docs/reference/resume-message-flow.md
docs/reference/slash-commands-guide.md
docs/reference/startup-to-first-message-flow.md
docs/reference/technology-stack.md
docs/reference/terminal-compatibility.md
docs/reference/tool-calling-methods.md
docs/reference/troubleshooting-guide.md
docs/reference/widget-status-system.md
docs/reference/architecture/README.md
docs/reference/architecture/event-system.md
docs/reference/core-systems/README.md
docs/reference/core-systems/input-handling.md
docs/reference/core-systems/plugin-system.md
docs/reference/core-systems/terminal-rendering.md
docs/reference/llm-integration/README.md
docs/reference/llm-integration/llm-service.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/specs/README.md
docs/specs/cli-slash-command-hook-spec.md
docs/specs/startup-optimization-spec-v2.md
docs/specs/startup-optimization-spec.md
docs/specs/system-commands-refactor-spec.md
docs/specs/ui-plugin-architecture-spec.md
docs/specs/implemented/INDEX.md
docs/specs/implemented/conversations-browser-spec.md
docs/specs/implemented/feature-resume-command-2025-12-13.md
docs/specs/implemented/feature-resume-conversation-2025-12-13.md
docs/specs/implemented/feature-tool-spinner-2026-01-17.md
docs/specs/implemented/infrastructure-centralized-data-2026-01-12.md
docs/specs/implemented/system-tool-permissions-2026-01-20.md
docs/specs/new/agent-orchestrator-plugin-spec.md
docs/specs/new/agent_orchestrator_plugin_spec.md
docs/specs/new/background-tasks-plugin-spec.md
docs/specs/new/background_tasks_plugin_spec.md
docs/specs/new/config-command-enhancement-spec.md
docs/specs/new/default-agent-spec.md
docs/specs/new/documentation-overhaul-spec.md
docs/specs/new/edit-mode-ui-spec.md
docs/specs/new/fullscreen_framework_plugin_spec.md
docs/specs/new/hook_monitoring_plugin_spec.md
docs/specs/new/http-mcp-transport-spec.md
docs/specs/new/interactive-status-widgets-spec.md
docs/specs/new/llm-agent-orchestration-spec.md
docs/specs/new/logging-configuration-spec.md
docs/specs/new/matrix_plugin_spec.md
docs/specs/new/modern-input-plugin-spec.md
docs/specs/new/modular-system-prompt-spec.md
docs/specs/new/multi-line-input-spec.md
docs/specs/new/openai-sdk-integration-spec-v2.1-ADDENDUM.md
docs/specs/new/openai-sdk-integration-spec-v2.1-FINAL.md
docs/specs/new/plugin-cli-args-spec.md
docs/specs/new/save_conversation_plugin_spec.md
docs/specs/new/setup_wizard_plugin_spec.md
docs/specs/new/skill-creation-spec.md
docs/specs/new/space_shooter_plugin_spec.md
docs/specs/new/status-setup-spec.md
docs/specs/new/system_commands_plugin_spec.md
docs/specs/new/tmux_plugin_spec.md
docs/specs/new/workflow_enforcement_plugin_spec.md
docs/specs/new/xml-edit-tool-spec.md
docs/specs/reviews/qa-review-cli-slash-command-hook-spec-v2.md
docs/specs/started/dynamic-profile-env-variables-spec.md
docs/specs/started/modal-events-wiring-spec.md
docs/specs/started/native-tool-calling-spec.md
docs/specs/started/resume_conversation_plugin_spec.md
docs/specs/started/setup-wizard-spec.md
docs/specs/started/shell-command-mode-spec.md
docs/specs/started/unified-terminal-plugin-spec.md
docs/specs/started/unused-events-audit-spec.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/dead-code-detection-methodology.md
docs/standards/quality/dead-code-detection-quickstart.md
docs/standards/quality/dead-code-verification-workflow.md
docs/standards/quality/quality-assurance-standards.md
docs/standards/security/security-standards.md
docs/testing/provider-testing.md
docs/verification/phase1-errors-verification.md
docs/verification/phase1-models-FINAL-VERDICT.md
docs/verification/phase1-models-verification.md
docs/verification/phase1-security-verification.md
docs/verification/phase2-transformers-verification.md
docs/verification/phase3-registry-verification.md
docs/verification/phase4-providers-verification.md
docs/verification/phase5-integration-verification.md
fonts/LICENSE
fonts/README.md
fonts/SymbolsNerdFont-Regular.ttf
fonts/SymbolsNerdFontMono-Regular.ttf
fonts/__init__.py
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/agent_orchestrator_plugin.py
plugins/hook_monitoring_plugin.py
plugins/mcp_plugin.py
plugins/mcp_status_plugin.py
plugins/modern_input_plugin.py
plugins/resume_conversation_plugin.py
plugins/save_conversation_plugin.py
plugins/system_commands_plugin.py
plugins/tmux_plugin.py
plugins/agent_orchestrator/__init__.py
plugins/agent_orchestrator/activity_monitor.py
plugins/agent_orchestrator/file_attacher.py
plugins/agent_orchestrator/message_injector.py
plugins/agent_orchestrator/models.py
plugins/agent_orchestrator/orchestrator.py
plugins/agent_orchestrator/plugin.py
plugins/agent_orchestrator/xml_parser.py
plugins/fullscreen/__init__.py
plugins/fullscreen/conversations_plugin.py
plugins/fullscreen/example_plugin.py
plugins/fullscreen/matrix_plugin.py
plugins/fullscreen/space_shooter_plugin.py
plugins/fullscreen/status_setup_plugin.py
plugins/modern_input/__init__.py
plugins/modern_input/config.py
plugins/modern_input/cursor_manager.py
plugins/modern_input/renderer.py
tests/test_api_communication_service.py
tests/test_complete_integration.py
tests/test_config_manager.py
tests/test_conversation_manager.py
tests/test_conversation_sorting.py
tests/test_final_integration.py
tests/test_full_integration.py
tests/test_input_handler_infinite_loop_fix.py
tests/test_integrated_session_ids.py
tests/test_integration.py
tests/test_llm_plugin.py
tests/test_llm_service.py
tests/test_mcp_integration.py
tests/test_mcp_status_plugin.py
tests/test_menu.py
tests/test_message_display_service.py
tests/test_minimal.py
tests/test_orphaned_tags_fix.py
tests/test_plugin_cli_args.py
tests/test_plugin_registry.py
tests/test_plugin_system_prompt.py
tests/test_profile_env_vars.py
tests/test_profile_integration.py
tests/test_prompt_renderer.py
tests/test_prompt_renderer_integration.py
tests/test_resume_command.py
tests/test_session_fix.py
tests/test_task_management.py
tests/test_tool_executor.py
tests/test_wrapper_method.py