LICENSE
README.md
pyproject.toml
tests/test_adapters.py
tests/test_agent_status.py
tests/test_auto_update.py
tests/test_brief_footprint.py
tests/test_brief_sections.py
tests/test_candidate_reviewer.py
tests/test_concepts.py
tests/test_config_settings.py
tests/test_config_watcher.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_feed_tools.py
tests/test_dialectic_miner.py
tests/test_dialectic_observation_resolve.py
tests/test_dialectic_recompute.py
tests/test_dialectic_tier.py
tests/test_dialectic_validator.py
tests/test_egress_policy.py
tests/test_error_paths.py
tests/test_eval_harness.py
tests/test_evolve_applier.py
tests/test_evolve_apply_2.py
tests/test_evolve_apply_3.py
tests/test_evolve_daemon.py
tests/test_extract_daemon.py
tests/test_extract_dedup.py
tests/test_helpers.py
tests/test_i18n_multilang.py
tests/test_identity.py
tests/test_ingest_status.py
tests/test_lessons.py
tests/test_mcp_resources_prompts.py
tests/test_memory_eval.py
tests/test_memory_guard.py
tests/test_menubar_app.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_review_prompts.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_updater.py
tests/test_skill_use_parser.py
tests/test_skill_watcher.py
tests/test_skills.py
tests/test_spawn_budget.py
tests/test_spawn_codex_stdin.py
tests/test_spawn_config.py
tests/test_spawn_hint.py
tests/test_spawn_reap.py
tests/test_spawn_slim.py
tests/test_spawn_watchdog.py
tests/test_spawn_wrap.py
tests/test_thread_janitor.py
tests/test_threads.py
tests/test_tool_annotations.py
tests/test_tools_smoke.py
tests/test_validate_threads.py
tests/test_vec_search.py
tests/test_verify_ingest.py
threadkeeper/__init__.py
threadkeeper/_mcp.py
threadkeeper/_setup.py
threadkeeper/_spawn_wrap.py
threadkeeper/agent_status.py
threadkeeper/auto_update.py
threadkeeper/brief.py
threadkeeper/candidate_reviewer.py
threadkeeper/config.py
threadkeeper/config_watcher.py
threadkeeper/curator.py
threadkeeper/db.py
threadkeeper/dialectic_miner.py
threadkeeper/dialectic_validator.py
threadkeeper/egress.py
threadkeeper/elicitation.py
threadkeeper/embeddings.py
threadkeeper/evolve_applier.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/menubar_app.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_updater.py
threadkeeper/skill_watcher.py
threadkeeper/spawn_budget.py
threadkeeper/spawn_config.py
threadkeeper/thread_janitor.py
threadkeeper/tool_schemas.py
threadkeeper/verify_ingest.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/antigravity.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/assets/macos-agent-status/Info.plist
threadkeeper/assets/macos-agent-status/README.md
threadkeeper/assets/macos-agent-status/ThreadKeeperAgentStatus.swift
threadkeeper/assets/macos-agent-status/build.sh
threadkeeper/assets/macos-agent-status/install.sh
threadkeeper/eval/__init__.py
threadkeeper/eval/__main__.py
threadkeeper/eval/harness.py
threadkeeper/tools/__init__.py
threadkeeper/tools/agent_status.py
threadkeeper/tools/candidate_reviewer.py
threadkeeper/tools/concepts.py
threadkeeper/tools/config_watch.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/dialectic_feed.py
threadkeeper/tools/dialog.py
threadkeeper/tools/distill.py
threadkeeper/tools/evolve_applier.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/prompts.py
threadkeeper/tools/resources.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