LICENSE
README.md
pyproject.toml
swll/__init__.py
swll/access_stamper.py
swll/db_base.py
swll/paths.py
swll/permissions.py
swll/policy_resolver.py
swll/source_registry.py
swll/visibility.py
swll.egg-info/PKG-INFO
swll.egg-info/SOURCES.txt
swll.egg-info/dependency_links.txt
swll.egg-info/entry_points.txt
swll.egg-info/requires.txt
swll.egg-info/top_level.txt
swll/api/__init__.py
swll/api/__main__.py
swll/api/db.py
swll/api/entities.py
swll/api/search.py
swll/api/semantic.py
swll/api/server.py
swll/api/status.py
swll/bundled/__init__.py
swll/bundled/config.example.yaml
swll/cli/__init__.py
swll/cli/__main__.py
swll/cli/_common.py
swll/cli/_policy_helpers.py
swll/cli/_prompt.py
swll/cli/_vectorize_stage.py
swll/cli/add.py
swll/cli/connect.py
swll/cli/delete.py
swll/cli/diagnostics.py
swll/cli/doctor.py
swll/cli/ingest.py
swll/cli/mcp_setup.py
swll/cli/permission_cmd.py
swll/cli/search.py
swll/cli/setup.py
swll/cli/status.py
swll/cli/uninstall.py
swll/cli/update.py
swll/cli/view.py
swll/connectors/__init__.py
swll/connectors/config_utils.py
swll/db/__init__.py
swll/db/browser.py
swll/db/chats.py
swll/db/clients.py
swll/db/emails.py
swll/db/files.py
swll/db/folders.py
swll/db/messages.py
swll/db/policies.py
swll/db/projects.py
swll/db/protocols.py
swll/db/search.py
swll/db/sql_utils.py
swll/db/status.py
swll/db/uploads.py
swll/ingest/__init__.py
swll/ingest/browser_indexer.py
swll/ingest/chat_indexer.py
swll/ingest/content_extractors.py
swll/ingest/database.py
swll/ingest/file_indexer.py
swll/ingest/file_scanner.py
swll/ingest/folder_indexer.py
swll/ingest/full_content_extractor.py
swll/ingest/orchestrator.py
swll/ingest/pipe_runner.py
swll/ingest/processing.py
swll/ingest/registry.py
swll/ingest/run_record.py
swll/ingest/scan_summary.py
swll/ingest/status.py
swll/ingest/vector_ops.py
swll/ingest/adapters/__init__.py
swll/ingest/adapters/browser.py
swll/ingest/adapters/chat.py
swll/ingest/adapters/ingest.py
swll/ingest/adapters/local_files.py
swll/ingest/adapters/local_folders.py
swll/ingest/adapters/protocol.py
swll/ingest/chat_parsers/__init__.py
swll/ingest/chat_parsers/chatgpt_parser.py
swll/ingest/chat_parsers/claude_code_parser.py
swll/ingest/chat_parsers/claude_parser.py
swll/ingest/db/__init__.py
swll/ingest/db/connector_schema.py
swll/ingest/db/ddl.py
swll/ingest/db/fts.py
swll/ingest/db/schema.py
swll/mcp/__init__.py
swll/mcp/__main__.py
swll/mcp/db.py
swll/mcp/errors.py
swll/mcp/server.py
swll/mcp/resources/__init__.py
swll/mcp/resources/context.py
swll/mcp/resources/discoverability.py
swll/mcp/tools/__init__.py
swll/mcp/tools/navigation.py
swll/mcp/tools/read.py
swll/mcp/tools/search.py
swll/mcp/tools/semantic.py
swll/mcp/tools/status.py
swll/semantic/__init__.py
swll/semantic/chunking.py
swll/semantic/embeddings.py
swll/semantic/hybrid_search.py
swll/semantic/vector_store.py
swll/services/__init__.py
swll/services/access_service.py
swll/services/chat_service.py
swll/services/client_service.py
swll/services/content_service.py
swll/services/email_service.py
swll/services/file_service.py
swll/services/folder_service.py
swll/services/includes.py
swll/services/ingest_service.py
swll/services/project_service.py
swll/services/roles.py
swll/services/search_service.py
swll/services/semantic_service.py
swll/services/status_service.py
swll/services/visit_service.py
swll/utils/__init__.py
swll/utils/context_md.py
swll/utils/exceptions.py
swll/utils/extraction.py
swll/utils/hash_utils.py
swll/utils/logging_config.py
swll/utils/mime.py
swll/utils/paths.py
swll/utils/sqlite_errors.py
swll/utils/text.py
swll/utils/time.py
tests/test_access_control_bypasses.py
tests/test_access_control_docs.py
tests/test_access_recalculate.py
tests/test_access_source_provenance.py
tests/test_build_status_filter.py
tests/test_bundled.py
tests/test_config_limits.py
tests/test_conftest_config.py
tests/test_db_base.py
tests/test_e2e_install.py
tests/test_e2e_pipeline.py
tests/test_edit_recalculate.py
tests/test_examples.py
tests/test_files_rename.py
tests/test_files_surface.py
tests/test_inherit_resolution.py
tests/test_logging.py
tests/test_no_issue_ids.py
tests/test_no_project_root.py
tests/test_package_init.py
tests/test_paths_no_test_marker.py
tests/test_pip_install_e2e.py
tests/test_policy_resolver.py
tests/test_prompt_safety.py
tests/test_qa_dispatch.py
tests/test_resolver.py
tests/test_security_layer.py
tests/test_security_permissions.py
tests/test_verify_install.py