LICENSE
README.md
pyproject.toml
tests/test_adapters.py
tests/test_brief_sections.py
tests/test_candidate_reviewer.py
tests/test_core_memory.py
tests/test_curator.py
tests/test_dashboard.py
tests/test_delegated_search.py
tests/test_dialectic.py
tests/test_dialectic_tier.py
tests/test_error_paths.py
tests/test_evolve_daemon.py
tests/test_extract_daemon.py
tests/test_i18n_multilang.py
tests/test_identity.py
tests/test_lessons.py
tests/test_memory_guard.py
tests/test_missed_spawns.py
tests/test_nudges.py
tests/test_onnx_embeddings.py
tests/test_panel.py
tests/test_probe_daemon.py
tests/test_process_health.py
tests/test_search_fts_punctuation.py
tests/test_shadow_review.py
tests/test_skill_hint.py
tests/test_skill_passive_tier.py
tests/test_skill_tier.py
tests/test_skill_use_parser.py
tests/test_skill_watcher.py
tests/test_skills.py
tests/test_spawn_budget.py
tests/test_spawn_config.py
tests/test_spawn_hint.py
tests/test_spawn_reap.py
tests/test_spawn_slim.py
tests/test_thread_janitor.py
tests/test_threads.py
tests/test_tools_smoke.py
tests/test_validate_threads.py
tests/test_vec_search.py
threadkeeper/__init__.py
threadkeeper/_mcp.py
threadkeeper/_setup.py
threadkeeper/brief.py
threadkeeper/candidate_reviewer.py
threadkeeper/config.py
threadkeeper/curator.py
threadkeeper/db.py
threadkeeper/embeddings.py
threadkeeper/evolve_daemon.py
threadkeeper/extract_daemon.py
threadkeeper/helpers.py
threadkeeper/i18n.py
threadkeeper/identity.py
threadkeeper/ingest.py
threadkeeper/lessons.py
threadkeeper/memory_guard.py
threadkeeper/migrate_embeddings.py
threadkeeper/nudges.py
threadkeeper/probe_daemon.py
threadkeeper/process_health.py
threadkeeper/review_prompts.py
threadkeeper/search_proxy.py
threadkeeper/server.py
threadkeeper/shadow_review.py
threadkeeper/skill_watcher.py
threadkeeper/spawn_budget.py
threadkeeper/spawn_config.py
threadkeeper/thread_janitor.py
threadkeeper.egg-info/PKG-INFO
threadkeeper.egg-info/SOURCES.txt
threadkeeper.egg-info/dependency_links.txt
threadkeeper.egg-info/entry_points.txt
threadkeeper.egg-info/requires.txt
threadkeeper.egg-info/top_level.txt
threadkeeper/adapters/__init__.py
threadkeeper/adapters/_hook_helpers.py
threadkeeper/adapters/base.py
threadkeeper/adapters/claude_code.py
threadkeeper/adapters/claude_desktop.py
threadkeeper/adapters/codex.py
threadkeeper/adapters/copilot.py
threadkeeper/adapters/gemini.py
threadkeeper/adapters/vscode.py
threadkeeper/tools/__init__.py
threadkeeper/tools/candidate_reviewer.py
threadkeeper/tools/concepts.py
threadkeeper/tools/consolidate.py
threadkeeper/tools/core_memory.py
threadkeeper/tools/correlation.py
threadkeeper/tools/curator.py
threadkeeper/tools/dashboard.py
threadkeeper/tools/dialectic.py
threadkeeper/tools/dialog.py
threadkeeper/tools/distill.py
threadkeeper/tools/extract.py
threadkeeper/tools/graph.py
threadkeeper/tools/invariants.py
threadkeeper/tools/lessons.py
threadkeeper/tools/memory_guard.py
threadkeeper/tools/missed_spawns.py
threadkeeper/tools/panel.py
threadkeeper/tools/peers.py
threadkeeper/tools/pickup.py
threadkeeper/tools/probes.py
threadkeeper/tools/process_health.py
threadkeeper/tools/session.py
threadkeeper/tools/shadow_review.py
threadkeeper/tools/skills.py
threadkeeper/tools/spawn.py
threadkeeper/tools/style.py
threadkeeper/tools/threads.py
threadkeeper/tools/validate.py