LICENSE
README.md
pyproject.toml
tests/test_associate.py
tests/test_calendar.py
tests/test_cli.py
tests/test_cli_assoc.py
tests/test_cli_doctor.py
tests/test_cli_entity_metadata.py
tests/test_cli_envelopes.py
tests/test_cli_ingest_envelope.py
tests/test_cli_init.py
tests/test_cli_interactive_rejection.py
tests/test_cli_merge.py
tests/test_cli_query_tier.py
tests/test_cli_remaining_envelopes.py
tests/test_cli_review.py
tests/test_cli_sources.py
tests/test_cli_workflows.py
tests/test_config_aliases.py
tests/test_config_discovery.py
tests/test_config_validation.py
tests/test_consolidate.py
tests/test_conventions.py
tests/test_email_mbox.py
tests/test_embed_prompt.py
tests/test_entities.py
tests/test_entities_store.py
tests/test_github.py
tests/test_imessage.py
tests/test_ingest_folder.py
tests/test_ingest_reindex.py
tests/test_ingest_runs.py
tests/test_junk_detector.py
tests/test_m365_mail.py
tests/test_merge.py
tests/test_metadata.py
tests/test_normalize_entities.py
tests/test_obsidian_timestamp.py
tests/test_parse.py
tests/test_people_import.py
tests/test_promote_commit.py
tests/test_promote_conflict.py
tests/test_promote_contract.py
tests/test_promote_rejection.py
tests/test_query_json_envelope.py
tests/test_query_prompt.py
tests/test_render.py
tests/test_render_result.py
tests/test_retrieve.py
tests/test_review.py
tests/test_review_tui.py
tests/test_route.py
tests/test_schema_migrations.py
tests/test_signal.py
tests/test_signals.py
tests/test_stats_json_envelope.py
tests/test_store.py
tests/test_synonyms.py
tests/test_synthesize.py
tests/test_teams.py
tests/test_teams_channels.py
tests/test_version.py
tests/test_watermark.py
yaams/__init__.py
yaams/_default_config.yaml
yaams/config.py
yaams/conventions.py
yaams/db.py
yaams/entities_store.py
yaams/logsetup.py
yaams/people_import.py
yaams/render.py
yaams/schema.py
yaams/store.py
yaams/time.py
yaams/watermark.py
yaams.egg-info/PKG-INFO
yaams.egg-info/SOURCES.txt
yaams.egg-info/dependency_links.txt
yaams.egg-info/entry_points.txt
yaams.egg-info/requires.txt
yaams.egg-info/top_level.txt
yaams/cli/__init__.py
yaams/cli/_envelope.py
yaams/cli/_root.py
yaams/cli/_shared.py
yaams/cli/assoc.py
yaams/cli/consolidate.py
yaams/cli/doctor.py
yaams/cli/enrich.py
yaams/cli/entities.py
yaams/cli/ingest.py
yaams/cli/main.py
yaams/cli/promote.py
yaams/cli/query.py
yaams/cli/review.py
yaams/cli/signals.py
yaams/cli/sources.py
yaams/cli/workflows.py
yaams/consolidate/__init__.py
yaams/consolidate/session.py
yaams/enrich/__init__.py
yaams/enrich/embed.py
yaams/enrich/entities.py
yaams/ingest/__init__.py
yaams/ingest/base.py
yaams/ingest/calendar.py
yaams/ingest/email_mbox.py
yaams/ingest/folder.py
yaams/ingest/github.py
yaams/ingest/imessage.py
yaams/ingest/ledger_notes.py
yaams/ingest/m365_mail.py
yaams/ingest/obsidian.py
yaams/ingest/signal.py
yaams/ingest/teams.py
yaams/ingest/teams_channels.py
yaams/ingest/teams_chatsvc.py
yaams/migrations/__init__.py
yaams/migrations/versions/0001_baseline.py
yaams/migrations/versions/0002_items_consolidated_into.py
yaams/migrations/versions/0003_items_promoted_to.py
yaams/migrations/versions/0004_promotion_candidates.py
yaams/migrations/versions/0005_query_structured_fields.py
yaams/migrations/versions/__init__.py
yaams/promote/__init__.py
yaams/promote/candidates.py
yaams/promote/conflict.py
yaams/promote/dedup.py
yaams/promote/review.py
yaams/retrieve/__init__.py
yaams/retrieve/associate.py
yaams/retrieve/hybrid.py
yaams/retrieve/metadata.py
yaams/retrieve/parse.py
yaams/retrieve/route.py
yaams/retrieve/synonyms.py
yaams/signals/__init__.py
yaams/signals/logger.py
yaams/signals/review.py
yaams/synthesize/__init__.py
yaams/synthesize/answer.py
yaams/synthesize/llm.py