MCPcopy Create free account

hub / github.com/Einsia/OpenChronicle / functions

Functions450 in github.com/Einsia/OpenChronicle

Functiontest_read_memory_with_tail
(ac_root: Path)
tests/test_mcp_tools.py:26
Functiontest_rebuild_captures_index_drops_rows_for_missing_files
(ac_root, monkeypatch)
tests/test_cli_captures_cleanup.py:42
Functiontest_rebuild_index_round_trip
(ac_root: Path)
tests/test_store.py:87
Functiontest_recent_activity
(ac_root: Path)
tests/test_mcp_tools.py:52
Functiontest_recent_captures_orders_newest_first
(ac_root: Path)
tests/test_captures_fts.py:92
Functiontest_reduce_all_pending_catches_ended_row
(ac_root: Path, monkeypatch)
tests/test_session_tick.py:42
Functiontest_reducer_exhausted_retries_writes_heuristic
(ac_root: Path, monkeypatch)
tests/test_session_reducer.py:166
Functiontest_reducer_happy_path_writes_event_daily
(ac_root: Path, monkeypatch)
tests/test_session_reducer.py:59
Functiontest_reducer_idempotent_on_already_reduced
(ac_root: Path, monkeypatch)
tests/test_session_reducer.py:204
Functiontest_reducer_llm_failure_schedules_retry
(ac_root: Path, monkeypatch)
tests/test_session_reducer.py:135
Functiontest_reducer_no_blocks_marks_reduced_no_write
(ac_root: Path, monkeypatch)
tests/test_session_reducer.py:109
Functiontest_retry_due_picks_up_failed_rows
(ac_root: Path, monkeypatch)
tests/test_session_reducer.py:338
Functiontest_search
(ac_root: Path)
tests/test_mcp_tools.py:39
Functiontest_search_captures_app_and_time_filters
(ac_root: Path)
tests/test_mcp_tools.py:97
Functiontest_search_captures_returns_bm25_hits_with_snippet
(ac_root: Path)
tests/test_mcp_tools.py:80
Functiontest_search_handles_fts_special_chars
LLM may pass quotes / colons. _safe_fts_query should strip without crashing.
tests/test_captures_fts.py:118
Functiontest_seconds_until_next_local_rolls_past_midnight
()
tests/test_session_tick.py:35
Functiontest_session_auto_starts_on_first_event
()
tests/test_session_manager.py:26
Functiontest_session_end_callback_receives_correct_range
()
tests/test_session_manager.py:118
Functiontest_soft_cut_on_unrelated_app_switch
()
tests/test_session_manager.py:71
Functiontest_stage_override_merges
(tmp_path: Path)
tests/test_config.py:15
Functiontest_status_renders_mocked_pings
OPENCHRONICLE_LLM_MOCK=1 short-circuits each stage probe to '✓ mocked'.
tests/test_cli_status.py:16
Functiontest_status_renders_new_fields
Status output includes Version, Uptime, Health, and Last Capture.
tests/test_cli_status.py:192
Functiontest_status_renders_probe_failure
When ping_stage raises, status shows ✗ <ErrorClass> and still exits 0.
tests/test_cli_status.py:65
Functiontest_status_shows_version
Status table includes the installed version string.
tests/test_cli_status.py:203
Functiontest_supersede_filters_old_by_default
(ac_root: Path)
tests/test_store.py:58
Functiontest_terminal_reduce_after_flush_covers_trailing_window
( ac_root: Path, monkeypatch, )
tests/test_session_reducer.py:275
Functiontest_timeout_cut_after_max_hours
()
tests/test_session_manager.py:58
Functiontest_upsert_replaces_row
(ac_root: Path)
tests/test_captures_fts.py:64
Functiontest_write_capture_indexes_into_fts
(ac_root: Path)
tests/test_capture_scheduler_fts.py:36
Functiontest_write_default_creates_file
(tmp_path: Path)
tests/test_config.py:37
Functiontest_writer_run_noop_when_nothing_pending
(ac_root: Path)
tests/test_writer_agent.py:34
Functiontest_writer_run_reduces_pending_and_classifies
One stranded `ended` session → reducer runs → classifier runs.
tests/test_writer_agent.py:42
Functiontest_writer_run_respects_reducer_disabled
(ac_root: Path, monkeypatch)
tests/test_writer_agent.py:95
Functiontick_now
Synchronous one-shot — for CLI debug. Returns blocks produced.
src/openchronicle/timeline/tick.py:99
Functiontimeline_list
Show the most recent timeline blocks (oldest → newest).
src/openchronicle/cli.py:833
Functiontimeline_tick_cmd
Build any closed timeline windows right now (synchronous).
src/openchronicle/cli.py:823
Functionuninstall_claude_code
Remove OpenChronicle's entry from Claude Code's MCP config. Scope must match whatever ``install claude-code`` used (default ``user``). Missin
src/openchronicle/cli.py:690
Functionuninstall_claude_desktop
Remove OpenChronicle's entry from Claude Desktop's MCP config. Missing config / missing entry are treated as success — the command is idempot
src/openchronicle/cli.py:790
Functionuninstall_codex
Remove OpenChronicle's entry from Codex CLI's MCP config. Missing entries are treated as success — the command is idempotent.
src/openchronicle/cli.py:727
Functionuninstall_opencode
Remove OpenChronicle's entry from opencode's MCP config. Missing config / missing entry are treated as success — the command is idempotent.
src/openchronicle/cli.py:760
Functionupdate_frontmatter
(path: Path, updates: dict[str, Any])
src/openchronicle/store/files.py:252
Functionupsert_file
(conn: sqlite3.Connection, row: FileRow)
src/openchronicle/store/fts.py:159
Functionvalidate_prefix
(name: str)
src/openchronicle/store/files.py:152
Functionworker
(i: int)
tests/test_store.py:214
Functionwrite_default_if_missing
(path: Path | None = None)
src/openchronicle/config.py:287
Functionwrite_file
(path: Path, fm: dict[str, Any], body: str)
src/openchronicle/store/files.py:178
Functionwrite_preset_files
Create user-profile.md and user-preferences.md if absent.
src/openchronicle/store/entries.py:293
Functionwriter_run
Reduce any pending sessions and run the classifier on each result.
src/openchronicle/cli.py:861
Functionwriter_state
Tracks last-commit timestamp and processed capture files.
src/openchronicle/paths.py:44
← previous401–450 of 450, ranked by callers