LICENSE
README.md
pyproject.toml
doclens/.env.example
doclens/__init__.py
doclens/__main__.py
doclens/agent_integration.py
doclens/config.py
doclens/cortex_cli.py
doclens/event_bus.py
doclens/events.py
doclens/file_watcher.py
doclens/formatting.py
doclens/grep_tools.py
doclens/index_manager.py
doclens/kb_tools.py
doclens/ripgrep.py
doclens/scoring.py
doclens/scoring_pipeline.py
doclens/test_runner_fixed.py
doclens/test_runner_p0.py
doclens/test_runner_p123.py
doclens/test_runner_q.py
doclens.egg-info/PKG-INFO
doclens.egg-info/SOURCES.txt
doclens.egg-info/dependency_links.txt
doclens.egg-info/entry_points.txt
doclens.egg-info/requires.txt
doclens.egg-info/top_level.txt
doclens/skills/knowledge_base/SKILL.md
doclens/tui/__init__.py
doclens/tui/app.py
doclens/tui/command_registry.py
doclens/tui/commands.py
doclens/tui/theme.py
doclens/tui/renderers/__init__.py
doclens/tui/renderers/search.py
doclens/tui/widgets/__init__.py
doclens/tui/widgets/autocomplete.py
doclens/tui/widgets/content_area.py
doclens/tui/widgets/header_bar.py
doclens/tui/widgets/input_box.py
doclens/tui/widgets/status_bar.py
doclens/tui/widgets/thinking_indicator.py
doclens/tui/widgets/tool_detail_screen.py
doclens/web_v2/__init__.py
doclens/web_v2/app.py
doclens/web_v2/config_store.py
doclens/web_v2/config_validator.py
doclens/web_v2/deps.py
doclens/web_v2/path_safety.py
doclens/web_v2/preview_synthesizer.py
doclens/web_v2/sessions_store.py
doclens/web_v2/api/__init__.py
doclens/web_v2/api/_chat_emitter.py
doclens/web_v2/api/chat.py
doclens/web_v2/api/config.py
doclens/web_v2/api/errors.py
doclens/web_v2/api/files.py
doclens/web_v2/api/preview.py
doclens/web_v2/api/search.py
doclens/web_v2/api/sessions.py
doclens/web_v2/api/status.py
doclens/web_v2/models/__init__.py
doclens/web_v2/models/chat.py
doclens/web_v2/models/config.py
doclens/web_v2/models/files.py
doclens/web_v2/models/preview.py
doclens/web_v2/models/search.py
doclens/web_v2/models/session.py
doclens/web_v2/static/index.html
doclens/web_v2/static/manifest.webmanifest
doclens/web_v2/static/sw.js
doclens/web_v2/static/assets/icon-192.png
doclens/web_v2/static/assets/icon-512.png
doclens/web_v2/static/assets/index.BI5Lnuxz.js
doclens/web_v2/static/assets/index.GJ1V3y1Y.css
planify/__init__.py
planify/bootstrap.py
planify/cli.py
planify/cli_history.py
planify/main.py
planify/prompts.py
planify/agent/__init__.py
planify/agent/runner.py
planify/context/__init__.py
planify/context/compact.py
planify/core/__init__.py
planify/core/client.py
planify/core/config.py
planify/core/encoding.py
planify/core/logging_config.py
planify/core/session.py
planify/core/session_manager.py
planify/managers/__init__.py
planify/managers/background_manager.py
planify/managers/task_manager.py
planify/managers/teammate_manager.py
planify/managers/todo_manager.py
planify/messaging/__init__.py
planify/messaging/message_bus.py
planify/skills/__init__.py
planify/skills/skill_loader.py
planify/streaming/__init__.py
planify/streaming/emitter.py
planify/streaming/runner.py
planify/streaming/types.py
planify/streaming/waiter.py
planify/subagent/__init__.py
planify/subagent/runner.py
planify/tools/__init__.py
planify/tools/baidu_weather.py
planify/tools/basic.py
planify/tools/file_tasks.py
planify/tools/lunar.py
planify/tools/protocols.py
planify/tools/registry.py
planify/tools/team_tools.py
planify/tools/user_interaction.py
planify/tools/weather_tool.py
planify/tools/web.py
planify/tools/webfetch.py
treesearch/__init__.py
treesearch/__main__.py
treesearch/cli.py
treesearch/config.py
treesearch/fts.py
treesearch/heuristics.py
treesearch/indexer.py
treesearch/pathutil.py
treesearch/py.typed
treesearch/ripgrep.py
treesearch/search.py
treesearch/tokenizer.py
treesearch/tree.py
treesearch/tree_searcher.py
treesearch/treesearch.py
treesearch/watch.py
treesearch/parsers/__init__.py
treesearch/parsers/ast_parser.py
treesearch/parsers/doc_parser.py
treesearch/parsers/docx_parser.py
treesearch/parsers/excel_parser.py
treesearch/parsers/html_parser.py
treesearch/parsers/markitdown_parser.py
treesearch/parsers/pdf_parser.py
treesearch/parsers/registry.py
treesearch/parsers/treesitter_parser.py