Repository Analysis

EverMind-AI/EverOS

One portable memory layer for every AI agent: local-first, Markdown-native, user-owned, and self-evolving across apps, tools, and workflows.

37.4 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of EverMind-AI/EverOS, a Python project with 12,523 GitHub stars. SynthScan v2.0 examined 162,237 lines of code across 810 source files, recording 4139 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 37.4 places this repository in the Strong AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

37.4
Adjusted Score
37.4
Raw Score
100%
Time Factor
2026-08-28
Last Push
12.5K
Stars
Python
Language
162.2K
Lines of Code
810
Files
4.1K
Pattern Hits
2026-08-29
Scan Date
0.04
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 34MEDIUM 743LOW 3362

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 4139 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators722 hits · 2361 pts
SeverityFileLineSnippetContext
MEDIUMconfig.example.toml21# ── LLM ───────────────────────────────────────────────COMMENT
MEDIUMconfig.example.toml28# ── Embedding ─────────────────────────────────────────COMMENT
MEDIUMconfig.example.toml39# ── Rerank ────────────────────────────────────────────COMMENT
MEDIUMconfig.example.toml49# ── Other tunables you may want to override here ──────COMMENT
MEDIUMpyproject.toml141# ───────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpyproject.toml143# ───────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/_consistency_assertions.py220# ── user_profile (single-md = single-row, PK = owner_id) ───────────────COMMENT
MEDIUMtests/_consistency_assertions.py274# ── agent_skill (SKILL.md + references/*.md, PK = <owner>_<name>) ──────COMMENT
MEDIUMtests/_consistency_assertions.py345# ── small utilities ────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py231# ── mark_done / mark_failed ─────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py397# ── reset_all ───────────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py424# ── list_failed ─────────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py51# ── upsert ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py135# ── force_enqueue ───────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py155# ── claim_one ───────────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py197# ── claim_pending_batch ─────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py268# ── Race: re-enqueue during processing must win over stale mark_xxx ─────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py358# ── reset_retryable_to_pending ──────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py439# ── queue_summary ───────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py490# ── recover_orphan_processing ───────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py553# ── Partial indexes (smoke) ─────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py72# ── round-trip ─────────────────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py158# ── upsert (idempotency + members merge) ────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py256# ── reverse lookup ──────────────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py415# ── remove_members ─────────────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py463# ── add_member ─────────────────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py491# ── update_metadata ────────────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py535# ── list_ids_and_member_counts ─────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py575# ── get_members_with_type ──────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_infra/test_ome/test_engine.py490# ── active_runs / wait_idle ────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_infra/test_ome/test_records.py84# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/unit/test_infra/test_ome/test_records.py88# ---------------------------------------------------------------------------COMMENT
MEDIUM…ra/test_markdown/test_writers/test_knowledge_writer.py15# ── Fixtures ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…ra/test_markdown/test_writers/test_knowledge_writer.py82# ── Tests ─────────────────────────────────────────────────────────────────COMMENT
MEDIUM…a/test_markdown/test_writers/test_daily_log_writers.py36# ── AtomicFact ────────────────────────────────────────────────────────────COMMENT
MEDIUM…a/test_markdown/test_writers/test_daily_log_writers.py115# ── Foresight ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…a/test_markdown/test_writers/test_daily_log_writers.py156# ── AgentCase ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…a/test_markdown/test_writers/test_daily_log_writers.py199# ── round-trip with cascade handler (md → LanceDB row mapping) ─────────────COMMENT
MEDIUM…a/test_markdown/test_writers/test_daily_log_writers.py266# ── Display-tz contract for frontmatter timestamps (Gap #5) ────────────COMMENT
MEDIUM…nit/test_infra/test_markdown/test_readers/test_base.py46# ── construction ────────────────────────────────────────────────────────COMMENT
MEDIUM…nit/test_infra/test_markdown/test_readers/test_base.py69# ── read_for ────────────────────────────────────────────────────────────COMMENT
MEDIUM…nit/test_infra/test_markdown/test_readers/test_base.py101# ── find_entry ──────────────────────────────────────────────────────────COMMENT
MEDIUM…nit/test_infra/test_markdown/test_readers/test_base.py140# ── find_structured ─────────────────────────────────────────────────────COMMENT
MEDIUM…nit/test_infra/test_markdown/test_readers/test_base.py167# ── path_for ────────────────────────────────────────────────────────────COMMENT
MEDIUM…fra/test_lancedb/test_repos/test_episode_projection.py76# ── deprecated_by filter ──────────────────────────────────────────────────COMMENT
MEDIUM…fra/test_lancedb/test_repos/test_episode_projection.py130# ── column projection ─────────────────────────────────────────────────────COMMENT
MEDIUM…fra/test_lancedb/test_repos/test_episode_projection.py177# ── limit ────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_filters_adapter.py178# ── Malformed value shapes ──────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_dto.py25# ── GetRequest defaults / shape ──────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_dto.py139# ── owner_type × memory_type pairing ─────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_manager.py37# ── Stub repos ──────────────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_manager.py89# ── Fixtures ────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_manager.py195# ── Episode dispatch ────────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_manager.py266# ── Profile dispatch ────────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_manager.py315# ── Agent case dispatch ─────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_manager.py336# ── Agent skill dispatch — sort_by silent override ──────────────────────COMMENT
MEDIUM…st_memory/test_strategies/test_extract_user_profile.py308# ── partition lock (owner_id-level serialisation) ────────────────────────COMMENT
MEDIUM…emory/test_strategies/test_trigger_skill_clustering.py289# ── body-guard (embedding capability) ────────────────────────────────────COMMENT
MEDIUM…emory/test_strategies/test_trigger_skill_clustering.py336# ── partition lock (agent_id-level serialisation) ────────────────────────COMMENT
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py214# ── strategy meta + cluster-missing retry ────────────────────────────────COMMENT
662 more matches not shown…
Hyper-Verbose Identifiers2100 hits · 2239 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py69def _reset_embedding_capability_singleton() -> Iterator[None]:CODE
LOWtests/conftest.py92def _reset_rerank_capability_singleton() -> Iterator[None]:CODE
LOWtests/conftest.py107def _reset_multimodal_capability_singleton() -> Iterator[None]:CODE
LOWtests/_consistency_assertions.py83async def assert_md_lance_strict_consistent(CODE
LOWtests/unit/test_benchmark_config.py10def test_defaults_construct_without_error() -> None:CODE
LOWtests/unit/test_benchmark_config.py27def test_from_toml_loads_default_config() -> None:CODE
LOWtests/unit/test_benchmark_config.py49def test_from_toml_missing_file_raises() -> None:CODE
LOWtests/unit/test_benchmark_config.py66def test_concurrency_fields_exist() -> None:CODE
LOWtests/unit/test_benchmark_config.py77def test_search_result_frozen() -> None:CODE
LOWtests/unit/test_benchmark_config.py96def test_search_result_jsonl_roundtrip() -> None:CODE
LOWtests/unit/test_benchmark_config.py115def test_answer_result_tracks_tokens() -> None:CODE
LOWtests/unit/test_benchmark_config.py131def test_judge_result_jsonl_roundtrip() -> None:CODE
LOWtests/unit/test_benchmark_config.py150def test_run_spec_includes_git_hash() -> None:CODE
LOW…sts/unit/test_infra/test_episode_repo_list_after_ts.py79async def test_returns_only_after_ts(episode_repo: _EpisodeRepo) -> None:CODE
LOW…sts/unit/test_infra/test_episode_repo_list_after_ts.py122async def test_filtered_by_parent_type(episode_repo: _EpisodeRepo) -> None:CODE
LOW…sts/unit/test_infra/test_episode_repo_list_after_ts.py149async def test_includes_rows_with_null_vector(episode_repo: _EpisodeRepo) -> None:CODE
LOW…sts/unit/test_infra/test_episode_repo_list_after_ts.py175async def test_respects_scope_app_id_project_id(episode_repo: _EpisodeRepo) -> None:CODE
LOW…sts/unit/test_infra/test_episode_repo_list_after_ts.py214async def test_returns_empty_when_no_match(episode_repo: _EpisodeRepo) -> None:CODE
LOW…sts/unit/test_infra/test_episode_repo_list_after_ts.py232async def test_ordering_is_ascending_by_timestamp(episode_repo: _EpisodeRepo) -> None:CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py37def test_episode_vector_nullable():CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py43def test_episode_subject_vector_nullable():CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py49def test_atomic_fact_vector_nullable():CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py54def test_foresight_vector_nullable():CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py59def test_agent_case_vector_nullable():CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py64def test_agent_skill_vector_nullable():CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py69def test_knowledge_topic_vector_nullable():CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py91def test_vector_nullable_at_pyarrow_layer(cls):CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py98def test_episode_subject_vector_nullable_at_pyarrow_layer():CODE
LOW…ts/unit/test_infra/test_episode_repo_count_by_owner.py98async def test_count_by_owner_default_no_parent_type_still_counts_all(CODE
LOW…ts/unit/test_infra/test_episode_repo_count_by_owner.py111async def test_count_by_owner_with_parent_type_memcell_excludes_cluster(CODE
LOW…ts/unit/test_infra/test_episode_repo_count_by_owner.py127async def test_count_by_owner_scoped_by_app_and_project(CODE
LOW…sts/unit/test_infra/test_sqlite/test_sqlite_manager.py26async def test_get_engine_is_singleton(tmp_path: Path) -> None:CODE
LOW…sts/unit/test_infra/test_sqlite/test_sqlite_manager.py34async def test_get_session_factory_is_singleton() -> None:CODE
LOW…sts/unit/test_infra/test_sqlite/test_sqlite_manager.py40async def test_dispose_resets_state() -> None:CODE
LOW…sts/unit/test_infra/test_sqlite/test_sqlite_manager.py49async def test_dispose_is_idempotent() -> None:CODE
LOW…s/unit/test_infra/test_sqlite/test_knowledge_tables.py33 def test_topic_doc_id_has_no_fk(self) -> None:CODE
LOW…infra/test_sqlite/test_repos/test_reflection_report.py62async def test_create_and_get_latest(repo: _ReflectionReportRepo) -> None:CODE
LOW…infra/test_sqlite/test_repos/test_reflection_report.py79async def test_get_latest_returns_none_when_empty(CODE
LOW…infra/test_sqlite/test_repos/test_reflection_report.py87async def test_list_reflected_cluster_ids(CODE
LOW…infra/test_sqlite/test_repos/test_reflection_report.py98async def test_list_reflected_excludes_rolled_back(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py224async def test_claim_pending_batch_zero_limit_returns_empty(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py234async def test_mark_done_transitions_processing_to_done(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py388async def test_reset_retryable_to_pending_zero_when_none_eligible(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py400async def test_reset_all_clears_every_row(repo: _MdChangeStateRepo) -> None:CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py420async def test_reset_all_zero_on_empty_table(repo: _MdChangeStateRepo) -> None:CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py427async def test_list_failed_orders_by_lsn(repo: _MdChangeStateRepo) -> None:CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py54async def test_upsert_assigns_monotonic_lsn(repo: _MdChangeStateRepo) -> None:CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py72async def test_upsert_same_path_bumps_lsn_and_resets_retry(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py99async def test_upsert_preserves_retry_count_for_failed_stable_mtime(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py118async def test_upsert_resets_retry_count_on_mtime_change(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py138async def test_force_enqueue_resurrects_done_row(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py158async def test_claim_one_returns_row_when_pending(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py170async def test_claim_one_returns_none_when_already_processing(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py182async def test_claim_one_race_only_one_winner(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py200async def test_claim_pending_batch_returns_in_lsn_order(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py212async def test_claim_pending_batch_skips_already_claimed(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py250async def test_mark_failed_records_retryable_flag(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py281async def test_mark_done_noop_when_row_reverted_to_pending(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py305async def test_mark_failed_noop_when_row_reverted_to_pending(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py326async def test_mark_done_concurrent_with_upsert_preserves_reenqueue(CODE
2040 more matches not shown…
Unused Imports990 hits · 952 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py17CODE
LOWtests/_consistency_assertions.py39CODE
LOWtests/unit/test_benchmark_config.py3CODE
LOW…sts/unit/test_infra/test_episode_repo_list_after_ts.py9CODE
LOW…sts/unit/test_infra/test_lancedb_tables_nullability.py18CODE
LOW…ts/unit/test_infra/test_episode_repo_count_by_owner.py14CODE
LOW…sts/unit/test_infra/test_sqlite/test_sqlite_manager.py7CODE
LOW…s/unit/test_infra/test_sqlite/test_knowledge_tables.py3CODE
LOW…infra/test_sqlite/test_repos/test_reflection_report.py7CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py20CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_memcell.py17CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py15CODE
LOW…sts/unit/test_infra/test_ome/test_storage_migration.py3CODE
LOW…test_infra/test_ome/test_engine_crash_recovery_gate.py15CODE
LOWtests/unit/test_infra/test_ome/test_registry.py1CODE
LOWtests/unit/test_infra/test_ome/test_engine.py1CODE
LOWtests/unit/test_infra/test_ome/test_engine_event_id.py3CODE
LOWtests/unit/test_infra/test_ome/test_crash_recovery.py1CODE
LOWtests/unit/test_infra/test_ome/test_idle_scanner.py1CODE
LOWtests/unit/test_infra/test_ome/test_triggers.py1CODE
LOWtests/unit/test_infra/test_ome/test_exceptions.py1CODE
LOWtests/unit/test_infra/test_ome/test_records.py1CODE
LOWtests/unit/test_infra/test_ome/test_storage.py1CODE
LOWtests/unit/test_infra/test_ome/test_run_record_store.py3CODE
LOWtests/unit/test_infra/test_ome/test_runner.py1CODE
LOWtests/unit/test_infra/test_ome/test_config.py1CODE
LOWtests/unit/test_infra/test_ome/test_config_reloader.py3CODE
LOWtests/unit/test_infra/test_ome/test_idle_store.py1CODE
LOWtests/unit/test_infra/test_ome/test_context.py1CODE
LOWtests/unit/test_infra/test_ome/test_e2e.py7CODE
LOWtests/unit/test_infra/test_ome/test_counter_store.py1CODE
LOWtests/unit/test_infra/test_ome/test_events.py1CODE
LOWtests/unit/test_infra/test_ome/test_dispatcher.py1CODE
LOWtests/unit/test_infra/test_ome/test_testing_harness.py3CODE
LOWtests/unit/test_infra/test_ome/test_gates.py1CODE
LOWtests/unit/test_infra/test_ome/test_decorator.py1CODE
LOW…/test_markdown/test_writers/test_agent_skill_writer.py3CODE
LOW…ra/test_markdown/test_writers/test_knowledge_writer.py3CODE
LOW…nfra/test_markdown/test_writers/test_profile_writer.py3CODE
LOW…a/test_markdown/test_writers/test_daily_log_writers.py11CODE
LOW…nit/test_infra/test_markdown/test_writers/test_base.py8CODE
LOW…it/test_infra/test_markdown/test_mds/test_path_glob.py6CODE
LOW…unit/test_infra/test_markdown/test_mds/test_profile.py8CODE
LOW…a/test_markdown/test_mds/test_knowledge_frontmatter.py3CODE
LOW…/test_infra/test_markdown/test_mds/test_agent_skill.py9CODE
LOW…/test_markdown/test_readers/test_agent_skill_reader.py3CODE
LOW…fra/test_markdown/test_readers/test_taxonomy_reader.py3CODE
LOW…nfra/test_markdown/test_readers/test_profile_reader.py3CODE
LOW…nit/test_infra/test_markdown/test_readers/test_base.py7CODE
LOW…s/unit/test_infra/test_lancedb/test_lancedb_manager.py7CODE
LOW…ts/unit/test_infra/test_lancedb/test_verify_schemas.py13CODE
LOW…/test_infra/test_lancedb/test_migration_lock_wiring.py46CODE
LOW…fra/test_lancedb/test_repos/test_episode_projection.py16CODE
LOW…test_infra/test_lancedb/test_repos/test_agent_skill.py10CODE
LOW…_infra/test_lancedb/test_tables/test_content_sha256.py9CODE
LOW…est_lancedb/test_tables/test_knowledge_topic_schema.py3CODE
LOWtests/unit/test_memory/test_models.py9CODE
LOWtests/unit/test_memory/test_events.py1CODE
LOWtests/unit/test_memory/test_get/test_filters_adapter.py18CODE
LOWtests/unit/test_memory/test_get/test_dto.py15CODE
930 more matches not shown…
Docstring Block Structure20 hits · 100 pts
SeverityFileLineSnippetContext
HIGHsrc/everos/infra/ome/decorator.py115Mark an async function as an OME strategy. Args: name: Unique strategy name (used for logging, run records,STRING
HIGHsrc/everos/infra/ome/engine.py804Return run records for ``strategy_name``, optionally filtered by status. Args: strategy_name: StratSTRING
HIGHsrc/everos/infra/ome/engine.py829Fetch a single run record by ``run_id``. Args: run_id: The 32-character ``uuid4().hex`` assigned atSTRING
HIGHsrc/everos/infra/ome/engine.py845Return all run records triggered by ``event_id``. Not guarded by ``_refuse_inside_strategy`` — designed to be STRING
HIGHsrc/everos/infra/ome/engine.py881Poll until all runs triggered by ``event_id`` reach a terminal status. Not guarded by ``_refuse_inside_strategySTRING
HIGH…infra/persistence/markdown/writers/knowledge_writer.py57Write md files and return the document directory path. Args: memories: Flat list of nodes produced STRING
HIGHsrc/everos/core/persistence/markdown/writer.py105Reject a write target that resolves outside the memory root. Defense-in-depth against path traversal: a caller-STRING
HIGHsrc/everos/memory/reflection/orchestrator.py1090Coerce a timestamp to milliseconds. LanceDB episode rows store ``timestamp`` as a ``datetime`` object; the algoSTRING
HIGHsrc/everos/component/llm/factory.py13Build an OpenAI-compatible LLM provider from settings. Unwraps :class:`pydantic.SecretStr` here so downstream calleSTRING
HIGHsrc/everos/component/embedding/factory.py20Build an OpenAI-compatible embedding provider from settings. Args: settings: The :class:`EmbeddingSettings`STRING
HIGHsrc/everos/component/parser/_core.py55Parse a file via everalgo-parser with the multimodal LLM client. Args: raw_file: Hydrated ``RawFile`` with STRING
HIGHsrc/everos/component/rerank/factory.py26Build a rerank provider from settings. Args: settings: The :class:`RerankSettings` slice from :STRING
HIGHsrc/everos/service/knowledge.py115Run the algo extractor and return non-empty memories. Args: extractor: Algo extractor injected by the calleSTRING
HIGHsrc/everos/service/knowledge.py157Create a knowledge document from parsed content. Args: extractor: Algo extractor injected by the caller. STRING
HIGHsrc/everos/service/knowledge.py356Fetch a document with its topic list. Args: doc_id: Document primary key. app_id: Tenant applicatioSTRING
HIGHsrc/everos/service/knowledge.py465Fetch a single topic with full content. Args: topic_id: Topic node_id primary key. app_id: Tenant aSTRING
HIGHsrc/everos/service/knowledge.py551Replace a document atomically — old data preserved on failure. The replacement is performed in-place: the md directSTRING
HIGHsrc/everos/service/knowledge.py836Update mutable document metadata in md (truth) and SQLite (immediate). Args: doc_id: Document primary key. STRING
HIGHsrc/everos/service/knowledge.py943Reduce an untrusted upload filename to a single safe path component. The multipart ``filename`` is attacker-controlSTRING
HIGHsrc/everos/service/knowledge.py1152Build a LanceDB ``where`` clause scoped to the given tenant. Args: app_id: Tenant application identifier. STRING
Modern Structural Boilerplate64 hits · 65 pts
SeverityFileLineSnippetContext
LOWtests/unit/test_service/test_memorize_engine_gate.py55def _set_embed_available(monkeypatch: pytest.MonkeyPatch, *, available: bool) -> None:CODE
LOWtests/integration/test_memorize_agent_mode.py131 async def _setup(*, mode: str = "agent", fake_llm: FakeLLMClient) -> None:CODE
LOWtests/integration/test_memorize_window_segmentation.py124 async def _setup(*, fake_llm: FakeLLMClient) -> None:CODE
LOW…s/integration/test_memorize_concurrent_session_lock.py122 async def _setup(*, fake_llm: FakeLLMClient) -> None:CODE
LOWtests/integration/test_reflection_integration.py202async def _setup_sqlite(monkeypatch: pytest.MonkeyPatch) -> None:CODE
LOWtests/integration/test_ome_strategies_integration.py225async def _setup_system_db_schema(monkeypatch: pytest.MonkeyPatch) -> None:CODE
LOWtests/e2e/test_reflection_e2e.py37logger = logging.getLogger(__name__)CODE
LOWscripts/e2e_memorize/run.py80async def _setup() -> None:CODE
LOWsrc/everos/infra/ome/__init__.py40__all__ = [CODE
LOWsrc/everos/infra/ome/testing/__init__.py9__all__ = ["FakeStrategyContext", "StrategyTestHarness"]CODE
LOWsrc/everos/infra/persistence/markdown/__init__.py57__all__ = [CODE
LOW…/everos/infra/persistence/markdown/writers/__init__.py36__all__ = [CODE
LOWsrc/everos/infra/persistence/markdown/mds/__init__.py37__all__ = [CODE
LOW…/everos/infra/persistence/markdown/readers/__init__.py43__all__ = [CODE
LOWsrc/everos/infra/persistence/sqlite/__init__.py61__all__ = [CODE
LOWsrc/everos/infra/persistence/sqlite/repos/__init__.py22__all__ = [CODE
LOWsrc/everos/infra/persistence/sqlite/tables/__init__.py20__all__ = [CODE
LOWsrc/everos/infra/persistence/lancedb/__init__.py369__all__ = [CODE
LOWsrc/everos/infra/persistence/lancedb/repos/__init__.py32__all__ = [CODE
LOWsrc/everos/infra/persistence/lancedb/tables/__init__.py29__all__ = [CODE
LOWsrc/everos/core/middleware/__init__.py23__all__ = [CODE
LOWsrc/everos/core/context/__init__.py17__all__ = [CODE
LOWsrc/everos/core/observability/metrics/registry.py21def set_metrics_registry(registry: CollectorRegistry) -> None:CODE
LOWsrc/everos/core/observability/metrics/__init__.py22__all__ = [CODE
LOWsrc/everos/core/observability/tracing/provider.py51 def set_attribute(self, key: str, value: object) -> None: ...CODE
LOWsrc/everos/core/observability/tracing/provider.py53 def set_attributes(self, attributes: dict[str, object]) -> None: ...CODE
LOWsrc/everos/core/observability/tracing/provider.py57 def set_status(self, *args: object, **kwargs: object) -> None: ...CODE
LOWsrc/everos/core/observability/tracing/attributes.py49def set_capture_content(enabled: bool) -> None:CODE
LOWsrc/everos/core/observability/tracing/attributes.py55def set_redactor(redactor: Callable[[str], str] | None) -> None:CODE
LOWsrc/everos/core/observability/tracing/__init__.py38__all__ = [CODE
LOWsrc/everos/core/observability/logging/__init__.py13__all__ = ["configure_logging", "get_logger"]CODE
LOWsrc/everos/core/lifespan/__init__.py24__all__ = [CODE
LOWsrc/everos/core/persistence/__init__.py70__all__ = [CODE
LOWsrc/everos/core/persistence/markdown/__init__.py52__all__ = [CODE
LOWsrc/everos/core/persistence/sqlite/__init__.py33__all__ = [CODE
LOWsrc/everos/core/persistence/lancedb/__init__.py26__all__ = [CODE
LOWsrc/everos/memory/models.py327__all__ = [CODE
LOWsrc/everos/memory/__init__.py35__all__ = [CODE
LOWsrc/everos/memory/strategies/__init__.py29__all__ = [CODE
LOWsrc/everos/memory/prompt_slots/__init__.py13__all__ = ["PromptLoader"]CODE
LOWsrc/everos/memory/get/__init__.py39__all__ = [CODE
LOWsrc/everos/memory/search/__init__.py55__all__ = [CODE
LOWsrc/everos/memory/search/recall/__init__.py28__all__ = [CODE
LOWsrc/everos/memory/cascade/__init__.py32__all__ = [CODE
LOWsrc/everos/memory/cascade/handlers/__init__.py23__all__ = [CODE
LOWsrc/everos/memory/extract/pipeline/__init__.py17__all__ = [CODE
LOWsrc/everos/memory/extract/ingest/__init__.py14__all__ = [CODE
LOWsrc/everos/memory/extract/parser/__init__.py22__all__ = [CODE
LOWsrc/everos/memory/reflection/__init__.py14__all__ = ["ReflectionOrchestrator"]CODE
LOWsrc/everos/config/__init__.py28__all__ = [CODE
LOWsrc/everos/component/llm/protocol.py33__all__ = [CODE
LOWsrc/everos/component/llm/__init__.py34__all__ = [CODE
LOWsrc/everos/component/config/__init__.py14__all__ = ["YamlConfigLoader"]CODE
LOWsrc/everos/component/tokenizer/__init__.py19__all__ = [CODE
LOWsrc/everos/component/embedding/__init__.py38__all__ = [CODE
LOWsrc/everos/component/parser/__init__.py13__all__ = [CODE
LOWsrc/everos/component/multimodal/__init__.py24__all__ = [CODE
LOWsrc/everos/component/rerank/__init__.py40__all__ = [CODE
LOWsrc/everos/entrypoints/tui/demo/app.py753 def _update_savings(self, query: str, answer: str) -> None:STRING
LOWsrc/everos/entrypoints/tui/demo/app.py807 def _set_light(self, key: str, state: str) -> None:STRING
4 more matches not shown…
Excessive Try-Catch Wrapping65 hits · 64 pts
SeverityFileLineSnippetContext
LOWtests/unit/test_infra/test_ome/test_events.py24 except Exception:CODE
LOW…_core/test_persistence/test_lancedb/test_repository.py1032 except Exception as exc:CODE
LOWtests/e2e/test_reflection_e2e.py304 except Exception as e:CODE
LOWtests/e2e/test_reflection_e2e.py330 except Exception:CODE
LOWtests/e2e/test_reflection_e2e.py793 except Exception as e:CODE
LOWuse-cases/openher/demo/evermemos_demo.py58 except Exception:CODE
LOWuse-cases/openher/integration/evermemos_mixin.py122 except Exception as e:CODE
LOWuse-cases/openher/integration/evermemos_mixin.py127 except Exception as e:CODE
LOWuse-cases/openher/integration/evermemos_mixin.py155 except Exception as e:CODE
LOWuse-cases/openher/integration/evermemos_mixin.py190 except Exception:CODE
MEDIUMuse-cases/openher/integration/evermemos_mixin.py111def _do_store():CODE
LOWexamples/langfuse/record_trace.py123 except Exception as exc: # keep the sink alive; the export retriesCODE
LOWbenchmarks/run.py410 except Exception as exc: # noqa: BLE001CODE
LOWbenchmarks/run.py1469 except Exception:CODE
LOWbenchmarks/run.py1047 except Exception as e: # noqa: BLE001CODE
LOWbenchmarks/run.py1807 except Exception as e:CODE
LOWbenchmarks/run.py901 except Exception as e:STRING
LOWsrc/everos/infra/ome/engine.py298 except Exception:CODE
LOWsrc/everos/infra/ome/engine.py402 except Exception:CODE
LOWsrc/everos/infra/ome/engine.py600 except Exception as e:CODE
LOWsrc/everos/infra/ome/engine.py693 except Exception:CODE
LOWsrc/everos/infra/ome/_background/config_reloader.py156 except Exception as e:CODE
LOWsrc/everos/infra/ome/_background/config_reloader.py231 except Exception:CODE
LOWsrc/everos/infra/ome/_background/config_reloader.py236 except Exception:CODE
LOWsrc/everos/infra/ome/_background/idle_scanner.py55 except Exception:CODE
LOWsrc/everos/infra/ome/_background/crash_recovery.py73 except Exception:CODE
LOWsrc/everos/infra/ome/_dispatch/dispatcher.py162 except Exception:CODE
LOWsrc/everos/infra/ome/_dispatch/runner.py246 except Exception as e:CODE
LOWsrc/everos/infra/ome/_dispatch/runner.py292 except Exception:CODE
LOWsrc/everos/infra/ome/_dispatch/runner.py319 except Exception:CODE
LOWsrc/everos/infra/ome/_stores/storage.py133 except Exception:CODE
LOWsrc/everos/infra/persistence/lancedb/__init__.py238 except Exception as exc:CODE
LOWsrc/everos/infra/persistence/lancedb/lancedb_manager.py85 except Exception:CODE
LOWsrc/everos/core/middleware/profile.py66 except Exception:CODE
LOWsrc/everos/core/observability/tracing/provider.py165 except Exception: # pragma: no cover - telemetry must never break callersCODE
LOWsrc/everos/core/observability/tracing/provider.py177 except Exception: # pragma: no cover - telemetry must never break callersCODE
LOWsrc/everos/core/observability/tracing/scores.py111 except Exception: # telemetry must never break; log + continueCODE
LOWsrc/everos/core/lifespan/factory.py52 except Exception:CODE
LOWsrc/everos/core/persistence/markdown/writer.py159 except Exception:CODE
LOWsrc/everos/core/persistence/sqlite/session.py43 except Exception:CODE
LOWsrc/everos/memory/cascade/worker.py547 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/worker.py741 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/worker.py831 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/worker.py948 except Exception:CODE
LOWsrc/everos/memory/cascade/worker.py1043 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/worker.py1240 except Exception:CODE
LOWsrc/everos/memory/cascade/worker.py1258 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/scanner.py123 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/_backfill.py505 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/_backfill.py517 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/_backfill.py554 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/_backfill.py567 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/_backfill.py701 except Exception:CODE
LOWsrc/everos/memory/cascade/_backfill.py770 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/_backfill.py1358 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/watcher.py143 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/handlers/_daily_log_base.py266 except Exception:CODE
LOWsrc/everos/memory/reflection/orchestrator.py204 except Exception:CODE
LOWsrc/everos/memory/reflection/orchestrator.py613 except Exception:CODE
LOWsrc/everos/memory/reflection/orchestrator.py711 except Exception:CODE
5 more matches not shown…
Modern AI Meta-Vocabulary15 hits · 45 pts
SeverityFileLineSnippetContext
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py534# ── end-to-end orchestration (mocked) ────────────────────────────────────COMMENT
MEDIUM…sts/unit/test_memory/test_search/test_agentic_agent.py298# by ``everalgo.rank.agentic._call_llm_for_sufficiency``. ``is_sufficient=True``COMMENT
MEDIUM…t/test_memory/test_extract/test_parser/test_mapping.py16 """file:// guardrails read settings; keep the lru_cache from leakingSTRING
MEDIUM…t/test_memory/test_extract/test_parser/test_mapping.py43# ── build_raw_file: file:// hydration + guardrails ──────────────────────COMMENT
MEDIUM…t/test_memory/test_extract/test_parser/test_mapping.py43# ── build_raw_file: file:// hydration + guardrails ──────────────────────COMMENT
MEDIUM…t/test_core/test_observability/test_span_attributes.py89 # A multi-call operation (e.g. agentic search issuing several chats)COMMENT
MEDIUMtests/integration/test_api/test_health_capabilities.py104 # Tier 1 disables: vector/hybrid/agentic/reflection/skill/knowledge/multimodalCOMMENT
MEDIUMtests/e2e/test_search_endpoint_e2e.py447 # will pass, vector/hybrid/agentic methods are skipped anyway.COMMENT
MEDIUMtests/e2e/test_search_endpoint_e2e.py1392 # is explicitly about counseling + mental health), so the agenticCOMMENT
MEDIUMdocs/overview.md47### 3. Algorithm-orchestration separationCOMMENT
MEDIUMbenchmarks/config.toml12methods = "agentic" # comma-separated: keyword, vector, hybrid, agenticCODE
MEDIUMsrc/everos/memory/strategies/extract_agent_skill.py250# ── orchestration helpers ────────────────────────────────────────────────COMMENT
MEDIUMsrc/everos/memory/search/manager.py564 # so the cross-encoder rerank is covered uniformly with the agenticCOMMENT
MEDIUMsrc/everos/config/settings.py439 # (HYBRID LR / rerank / agentic). Not bounded to [0, 1] because rawCOMMENT
MEDIUMsrc/everos/component/rerank/deepinfra_provider.py42# as a yes/no generator, so the prompt scaffolding must be supplied client-sideCOMMENT
Verbosity Indicators31 hits · 42 pts
SeverityFileLineSnippetContext
LOW…/unit/test_memory/test_reflection/test_orchestrator.py196 # Step 0: orphan detection returns empty.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py199 # Step 1: cluster members (episode type).COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py204 # Step 2: fetch episodes by entry_id.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py213 # Step 4: algo reflector returns merged episode.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py222 # Step 5: episode writer returns entry id.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py227 # Step 6: wait_for_event succeeds.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py230 # Step 7: deprecate -> cluster operations.COMMENT
LOWtests/unit/test_entrypoints/test_tui/test_demo_app.py506 # Step 1: storing a memory must NOT trigger a recall or an answer.COMMENT
LOWtests/unit/test_entrypoints/test_tui/test_demo_app.py516 # Step 2: the question is what produces the everos answer.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1816 # Step 4: switch display tz to UTC, drop caches.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1819 # Step 5: /search the same row under UTC display tz.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1835 # Step 6: the anti-drift assertion — same UTC instant across both renders.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1899 # Step 3: anti-drift — same UTC instant before and after the switch.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1986 # Step 4: anti-drift — same UTC instant under both renders.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1753 # Step 1: switch to Shanghai, write a row at a deterministic instant.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1784 # Step 2: /search under Shanghai display tz → expect +08:00 offset.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1799 # Step 3: white-box probe — SQLite row comes back UTC-aware.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1869 # Step 1: Shanghai display tz.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1884 # Step 2: switch to UTC.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1932 # Step 1: UTC display tz first, write at 06:00 UTC = 14:00 Shanghai.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1959 # Step 2: read under UTC → expect Z / +00:00 + 06:00 wall clock.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1972 # Step 3: switch to Shanghai, read again → expect +08:00 + 14:00 wall clock.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2016 # Step 1: write row A under Shanghai.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2035 # Step 2: switch to UTC, build row B.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2065 # Step 3: query under Shanghai → both rows render +08:00, instants preserved.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2086 # Step 4: query under UTC → both render Z/+00:00, instants preserved.COMMENT
LOW…es/game-of-throne-demo/scripts/clear-memories-cloud.ts260 // Step 1: Check EverMind Cloud healthCOMMENT
LOW…es/game-of-throne-demo/scripts/clear-memories-cloud.ts270 // Step 2: Delete memories from cloudCOMMENT
LOW…es/game-of-throne-demo/scripts/clear-memories-cloud.ts296 // Step 3: Clean up progress filesCOMMENT
LOWsrc/everos/entrypoints/tui/demo/app.py586 # Step 1: store the line. No answer here — just remember it.STRING
LOWsrc/everos/entrypoints/tui/demo/app.py595 # Step 2: a question. Echo it, then recall against everything stored.STRING
Structural Annotation Overuse29 hits · 40 pts
SeverityFileLineSnippetContext
LOW…/unit/test_memory/test_reflection/test_orchestrator.py196 # Step 0: orphan detection returns empty.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py199 # Step 1: cluster members (episode type).COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py204 # Step 2: fetch episodes by entry_id.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py213 # Step 4: algo reflector returns merged episode.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py222 # Step 5: episode writer returns entry id.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py227 # Step 6: wait_for_event succeeds.COMMENT
LOW…/unit/test_memory/test_reflection/test_orchestrator.py230 # Step 7: deprecate -> cluster operations.COMMENT
LOWtests/unit/test_entrypoints/test_tui/test_demo_app.py506 # Step 1: storing a memory must NOT trigger a recall or an answer.COMMENT
LOWtests/unit/test_entrypoints/test_tui/test_demo_app.py516 # Step 2: the question is what produces the everos answer.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1816 # Step 4: switch display tz to UTC, drop caches.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1835 # Step 6: the anti-drift assertion — same UTC instant across both renders.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1899 # Step 3: anti-drift — same UTC instant before and after the switch.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1986 # Step 4: anti-drift — same UTC instant under both renders.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1753 # Step 1: switch to Shanghai, write a row at a deterministic instant.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1799 # Step 3: white-box probe — SQLite row comes back UTC-aware.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1869 # Step 1: Shanghai display tz.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1884 # Step 2: switch to UTC.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1932 # Step 1: UTC display tz first, write at 06:00 UTC = 14:00 Shanghai.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1959 # Step 2: read under UTC → expect Z / +00:00 + 06:00 wall clock.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1972 # Step 3: switch to Shanghai, read again → expect +08:00 + 14:00 wall clock.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2016 # Step 1: write row A under Shanghai.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2035 # Step 2: switch to UTC, build row B.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2065 # Step 3: query under Shanghai → both rows render +08:00, instants preserved.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2086 # Step 4: query under UTC → both render Z/+00:00, instants preserved.COMMENT
LOW…es/game-of-throne-demo/scripts/clear-memories-cloud.ts260 // Step 1: Check EverMind Cloud healthCOMMENT
LOW…es/game-of-throne-demo/scripts/clear-memories-cloud.ts270 // Step 2: Delete memories from cloudCOMMENT
LOW…es/game-of-throne-demo/scripts/clear-memories-cloud.ts296 // Step 3: Clean up progress filesCOMMENT
LOWsrc/everos/entrypoints/tui/demo/app.py586 # Step 1: store the line. No answer here — just remember it.STRING
LOWsrc/everos/entrypoints/tui/demo/app.py595 # Step 2: a question. Echo it, then recall against everything stored.STRING
Over-Commented Block36 hits · 34 pts
SeverityFileLineSnippetContext
LOWconfig.example.toml1# Example user-level config — copy to ~/.everos/config.toml.COMMENT
LOWconfig.example.toml41model = "Qwen/Qwen3-Reranker-4B"COMMENT
LOWpyproject.toml221type = "forbidden"COMMENT
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py261 assert row is not NoneCOMMENT
LOWtests/unit/test_component/test_utils/test_datetime.py201def test_to_date_str_returns_yyyy_mm_dd() -> None:COMMENT
LOWtests/unit/test_component/test_utils/test_datetime.py901COMMENT
LOWtests/e2e/test_knowledge_e2e.py281 # DELETE removes md files immediately; the cascade handler catchesCOMMENT
LOWtests/e2e/test_add_flush_agent_pipeline_e2e.py241 f"(pytest={len(pytest_skills)}, sympy={len(sympy_skills)}, "COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1681 filters={"session_id": "sess_assistant"},COMMENT
LOWuse-cases/openher/integration/context_features.py61COMMENT
LOW.github/workflows/release.yml1# Publishes to PyPI via Trusted Publishing (OIDC) — no stored token — and thenCOMMENT
LOWsrc/everos/core/observability/logging/factory.py121 root.setLevel(log_level)COMMENT
LOWsrc/everos/core/persistence/lancedb/repository.py541 # non-empty directory, so it cannot lose data no matter who else isCOMMENT
LOWsrc/everos/memory/strategies/extract_agent_skill.py161 # ranking half of the pipeline cannot serve. Tier upgrades require aCOMMENT
LOW…everos/memory/strategies/trigger_profile_clustering.py41 # When embedding is unavailable we cannot vectorise the episode, soCOMMENT
LOWsrc/everos/memory/search/manager.py101# ``DEFAULT_RECALL_MULTIPLIER`` / ``DEFAULT_TOPK_LIMIT``.COMMENT
LOWsrc/everos/memory/search/manager.py721 if expected and len(vector) != expected:COMMENT
LOWsrc/everos/memory/cascade/worker.py921 # Serialise behind any in-flight rebuild (rare; only during theCOMMENT
LOWsrc/everos/memory/cascade/worker.py1001 # needs it.COMMENT
LOWsrc/everos/memory/cascade/worker.py1041 pruned=should_prune,COMMENT
LOWsrc/everos/memory/cascade/worker.py1061 # the right detector for it, and unlike a rebuild it does notCOMMENT
LOWsrc/everos/memory/cascade/_backfill.py741 # ``cleanup_older_than=timedelta(0)`` also physically prunesCOMMENT
LOWsrc/everos/memory/cascade/watcher.py101 def on_moved(self, event: FileSystemEvent) -> None:COMMENT
LOWsrc/everos/memory/cascade/handlers/agent_skill.py121 upserted=0,COMMENT
LOWsrc/everos/config/default_ome.toml1# everos OME (Offline Memory Engine) — strategy configuration.COMMENT
LOWsrc/everos/config/default_ome.toml21# scan_interval_seconds = int > 0 # paired with idle_seconds; must be <= idle/2COMMENT
LOWsrc/everos/config/default_ome.toml41# Profile clustering trigger (fires on each EpisodeExtracted event).COMMENT
LOWsrc/everos/config/default_ome.toml61# Agent case extraction (runs per agent memcell). One per tool call cycle.COMMENT
LOWsrc/everos/config/default.toml1# everos default configuration.COMMENT
LOWsrc/everos/config/default.toml21# keeps the API on loopback only — EverOS ships no built-in auth (seeCOMMENT
LOWsrc/everos/config/default.toml61[multimodal]COMMENT
LOWsrc/everos/config/default.toml161[observability]COMMENT
LOWsrc/everos/config/prompt_slots/boundary_detection.yaml1# Custom prompt slot for BoundaryDetector.adetect.COMMENT
LOWsrc/everos/config/prompt_slots/episode_extract.yaml1# Custom prompt slot for EpisodeExtractor.aextract.COMMENT
LOWsrc/everos/entrypoints/cli/commands/_backfill_cmd.py361 )COMMENT
LOWsrc/everos/entrypoints/api/routes/memorize.py21COMMENT
Cross-File Repetition6 hits · 30 pts
SeverityFileLineSnippetContext
HIGH…c/everos/infra/persistence/lancedb/tables/foresight.py0app / project scope (default ``"default"``); cascade fills from md path.STRING
HIGHsrc/everos/infra/persistence/lancedb/tables/episode.py0app / project scope (default ``"default"``); cascade fills from md path.STRING
HIGH…/everos/infra/persistence/lancedb/tables/agent_case.py0app / project scope (default ``"default"``); cascade fills from md path.STRING
HIGH…everos/infra/persistence/lancedb/tables/agent_skill.py0app / project scope (default ``"default"``); cascade fills from md path.STRING
HIGH…veros/infra/persistence/lancedb/tables/user_profile.py0app / project scope (default ``"default"``); cascade fills from md path.STRING
HIGH…everos/infra/persistence/lancedb/tables/atomic_fact.py0app / project scope (default ``"default"``); cascade fills from md path.STRING
Cross-Language Confusion6 hits · 24 pts
SeverityFileLineSnippetContext
HIGH…ts/unit/test_infra/test_lancedb/test_verify_schemas.py138 .type.equals(Episode.to_arrow_schema().field("subject_vector").type)CODE
HIGH…ry/test_cascade/test_backfill_subject_null_recovery.py160 """Mixed batch: fully-null, primary-only-null, subject-only-null.STRING
HIGHtests/unit/test_entrypoints/test_tui/test_demo_cloud.py165 assert story.score == 0.57 # fact-level score (episode score is null)CODE
HIGHtests/e2e/test_search_endpoint_e2e.py1432 ``include_profile && owner_type=="user"`` and ignores ``method``).STRING
HIGHuse-cases/openher/demo/evermemos_demo.py202 print(" cd vendor/EverOS && docker compose up -d")CODE
HIGHsrc/everos/infra/persistence/lancedb/__init__.py342 if not on_disk.field(name).type.equals(expected.field(name).type)CODE
Deep Nesting25 hits · 24 pts
SeverityFileLineSnippetContext
LOWtests/integration/test_ome_strategies_integration.py82CODE
LOWtests/integration/test_ome_strategies_integration.py284CODE
LOWtests/integration/test_ome_strategies_integration.py371CODE
LOWtests/integration/test_ome_strategies_integration.py525CODE
LOWtests/integration/search/test_search_e2e.py52CODE
LOWtests/integration/search/_run_full_report.py572CODE
LOWtests/integration/search/_helpers.py68CODE
LOWbenchmarks/run.py463CODE
LOWbenchmarks/run.py560CODE
LOWbenchmarks/run.py1150CODE
LOWscripts/check_github_contributor_docs.py84CODE
LOWscripts/check_docs.py51CODE
LOWscripts/check_consistency.py83CODE
LOWscripts/check_consistency.py208CODE
LOWsrc/everos/infra/ome/engine.py580CODE
LOWsrc/everos/infra/ome/_dispatch/runner.py183CODE
LOWsrc/everos/infra/ome/_dispatch/registry.py91CODE
LOWsrc/everos/core/persistence/locking.py67CODE
LOWsrc/everos/memory/cascade/worker.py757CODE
LOWsrc/everos/memory/cascade/worker.py1138CODE
LOWsrc/everos/memory/cascade/_backfill.py580CODE
LOWsrc/everos/entrypoints/tui/demo/widgets/sphere.py182CODE
LOWsrc/everos/entrypoints/tui/demo/widgets/sphere.py530CODE
LOWsrc/everos/entrypoints/tui/demo/widgets/sphere.py816CODE
LOWsrc/everos/entrypoints/cli/commands/_backfill_cmd.py318CODE
AI Slop Vocabulary5 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMtests/_consistency_assertions.py61# when it integrates with the test harness.COMMENT
MEDIUM…est_core/test_persistence/test_sqlite/test_orm_crud.py96 # comparison should be ``>=`` to be robust on fast machines).COMMENT
MEDIUMtests/e2e/test_add_flush_user_pipeline_e2e.py132 """One big seamless run: add 19 batches, flush, poll, assert everything."""STRING
MEDIUM…/everos/infra/persistence/lancedb/repos/agent_skill.py67 # ``model_validate`` so this stays robust regardless ofCOMMENT
MEDIUMsrc/everos/entrypoints/tui/demo/app.py91 """Return a one-shot phase for stages and a seamless loop for celebration."""STRING
AI Structural Patterns11 hits · 8 pts
SeverityFileLineSnippetContext
LOW…infra/test_sqlite/test_repos/test_reflection_report.py37CODE
LOW…ra/test_markdown/test_writers/test_knowledge_writer.py42CODE
LOW…est_memory/test_strategies/test_extract_agent_skill.py100CODE
LOWtests/unit/test_memory/test_search/test_manager.py230CODE
LOWtests/unit/test_service/test_knowledge_search.py36CODE
LOWtests/unit/test_service/test_knowledge_crud.py69CODE
LOWtests/integration/test_knowledge_integration.py270CODE
LOWtests/e2e/test_search_endpoint_e2e.py290CODE
LOWbenchmarks/run.py63CODE
LOWsrc/everos/memory/cascade/worker.py441CODE
LOWsrc/everos/entrypoints/tui/demo/app.py456CODE
Fake / Example Data8 hits · 8 pts
SeverityFileLineSnippetContext
LOW…test_api/test_routes/test_memorize_route_validation.py56 "user@example.com", # email-style id (``@`` + dotted domain)CODE
LOWtests/integration/test_memorize_integration.py145 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
LOWtests/integration/test_memorize_agent_mode.py133 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
LOWtests/integration/test_memorize_window_segmentation.py126 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
LOW…s/integration/test_memorize_concurrent_session_lock.py124 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
LOWtests/integration/test_reflection_integration.py249 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
LOWtests/integration/test_reflection_integration.py461 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
LOWtests/integration/test_reflection_integration.py698 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
Synthetic Comment Markers1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…-cases/game-of-throne-demo/frontend/src/types/index.ts20 followUps?: string[]; // AI-generated follow-up questionsCODE
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHuse-cases/claude-code-plugin/README.md46export EVERMEM_API_KEY="your-api-key-here"CODE
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWuse-cases/claude-code-plugin/install.sh25# Check if claude CLI is installedCOMMENT
LOWuse-cases/claude-code-plugin/install.sh82# Check if API key already existsCOMMENT
LOW…e-code-plugin/hooks/scripts/session-context-wrapper.sh8# Check if SDK is installed, if not install it silentlyCOMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWuse-cases/claude-code-plugin/mcp/server.js114async function handleRequest(request) {CODE