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.

40.0 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of EverMind-AI/EverOS, a Python project with 10,982 GitHub stars. SynthScan v2.0 examined 121,550 lines of code across 702 source files, recording 3213 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 40.0 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).

40.0
Adjusted Score
40.0
Raw Score
100%
Time Factor
2026-07-13
Last Push
11.0K
Stars
Python
Language
121.5K
Lines of Code
702
Files
3.2K
Pattern Hits
2026-07-14
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 29MEDIUM 632LOW 2552

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 3213 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 Separators617 hits · 2016 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.toml120# ───────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpyproject.toml122# ───────────────────────────────────────────────────────────────────────────────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.py195# ── mark_done / mark_failed ─────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py361# ── 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.py99# ── force_enqueue ───────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py119# ── claim_one ───────────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py161# ── claim_pending_batch ─────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py232# ── Race: re-enqueue during processing must win over stale mark_xxx ─────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py322# ── reset_retryable_to_pending ──────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py376# ── queue_summary ───────────────────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py427# ── recover_orphan_processing ───────────────────────────────────────────COMMENT
MEDIUM…t_infra/test_sqlite/test_repos/test_md_change_state.py490# ── 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.py301# ── remove_members ─────────────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py349# ── add_member ─────────────────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py377# ── update_metadata ────────────────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py421# ── list_ids_and_member_counts ─────────────────────────────────────────COMMENT
MEDIUM…unit/test_infra/test_sqlite/test_repos/test_cluster.py461# ── 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.py261# ── 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
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.py247# ── Profile dispatch ────────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_manager.py296# ── Agent case dispatch ─────────────────────────────────────────────────COMMENT
MEDIUMtests/unit/test_memory/test_get/test_manager.py317# ── 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.py209# ── partition lock (agent_id-level serialisation) ────────────────────────COMMENT
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py134# ── strategy meta + retry-class errors ───────────────────────────────────COMMENT
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py171# ── end-to-end orchestration (mocked) ────────────────────────────────────COMMENT
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py357# ── _resolve_query_vector layered fallback ───────────────────────────────COMMENT
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py397# ── _select_supporting_cases ranking + cap ───────────────────────────────COMMENT
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py481# ── _collect_supporting_entry_ids dedup + exclude ────────────────────────COMMENT
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py504# ── partition lock (agent_id-level serialisation) ────────────────────────COMMENT
557 more matches not shown…
Hyper-Verbose Identifiers1485 hits · 1620 pts
SeverityFileLineSnippetContext
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_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.py188async def test_claim_pending_batch_zero_limit_returns_empty(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py198async def test_mark_done_transitions_processing_to_done(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py352async def test_reset_retryable_to_pending_zero_when_none_eligible(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py364async 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.py102async def test_force_enqueue_resurrects_done_row(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py122async def test_claim_one_returns_row_when_pending(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py134async def test_claim_one_returns_none_when_already_processing(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py146async def test_claim_one_race_only_one_winner(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py164async def test_claim_pending_batch_returns_in_lsn_order(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py176async def test_claim_pending_batch_skips_already_claimed(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py214async def test_mark_failed_records_retryable_flag(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py245async def test_mark_done_noop_when_row_reverted_to_pending(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py269async def test_mark_failed_noop_when_row_reverted_to_pending(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py290async def test_mark_done_concurrent_with_upsert_preserves_reenqueue(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py325async def test_reset_retryable_to_pending_moves_only_retryable(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py379async def test_queue_summary_aggregates_all_states(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py409async def test_queue_summary_empty_table(repo: _MdChangeStateRepo) -> None:CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py430async def test_recover_orphan_processing_resets_stale_rows(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py451async def test_recover_orphan_processing_zero_when_clean(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py464async def test_recover_orphan_processing_only_touches_processing_rows(CODE
LOW…t_infra/test_sqlite/test_repos/test_md_change_state.py493async def test_partial_indexes_are_created(repo: _MdChangeStateRepo) -> None:CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py66def test_mint_cluster_id_shape() -> None:CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py75async def test_upsert_then_list_round_trips_full_algo_cluster(CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py109async def test_list_for_owner_isolates_by_owner_and_kind(CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py161async def test_upsert_appends_new_members_and_overwrites_scalar_fields(CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py209async def test_upsert_is_idempotent_under_retry(repo: _ClusterRepo) -> None:CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py236async def test_upsert_rejects_unset_cluster_id(repo: _ClusterRepo) -> None:CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py259async def test_find_cluster_id_for_member_reverse_lookup(CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py304async def test_remove_members_deletes_specified(repo: _ClusterRepo) -> None:CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py326async def test_remove_members_empty_set_is_noop(CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py352async def test_add_member_with_episode_type(repo: _ClusterRepo) -> None:CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py380async def test_update_metadata_changes_cluster_row(CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py424async def test_list_ids_and_member_counts_returns_actual_member_count(CODE
LOW…unit/test_infra/test_sqlite/test_repos/test_cluster.py464async def test_get_members_with_type_returns_tuples(CODE
LOW…sts/unit/test_infra/test_ome/test_storage_migration.py14async def test_fresh_db_has_event_id_column(tmp_path: Path) -> None:CODE
LOW…sts/unit/test_infra/test_ome/test_storage_migration.py25async def test_existing_db_without_event_id_gets_migrated(tmp_path: Path) -> None:CODE
LOW…sts/unit/test_infra/test_ome/test_storage_migration.py57async def test_migration_is_idempotent(tmp_path: Path) -> None:CODE
LOWtests/unit/test_infra/test_ome/test_registry.py35def test_register_extracts_meta() -> None:CODE
LOWtests/unit/test_infra/test_ome/test_registry.py41def test_register_duplicate_raises() -> None:CODE
1425 more matches not shown…
Unused Imports858 hits · 824 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py17CODE
LOWtests/_consistency_assertions.py39CODE
LOWtests/unit/test_benchmark_config.py3CODE
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_cluster.py15CODE
LOW…sts/unit/test_infra/test_ome/test_storage_migration.py3CODE
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…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
LOWtests/unit/test_memory/test_get/test_manager.py16CODE
LOW…st_memory/test_strategies/test_extract_user_profile.py9CODE
LOW…test_memory/test_strategies/test_extract_agent_case.py1CODE
LOW…st_memory/test_strategies/test_extract_atomic_facts.py1CODE
LOW…y/test_strategies/test_strategy_to_handler_contract.py13CODE
LOW…emory/test_strategies/test_trigger_skill_clustering.py8CODE
LOW…est_memory/test_strategies/test_extract_agent_skill.py16CODE
LOW…/test_memory/test_strategies/test_extract_foresight.py1CODE
798 more matches not shown…
Docstring Block Structure19 hits · 95 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.py774Return run records for ``strategy_name``, optionally filtered by status. Args: strategy_name: StratSTRING
HIGHsrc/everos/infra/ome/engine.py799Fetch a single run record by ``run_id``. Args: run_id: The 32-character ``uuid4().hex`` assigned atSTRING
HIGHsrc/everos/infra/ome/engine.py815Return all run records triggered by ``event_id``. Not guarded by ``_refuse_inside_strategy`` — designed to be STRING
HIGHsrc/everos/infra/ome/engine.py851Poll until all runs triggered by ``event_id`` reach a terminal status. Not guarded by ``_refuse_inside_strategySTRING
HIGH…infra/persistence/markdown/writers/knowledge_writer.py52Write 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.py1074Coerce a timestamp to milliseconds. LanceDB episode rows store ``timestamp`` as a ``datetime`` object; the algoSTRING
HIGHsrc/everos/component/llm/factory.py12Build an OpenAI-compatible LLM provider from settings. Unwraps :class:`pydantic.SecretStr` here so downstream calleSTRING
HIGHsrc/everos/component/embedding/factory.py19Build an OpenAI-compatible embedding provider from settings. Args: settings: The :class:`EmbeddingSettings`STRING
HIGHsrc/everos/component/parser/_core.py40Parse a file via everalgo-parser with the multimodal LLM client. Args: raw_file: Hydrated ``RawFile`` with STRING
HIGHsrc/everos/component/rerank/factory.py25Build a rerank provider from settings. Args: settings: The :class:`RerankSettings` slice from :STRING
HIGHsrc/everos/service/knowledge.py110Run the algo extractor and return non-empty memories. Args: extractor: Algo extractor injected by the calleSTRING
HIGHsrc/everos/service/knowledge.py152Create a knowledge document from parsed content. Args: extractor: Algo extractor injected by the caller. STRING
HIGHsrc/everos/service/knowledge.py351Fetch a document with its topic list. Args: doc_id: Document primary key. app_id: Tenant applicatioSTRING
HIGHsrc/everos/service/knowledge.py460Fetch a single topic with full content. Args: topic_id: Topic node_id primary key. app_id: Tenant aSTRING
HIGHsrc/everos/service/knowledge.py546Replace a document atomically — old data preserved on failure. The replacement is performed in-place: the md directSTRING
HIGHsrc/everos/service/knowledge.py831Update mutable document metadata in md (truth) and SQLite (immediate). Args: doc_id: Document primary key. STRING
HIGHsrc/everos/service/knowledge.py1092Build a LanceDB ``where`` clause scoped to the given tenant. Args: app_id: Tenant application identifier. STRING
Modern Structural Boilerplate54 hits · 54 pts
SeverityFileLineSnippetContext
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.py181async def _setup_sqlite(monkeypatch: pytest.MonkeyPatch) -> None:CODE
LOWtests/integration/test_ome_strategies_integration.py202async 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__.py60__all__ = [CODE
LOWsrc/everos/infra/persistence/sqlite/repos/__init__.py21__all__ = [CODE
LOWsrc/everos/infra/persistence/sqlite/tables/__init__.py20__all__ = [CODE
LOWsrc/everos/infra/persistence/lancedb/__init__.py175__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__.py22__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/__init__.py32__all__ = ["gen_request_id"]CODE
LOWsrc/everos/core/observability/logging/__init__.py13__all__ = ["configure_logging", "get_logger"]CODE
LOWsrc/everos/core/lifespan/__init__.py23__all__ = [CODE
LOWsrc/everos/core/persistence/__init__.py67__all__ = [CODE
LOWsrc/everos/core/persistence/markdown/__init__.py48__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__.py27__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__.py27__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__.py29__all__ = [CODE
LOWsrc/everos/component/parser/__init__.py13__all__ = [CODE
LOWsrc/everos/component/rerank/__init__.py33__all__ = [CODE
LOWsrc/everos/entrypoints/api/__init__.py11__all__ = ["create_app"]CODE
LOWsrc/everos/entrypoints/api/lifespans/__init__.py29__all__ = [CODE
LOWsrc/everos/service/__init__.py52__all__ = [CODE
LOWsrc/everos/service/knowledge.py711async def _update_topics_category(doc_dir: Path, new_category: str) -> None:CODE
Excessive Try-Catch Wrapping45 hits · 44 pts
SeverityFileLineSnippetContext
LOWtests/unit/test_infra/test_ome/test_events.py24 except Exception: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
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.py292 except Exception:CODE
LOWsrc/everos/infra/ome/engine.py388 except Exception:CODE
LOWsrc/everos/infra/ome/engine.py586 except Exception as e:CODE
LOWsrc/everos/infra/ome/engine.py665 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.py194 except Exception as e:CODE
LOWsrc/everos/infra/ome/_dispatch/runner.py240 except Exception:CODE
LOWsrc/everos/infra/ome/_dispatch/runner.py267 except Exception:CODE
LOWsrc/everos/infra/ome/_stores/storage.py133 except Exception:CODE
LOWsrc/everos/infra/persistence/lancedb/lancedb_manager.py63 except Exception:CODE
LOWsrc/everos/core/middleware/profile.py66 except Exception:CODE
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.py295 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/worker.py353 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/worker.py508 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/worker.py613 except Exception as exc:CODE
LOWsrc/everos/memory/cascade/scanner.py108 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.py194 except Exception:CODE
LOWsrc/everos/memory/reflection/orchestrator.py597 except Exception:CODE
LOWsrc/everos/memory/reflection/orchestrator.py695 except Exception:CODE
LOWsrc/everos/service/knowledge.py592 except Exception:CODE
Verbosity Indicators27 hits · 36 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/e2e/test_search_endpoint_e2e.py1815 # Step 4: switch display tz to UTC, drop caches.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1818 # Step 5: /search the same row under UTC display tz.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1834 # Step 6: the anti-drift assertion — same UTC instant across both renders.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1898 # Step 3: anti-drift — same UTC instant before and after the switch.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1985 # Step 4: anti-drift — same UTC instant under both renders.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1752 # Step 1: switch to Shanghai, write a row at a deterministic instant.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1783 # Step 2: /search under Shanghai display tz → expect +08:00 offset.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1798 # Step 3: white-box probe — SQLite row comes back UTC-aware.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1868 # Step 1: Shanghai display tz.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1883 # Step 2: switch to UTC.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1931 # Step 1: UTC display tz first, write at 06:00 UTC = 14:00 Shanghai.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1958 # Step 2: read under UTC → expect Z / +00:00 + 06:00 wall clock.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1971 # Step 3: switch to Shanghai, read again → expect +08:00 + 14:00 wall clock.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2015 # Step 1: write row A under Shanghai.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2034 # Step 2: switch to UTC, build row B.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2064 # Step 3: query under Shanghai → both rows render +08:00, instants preserved.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2085 # 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
Structural Annotation Overuse25 hits · 34 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/e2e/test_search_endpoint_e2e.py1815 # Step 4: switch display tz to UTC, drop caches.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1834 # Step 6: the anti-drift assertion — same UTC instant across both renders.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1898 # Step 3: anti-drift — same UTC instant before and after the switch.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1985 # Step 4: anti-drift — same UTC instant under both renders.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1752 # Step 1: switch to Shanghai, write a row at a deterministic instant.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1798 # Step 3: white-box probe — SQLite row comes back UTC-aware.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1868 # Step 1: Shanghai display tz.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1883 # Step 2: switch to UTC.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1931 # Step 1: UTC display tz first, write at 06:00 UTC = 14:00 Shanghai.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1958 # Step 2: read under UTC → expect Z / +00:00 + 06:00 wall clock.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1971 # Step 3: switch to Shanghai, read again → expect +08:00 + 14:00 wall clock.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2015 # Step 1: write row A under Shanghai.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2034 # Step 2: switch to UTC, build row B.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2064 # Step 3: query under Shanghai → both rows render +08:00, instants preserved.COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py2085 # 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
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
Modern AI Meta-Vocabulary10 hits · 28 pts
SeverityFileLineSnippetContext
MEDIUM…est_memory/test_strategies/test_extract_agent_skill.py171# ── end-to-end orchestration (mocked) ────────────────────────────────────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
MEDIUMtests/e2e/test_search_endpoint_e2e.py445 # will pass, vector/hybrid/agentic methods are skipped anyway.COMMENT
MEDIUMtests/e2e/test_search_endpoint_e2e.py1391 # 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.py181# ── orchestration helpers ────────────────────────────────────────────────COMMENT
MEDIUMsrc/everos/component/rerank/deepinfra_provider.py42# as a yes/no generator, so the prompt scaffolding must be supplied client-sideCOMMENT
Over-Commented Block21 hits · 20 pts
SeverityFileLineSnippetContext
LOWconfig.example.toml1# Example user-level config — copy to ~/.everos/config.toml.COMMENT
LOWconfig.example.toml41model = "Qwen/Qwen3-Reranker-4B"COMMENT
LOWpyproject.toml201source_modules = ["everos.service", "everos.memory", "everos.entrypoints"]COMMENT
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.py181 # producing ≥1 skill — but we keep this informational (LLM-dependent)COMMENT
LOWtests/e2e/test_search_endpoint_e2e.py1681 )COMMENT
LOWuse-cases/openher/integration/context_features.py61COMMENT
LOWsrc/everos/memory/search/manager.py101COMMENT
LOWsrc/everos/memory/cascade/watcher.py101 def on_moved(self, event: FileSystemEvent) -> None: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# User-profile extraction (runs after clustering trigger fires). SetCOMMENT
LOWsrc/everos/config/default_ome.toml61# Skill clustering trigger (fires on each AgentCaseExtracted event).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/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/api/routes/memorize.py21COMMENT
Deep Nesting17 hits · 16 pts
SeverityFileLineSnippetContext
LOWtests/integration/test_ome_strategies_integration.py82CODE
LOWtests/integration/test_ome_strategies_integration.py261CODE
LOWtests/integration/test_ome_strategies_integration.py348CODE
LOWtests/integration/test_ome_strategies_integration.py496CODE
LOWtests/integration/search/test_search_e2e.py52CODE
LOWtests/integration/search/_run_full_report.py572CODE
LOWtests/integration/search/_helpers.py68CODE
LOWexamples/langfuse/demo.py43CODE
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.py566CODE
LOWsrc/everos/infra/ome/_dispatch/registry.py91CODE
AI Slop Vocabulary4 hits · 10 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
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.py228 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
LOWtests/integration/test_reflection_integration.py440 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
LOWtests/integration/test_reflection_integration.py677 monkeypatch.setenv("EVEROS_LLM__API_KEY", "fake-key")CODE
AI Structural Patterns9 hits · 6 pts
SeverityFileLineSnippetContext
LOW…infra/test_sqlite/test_repos/test_reflection_report.py37CODE
LOW…ra/test_markdown/test_writers/test_knowledge_writer.py42CODE
LOWtests/unit/test_memory/test_search/test_manager.py225CODE
LOWtests/unit/test_service/test_knowledge_search.py36CODE
LOWtests/unit/test_service/test_knowledge_crud.py69CODE
LOWtests/integration/test_knowledge_integration.py267CODE
LOWtests/e2e/test_search_endpoint_e2e.py286CODE
LOWbenchmarks/run.py63CODE
LOWsrc/everos/memory/cascade/worker.py171CODE
Cross-Language Confusion2 hits · 6 pts
SeverityFileLineSnippetContext
HIGHtests/e2e/test_search_endpoint_e2e.py1431 ``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
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