MANIFEST.in
pyproject.toml
src/abyss/__init__.py
src/abyss/_globals.py
src/abyss/agent_loop.py
src/abyss/ansi_menu.py
src/abyss/api_client.py
src/abyss/context_engine.py
src/abyss/curator.py
src/abyss/extension_context.py
src/abyss/interrupt.py
src/abyss/logger.py
src/abyss/main.py
src/abyss/session.py
src/abyss/commands/__init__.py
src/abyss/commands/ai_analysis.py
src/abyss/commands/compact.py
src/abyss/commands/cron.py
src/abyss/commands/diff.py
src/abyss/commands/git.py
src/abyss/commands/info.py
src/abyss/commands/knowledge.py
src/abyss/commands/logs.py
src/abyss/commands/retry.py
src/abyss/commands/slash.py
src/abyss/commands/undo.py
src/abyss/concurrency/__init__.py
src/abyss/concurrency/abort.py
src/abyss/config/__init__.py
src/abyss/config/legacy.py
src/abyss/context/__init__.py
src/abyss/context/attachment_resolver.py
src/abyss/context/project_context.py
src/abyss/context/snip.py
src/abyss/history/__init__.py
src/abyss/history/file_history.py
src/abyss/hooks/__init__.py
src/abyss/hooks/runner.py
src/abyss/knowledge/__init__.py
src/abyss/knowledge/curator.py
src/abyss/knowledge/loader.py
src/abyss/llm/__init__.py
src/abyss/llm/resilience.py
src/abyss/llm/thinking_budget.py
src/abyss/mcp/__init__.py
src/abyss/mcp/manager.py
src/abyss/memory/__init__.py
src/abyss/memory/bm25.py
src/abyss/memory/reranker.py
src/abyss/memory/store.py
src/abyss/prompts/__init__.py
src/abyss/prompts/methodologies.py
src/abyss/prompts/system_prompt.md
src/abyss/runtime/__init__.py
src/abyss/runtime/host.py
src/abyss/security/__init__.py
src/abyss/security/path_security.py
src/abyss/security/sensitive_filter.py
src/abyss/security/tool_safety_guard.py
src/abyss/skills/__init__.py
src/abyss/skills/loader.py
src/abyss/subagent/__init__.py
src/abyss/subagent/protocol.py
src/abyss/subagent/runner.py
src/abyss/tools/__init__.py
src/abyss/tools/base.py
src/abyss/tools/cron_service.py
src/abyss/tools/file_cache.py
src/abyss/tools/file_edit.py
src/abyss/tools/file_io.py
src/abyss/tools/file_read.py
src/abyss/tools/file_write.py
src/abyss/tools/knowledge_fetch.py
src/abyss/tools/knowledge_save.py
src/abyss/tools/memory_save.py
src/abyss/tools/memory_search.py
src/abyss/tools/registry.py
src/abyss/tools/shell_exec.py
src/abyss/tools/spawn_subagents.py
src/abyss/tools/todo_write.py
src/abyss/tools/tracking.py
src/abyss/tools/web_fetch.py
src/abyss/tools/web_search.py
src/abyss/ui/__init__.py
src/abyss/ui/renderer.py
src/abyss/ui/themes.py
src/abyss/utils/__init__.py
src/abyss/utils/text.py
src/abyss/vcs/__init__.py
src/abyss/vcs/commit_attribution.py
src/abyss_cli.egg-info/PKG-INFO
src/abyss_cli.egg-info/SOURCES.txt
src/abyss_cli.egg-info/dependency_links.txt
src/abyss_cli.egg-info/entry_points.txt
src/abyss_cli.egg-info/requires.txt
src/abyss_cli.egg-info/top_level.txt
test/test_custom_cmd_completion.py
test/test_init_dirs.py
tests/test_abort_controller.py
tests/test_agent_loop.py
tests/test_ansi_menu.py
tests/test_ansi_menu_cjk.py
tests/test_api_413_recovery.py
tests/test_api_circuit_breaker.py
tests/test_api_client_stream_timeout.py
tests/test_api_connection_error_diag.py
tests/test_atomic_file_writer.py
tests/test_attachment_resolver.py
tests/test_bm25_engine.py
tests/test_coerce.py
tests/test_command_ai_analysis.py
tests/test_command_compact.py
tests/test_command_diff.py
tests/test_command_git.py
tests/test_command_info.py
tests/test_command_retry.py
tests/test_command_undo.py
tests/test_commit_attribution.py
tests/test_compact_effectiveness_validator.py
tests/test_consume_stream_visual.py
tests/test_context_engine.py
tests/test_cron_service.py
tests/test_curator.py
tests/test_curator_daemon.py
tests/test_dynamic_project_context.py
tests/test_encoding_detector.py
tests/test_extension_context.py
tests/test_file_history.py
tests/test_file_spinner.py
tests/test_file_state_cache.py
tests/test_globals.py
tests/test_host_knowledge.py
tests/test_ime_first_char.py
tests/test_interrupt.py
tests/test_knowledge_commands.py
tests/test_knowledge_curator.py
tests/test_knowledge_interactive.py
tests/test_knowledge_loader.py
tests/test_knowledge_tools.py
tests/test_mcp_manager.py
tests/test_memory_store.py
tests/test_memory_tools.py
tests/test_path_security_service.py
tests/test_print_resumed_messages.py
tests/test_project_context.py
tests/test_protected_paths.py
tests/test_reasoning_overwrite.py
tests/test_redo.py
tests/test_registry_sources.py
tests/test_self_correction_integration.py
tests/test_self_correction_loop.py
tests/test_sensitive_data_filter.py
tests/test_session_integrity.py
tests/test_session_menu_name_parse.py
tests/test_session_resume_repair.py
tests/test_shell_exec.py
tests/test_shell_exec_suicide.py
tests/test_snip.py
tests/test_structured_logger.py
tests/test_subagent_protocol.py
tests/test_thinking_budget.py
tests/test_todo_state_injection.py
tests/test_todo_write_str_coercion.py
tests/test_token_counter.py
tests/test_tool_call_tracker.py
tests/test_tool_calls_spinner.py
tests/test_tool_param_coercion.py
tests/test_tool_safety_guard.py
tests/test_tool_source.py
tests/test_tools_integration.py