LICENSE
MANIFEST.in
README.md
ROADMAP.md
VERSION
cli.py
pyproject.toml
setup.py
tests/conftest.py
tests/test_all_fixes.py
tests/test_api_auth.py
tests/test_api_database.py
tests/test_api_endpoints.py
tests/test_api_integration.py
tests/test_api_rate_limit.py
tests/test_api_recent_fixes.py
tests/test_backup.py
tests/test_config.py
tests/test_consolidation_fix.py
tests/test_mcp_integration.py
tests/test_memory_manager.py
tests/test_reviewer_fixes.py
tests/test_semantic_search.py
tests/test_terminal.py
tests/verify_release.py
whitemagic/__init__.py
whitemagic/auto_tagger.py
whitemagic/backup.py
whitemagic/cli_app.py
whitemagic/cli_relationships.py
whitemagic/cli_templates.py
whitemagic/constants.py
whitemagic/core.py
whitemagic/exceptions.py
whitemagic/fileio.py
whitemagic/lifecycle.py
whitemagic/models.py
whitemagic/py.typed
whitemagic/relationships.py
whitemagic/stats.py
whitemagic/utils.py
whitemagic.egg-info/PKG-INFO
whitemagic.egg-info/SOURCES.txt
whitemagic.egg-info/dependency_links.txt
whitemagic.egg-info/entry_points.txt
whitemagic.egg-info/requires.txt
whitemagic.egg-info/top_level.txt
whitemagic/api/__init__.py
whitemagic/api/app.py
whitemagic/api/auth.py
whitemagic/api/database.py
whitemagic/api/dependencies.py
whitemagic/api/logging_config.py
whitemagic/api/memory_service.py
whitemagic/api/middleware.py
whitemagic/api/models.py
whitemagic/api/rate_limit.py
whitemagic/api/structured_logging.py
whitemagic/api/version.py
whitemagic/api/routes/__init__.py
whitemagic/api/routes/api_keys.py
whitemagic/api/routes/dashboard.py
whitemagic/api/routes/exec.py
whitemagic/api/routes/search.py
whitemagic/cli/__init__.py
whitemagic/cli/exec.py
whitemagic/config/__init__.py
whitemagic/config/manager.py
whitemagic/config/schema.py
whitemagic/embeddings/__init__.py
whitemagic/embeddings/base.py
whitemagic/embeddings/config.py
whitemagic/embeddings/local_provider.py
whitemagic/embeddings/openai_provider.py
whitemagic/embeddings/storage.py
whitemagic/search/__init__.py
whitemagic/search/semantic.py
whitemagic/setup/__init__.py
whitemagic/setup/installer.py
whitemagic/setup/tier_configs.py
whitemagic/setup/ui.py
whitemagic/setup/wizard.py
whitemagic/templates/__init__.py
whitemagic/templates/manager.py
whitemagic/templates/schema.py
whitemagic/terminal/__init__.py
whitemagic/terminal/allowlist.py
whitemagic/terminal/approver.py
whitemagic/terminal/audit.py
whitemagic/terminal/config.py
whitemagic/terminal/executor.py
whitemagic/terminal/mcp_tools.py
whitemagic/terminal/models.py
whitemagic/terminal/patch.py
whitemagic/terminal/tui.py