LICENSE
MANIFEST.in
README.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.py
tests/test_consolidation_fix.py
tests/test_mcp_integration.py
tests/test_memory_manager.py
tests/test_parallel_advanced.py
tests/test_phase1_v2_2_9.py
tests/test_reviewer_fixes.py
tests/test_semantic_search.py
tests/test_terminal.py
tests/test_v222_features.py
tests/test_workspace_loader.py
tests/verify_release.py
tests/parallel/test_parallel_basic.py
whitemagic/__init__.py
whitemagic/auto_tagger.py
whitemagic/backup.py
whitemagic/cache.py
whitemagic/chinese_dict.py
whitemagic/cli_ai_help.py
whitemagic/cli_app.py
whitemagic/cli_audit.py
whitemagic/cli_docs.py
whitemagic/cli_graph.py
whitemagic/cli_homeostasis.py
whitemagic/cli_immune.py
whitemagic/cli_orchestra.py
whitemagic/cli_relationships.py
whitemagic/cli_templates.py
whitemagic/cli_terminal.py
whitemagic/cli_version.py
whitemagic/concept_map.py
whitemagic/constants.py
whitemagic/context_preload.py
whitemagic/core.py
whitemagic/delta_tracking.py
whitemagic/exceptions.py
whitemagic/fileio.py
whitemagic/lifecycle.py
whitemagic/metrics.py
whitemagic/models.py
whitemagic/optimized_context.py
whitemagic/py.typed
whitemagic/relationships.py
whitemagic/session_templates.py
whitemagic/session_types.py
whitemagic/smart_read.py
whitemagic/stats.py
whitemagic/strategy.py
whitemagic/summaries.py
whitemagic/symbolic.py
whitemagic/symbolic_memory.py
whitemagic/threading_tiers.py
whitemagic/utils.py
whitemagic/workflow_patterns.py
whitemagic/workspace_loader.py
whitemagic/wu_xing.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/agentic/__init__.py
whitemagic/agentic/confidence.py
whitemagic/agentic/confidence_learning.py
whitemagic/agentic/terminal_multiplex.py
whitemagic/agentic/terminal_reasoning.py
whitemagic/agentic/terminal_scratchpad.py
whitemagic/ai/__init__.py
whitemagic/ai/guidelines.py
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/automation/__init__.py
whitemagic/automation/consolidation.py
whitemagic/automation/orchestra.py
whitemagic/automation/precommit.py
whitemagic/automation/test_watcher.py
whitemagic/automation/triggers.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/homeostasis/__init__.py
whitemagic/homeostasis/equilibrium.py
whitemagic/homeostasis/feedback.py
whitemagic/homeostasis/metrics.py
whitemagic/immune/__init__.py
whitemagic/immune/antibodies.py
whitemagic/immune/detector.py
whitemagic/immune/dna.py
whitemagic/immune/memory.py
whitemagic/immune/response.py
whitemagic/metrics/__init__.py
whitemagic/metrics/collector.py
whitemagic/parallel/__init__.py
whitemagic/parallel/adaptive.py
whitemagic/parallel/cache.py
whitemagic/parallel/file_ops.py
whitemagic/parallel/memory_ops.py
whitemagic/parallel/pipeline.py
whitemagic/parallel/pools.py
whitemagic/parallel/scheduler.py
whitemagic/scratchpad/__init__.py
whitemagic/scratchpad/manager.py
whitemagic/search/__init__.py
whitemagic/search/semantic.py
whitemagic/sessions/__init__.py
whitemagic/sessions/checkpoint.py
whitemagic/sessions/manager.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/multiplexer.py
whitemagic/terminal/patch.py
whitemagic/terminal/tui.py