AUTHORS.md
LICENSE
README.md
pyproject.toml
palinode/__init__.py
palinode/mcp.py
palinode/py.typed
palinode.egg-info/PKG-INFO
palinode.egg-info/SOURCES.txt
palinode.egg-info/dependency_links.txt
palinode.egg-info/entry_points.txt
palinode.egg-info/requires.txt
palinode.egg-info/top_level.txt
palinode/api/_util.py
palinode/api/enrichment.py
palinode/api/memory_write.py
palinode/api/path_safety.py
palinode/api/rate_limit.py
palinode/api/search_helpers.py
palinode/api/server.py
palinode/api/routers/__init__.py
palinode/api/routers/consolidation.py
palinode/api/routers/context.py
palinode/api/routers/git_history.py
palinode/api/routers/health.py
palinode/api/routers/maintenance.py
palinode/api/routers/memory.py
palinode/api/routers/resolve.py
palinode/api/routers/search.py
palinode/api/routers/session.py
palinode/api/routers/triggers.py
palinode/api/ui/__init__.py
palinode/api/ui/provenance.py
palinode/api/ui/render.py
palinode/api/ui/router.py
palinode/api/ui/views.py
palinode/api/ui/static/palinode.css
palinode/api/ui/templates/base.html
palinode/api/ui/templates/compaction.html
palinode/api/ui/templates/dashboard.html
palinode/api/ui/templates/diffs.html
palinode/api/ui/templates/fact.html
palinode/api/ui/templates/memory_list.html
palinode/api/ui/templates/quality.html
palinode/cli/__init__.py
palinode/cli/_api.py
palinode/cli/_format.py
palinode/cli/archive.py
palinode/cli/archive_expired.py
palinode/cli/consolidate.py
palinode/cli/depends.py
palinode/cli/diff.py
palinode/cli/doctor.py
palinode/cli/embedding_tools.py
palinode/cli/git.py
palinode/cli/import_vault.py
palinode/cli/ingest.py
palinode/cli/init.py
palinode/cli/lint.py
palinode/cli/list_cmd.py
palinode/cli/manage.py
palinode/cli/mcp_config.py
palinode/cli/mcp_smoke.py
palinode/cli/migrate.py
palinode/cli/obsidian_sync.py
palinode/cli/prime.py
palinode/cli/prompt.py
palinode/cli/query.py
palinode/cli/read.py
palinode/cli/repair_status.py
palinode/cli/resolve.py
palinode/cli/restore.py
palinode/cli/retrieval_stats.py
palinode/cli/review.py
palinode/cli/save.py
palinode/cli/search.py
palinode/cli/session_end.py
palinode/cli/status.py
palinode/cli/trace.py
palinode/cli/trigger.py
palinode/cli/worktree.py
palinode/consolidation/__init__.py
palinode/consolidation/activity_gate.py
palinode/consolidation/archive.py
palinode/consolidation/cron.py
palinode/consolidation/executor.py
palinode/consolidation/fact_ids.py
palinode/consolidation/forget.py
palinode/consolidation/layer_split.py
palinode/consolidation/log_lines.py
palinode/consolidation/op_parse.py
palinode/consolidation/propagate.py
palinode/consolidation/proposal_guard.py
palinode/consolidation/propose_from_lint.py
palinode/consolidation/retirement.py
palinode/consolidation/retract.py
palinode/consolidation/run_lock.py
palinode/consolidation/runner.py
palinode/consolidation/status_doc.py
palinode/consolidation/ttl.py
palinode/consolidation/write_time.py
palinode/core/__init__.py
palinode/core/aliases.py
palinode/core/audit.py
palinode/core/auth.py
palinode/core/brand.py
palinode/core/bundle.py
palinode/core/claims.py
palinode/core/config.py
palinode/core/context_prime.py
palinode/core/cross_refs.py
palinode/core/defaults.py
palinode/core/depends.py
palinode/core/embedder.py
palinode/core/embedding_preprocess.py
palinode/core/envelope.py
palinode/core/evidence.py
palinode/core/expiry.py
palinode/core/git_tools.py
palinode/core/hashing.py
palinode/core/lifecycle.py
palinode/core/lint.py
palinode/core/memory_write.py
palinode/core/ollama_client.py
palinode/core/packing.py
palinode/core/parity.py
palinode/core/parser.py
palinode/core/path_guard.py
palinode/core/projection.py
palinode/core/quote_verify.py
palinode/core/ranker.py
palinode/core/receipt.py
palinode/core/relative_dates.py
palinode/core/resolution.py
palinode/core/retrieval_log.py
palinode/core/revalidation.py
palinode/core/review.py
palinode/core/save.py
palinode/core/scope.py
palinode/core/scoring.py
palinode/core/skip_dirs.py
palinode/core/store.py
palinode/core/tiers.py
palinode/core/trace.py
palinode/core/typed_links.py
palinode/core/visibility.py
palinode/core/write_input.py
palinode/diagnostics/__init__.py
palinode/diagnostics/fixes.py
palinode/diagnostics/formatters.py
palinode/diagnostics/registry.py
palinode/diagnostics/runner.py
palinode/diagnostics/types.py
palinode/diagnostics/checks/__init__.py
palinode/diagnostics/checks/audit_log.py
palinode/diagnostics/checks/claude_md.py
palinode/diagnostics/checks/config_drift.py
palinode/diagnostics/checks/consolidation_targets.py
palinode/diagnostics/checks/db_path.py
palinode/diagnostics/checks/fts5_sync.py
palinode/diagnostics/checks/git_identity.py
palinode/diagnostics/checks/git_remote.py
palinode/diagnostics/checks/index_size.py
palinode/diagnostics/checks/mcp_config_check.py
palinode/diagnostics/checks/memory_dir.py
palinode/diagnostics/checks/multiple_dirs.py
palinode/diagnostics/checks/ollama_health.py
palinode/diagnostics/checks/phantom_db.py
palinode/diagnostics/checks/process_env.py
palinode/diagnostics/checks/projection_version.py
palinode/diagnostics/checks/prompts_current.py
palinode/diagnostics/checks/recall_write_health.py
palinode/diagnostics/checks/reindex_state.py
palinode/diagnostics/checks/service.py
palinode/diagnostics/checks/store_tree.py
palinode/diagnostics/checks/watcher.py
palinode/import_/__init__.py
palinode/import_/vault.py
palinode/indexer/index_file.py
palinode/indexer/reconcile.py
palinode/indexer/watcher.py
palinode/ingest/__init__.py
palinode/ingest/pipeline.py
palinode/lint/__init__.py
palinode/lint/contradictions.py
palinode/migration/__init__.py
palinode/migration/bullets.py
palinode/migration/frontmatter_backfill.py
palinode/migration/openclaw.py
palinode/prompts/__init__.py
palinode/prompts/compaction.md
palinode/prompts/consolidation.md
palinode/prompts/context-assembly.md
palinode/prompts/digest.md
palinode/prompts/extraction.md
palinode/prompts/ingestion.md
palinode/prompts/nightly-consolidation.md
palinode/prompts/shipped-hashes.json
palinode/prompts/trajectory-extraction.md
palinode/prompts/update.md
tests/test_acting_state_expiry.py
tests/test_amr_conformance.py
tests/test_api_bearer_auth.py
tests/test_api_route_inventory.py
tests/test_archive_before_op.py
tests/test_archive_on_demand_664.py
tests/test_archive_recall_485.py
tests/test_audit.py
tests/test_auto_summary_async.py
tests/test_backed_by_propagation.py
tests/test_backfill_commits.py
tests/test_bench_abstention.py
tests/test_bench_current_state.py
tests/test_bench_harness.py
tests/test_bench_longmemeval.py
tests/test_bench_longmemeval_v2.py
tests/test_bench_perf.py
tests/test_bench_rowe_pipeline.py
tests/test_body_size_limit.py
tests/test_bootstrap_ids_single_file.py
tests/test_changelog_structure.py
tests/test_changelog_unreleased_refs.py
tests/test_chat_fallback.py
tests/test_check_contradictions_embed_outage.py
tests/test_check_freshness_hash_domains.py
tests/test_claims_508.py
tests/test_cli_consolidate_timeout.py
tests/test_cli_dream_alias.py
tests/test_cli_error_exit_codes.py
tests/test_cli_import_boundary.py
tests/test_cli_init.py
tests/test_cli_json_output.py
tests/test_cli_mcp_smoke.py
tests/test_cli_reference_docs.py
tests/test_cli_start.py
tests/test_cli_stop.py
tests/test_cold_save_fast_return.py
tests/test_collection_integrity.py
tests/test_compaction_implicit_keep.py
tests/test_compaction_prompt_v5.py
tests/test_config_env_parse_logging.py
tests/test_config_validation.py
tests/test_config_view.py
tests/test_consolidation_activity_gate.py
tests/test_consolidation_corpus_selector.py
tests/test_consolidation_decision_context.py
tests/test_consolidation_dry_run.py
tests/test_consolidation_input_lifecycle.py
tests/test_consolidation_llm_output_failure.py
tests/test_consolidation_no_target_groups.py
tests/test_consolidation_run_lock.py
tests/test_consolidation_runner.py
tests/test_consolidation_status_write_path.py
tests/test_consolidation_untagged_targets.py
tests/test_consolidation_yaml_parse_warning.py
tests/test_content_hash_and_confidence.py
tests/test_context.py
tests/test_context_prime.py
tests/test_context_prime_262.py
tests/test_context_prime_budget.py
tests/test_context_prime_lifecycle.py
tests/test_created_at_preservation.py
tests/test_cross_refs.py
tests/test_daily_penalty.py
tests/test_db_disambiguation.py
tests/test_default_db_guard_scope.py
tests/test_delivery_receipts.py
tests/test_demand_decay_importance.py
tests/test_depends.py
tests/test_deploy_systemd.py
tests/test_description.py
tests/test_description_graceful_degrade.py
tests/test_diagnostics_skeleton.py
tests/test_docker_compose.py
tests/test_docs_schema_alignment.py
tests/test_doctor_api.py
tests/test_doctor_config_drift.py
tests/test_doctor_consolidation_targets.py
tests/test_doctor_fix.py
tests/test_doctor_fts5_sync.py
tests/test_doctor_git_commit_ready.py
tests/test_doctor_mcp.py
tests/test_doctor_path_checks.py
tests/test_doctor_phase5.py
tests/test_doctor_projection_version.py
tests/test_doctor_prompts_current.py
tests/test_doctor_service_checks.py
tests/test_doctor_store_tree.py
tests/test_doctor_test_isolation.py
tests/test_duplicate_section_slugs.py
tests/test_embed_nan_input.py
tests/test_embed_openai_dialect.py
tests/test_embedder_context_hardening.py
tests/test_embedder_logging.py
tests/test_embedding_tools.py
tests/test_entity_alias_lint.py
tests/test_entity_aliases.py
tests/test_entity_normalization.py
tests/test_epistemic_markers.py
tests/test_evidence_resolver.py
tests/test_example_config_keys_have_readers.py
tests/test_example_config_values_match_defaults.py
tests/test_executor.py
tests/test_executor_ops_coverage.py
tests/test_executor_replace_guard.py
tests/test_external_refs.py
tests/test_fact_ids.py
tests/test_fallback.py
tests/test_first_run_ux.py
tests/test_forget_write_time.py
tests/test_fresh_session_context.py
tests/test_freshness.py
tests/test_freshness_vs_currency.py
tests/test_frontmatter_backfill_309.py
tests/test_frontmatter_readers_cache.py
tests/test_frontmatter_split_consistency.py
tests/test_fts5_lockstep_delete.py
tests/test_fts_floor_relative.py
tests/test_fts_only_reachable.py
tests/test_fts_or_join.py
tests/test_fts_query_sanitize.py
tests/test_git_commit_contention.py
tests/test_git_tools.py
tests/test_git_tools_diff.py
tests/test_git_tools_history.py
tests/test_health_endpoint_accuracy.py
tests/test_hybrid_threshold_rank_artifact.py
tests/test_import_vault.py
tests/test_ingest_pipeline.py
tests/test_init_obsidian.py
tests/test_init_provisions_prompts.py
tests/test_init_skills.py
tests/test_init_wrap_heavy.py
tests/test_injection_scanner.py
tests/test_ku_compat.py
tests/test_launch_checklist_harness.py
tests/test_layer_split_hint_hardening.py
tests/test_layer_split_history_hint.py
tests/test_lifecycle_eligibility.py
tests/test_lint.py
tests/test_lint_contradictions.py
tests/test_lint_core_gist.py
tests/test_lint_propose.py
tests/test_lint_wiki_drift.py
tests/test_list_read.py
tests/test_llm_prompt_delimiters.py
tests/test_loud_silent_misconfig.py
tests/test_mcp.py
tests/test_mcp_client_identification.py
tests/test_mcp_config_diagnose.py
tests/test_mcp_consolidate_timeout.py
tests/test_mcp_error_contract.py
tests/test_mcp_handshake_version.py
tests/test_mcp_http_argv.py
tests/test_mcp_http_bearer_auth.py
tests/test_mcp_http_bind_gate.py
tests/test_mcp_instructions_client_aware.py
tests/test_mcp_is_error.py
tests/test_mcp_parity.py
tests/test_mcp_schema_size.py
tests/test_mcp_schema_size_budget.py
tests/test_mcp_search_typed_links.py
tests/test_mcp_server_metadata.py
tests/test_mcp_sse_alias_deprecation.py
tests/test_mcp_tool_count.py
tests/test_mcp_tool_registry.py
tests/test_migrate_bullets.py
tests/test_migrate_openclaw.py
tests/test_migration_v020.py
tests/test_module_identity_guard.py
tests/test_no_bare_click_abort.py
tests/test_no_build_artifacts_tracked.py
tests/test_no_issue_refs_user_surface.py
tests/test_obsidian_sync.py
tests/test_ollama_client.py
tests/test_ollama_doctor_check.py
tests/test_op_parse.py
tests/test_package_discovery.py
tests/test_packaged_prompts_match_source.py
tests/test_packing.py
tests/test_parity_is_dependency_free.py
tests/test_parser.py
tests/test_parser_wiki_merge.py
tests/test_pr_template_smoke_args.py
tests/test_priority_ranking_486.py
tests/test_projection.py
tests/test_projection_index.py
tests/test_prompt_op_vocabulary.py
tests/test_prompt_sync.py
tests/test_prompts.py
tests/test_proposal_guard.py
tests/test_propose_contradicts_seam.py
tests/test_proposer_seam.py
tests/test_quote_hash_prefixing.py
tests/test_quote_verify.py
tests/test_ranker.py
tests/test_read_recall_e2e.py
tests/test_readme_documents_real_commands.py
tests/test_recall_feedback.py
tests/test_recent_save_embeddings_db_error.py
tests/test_reciprocal_contradicts_indexed.py
tests/test_reconcile_batch_embeddings.py
tests/test_reconcile_seam.py
tests/test_regen_prompt_hashes.py
tests/test_reindex_concurrency.py
tests/test_reindex_gc.py
tests/test_rel_path_api_parity.py
tests/test_relative_dates.py
tests/test_resolution_policy.py
tests/test_resolve_bundle.py
tests/test_resolve_hook_live.py
tests/test_resolve_memory_path_hardening.py
tests/test_restore_rechecks_backing.py
tests/test_restore_surface_903.py
tests/test_retirement_policy.py
tests/test_retrieval_instrumentation.py
tests/test_review.py
tests/test_review_cli.py
tests/test_revision_aware_backing.py
tests/test_robustness_483.py
tests/test_runner_prompt_fallback.py
tests/test_save_array_coercion.py
tests/test_save_derived_slug_collision.py
tests/test_save_envelope_guard.py
tests/test_save_error_shape_parity.py
tests/test_save_git_committed.py
tests/test_save_inline_index.py
tests/test_save_project.py
tests/test_save_wiki_footer.py
tests/test_scope_chain.py
tests/test_scope_filtered_listing.py
tests/test_scope_frontmatter.py
tests/test_search_associative_snippet.py
tests/test_search_dedup.py
tests/test_search_embedder_outage.py
tests/test_search_evidence_surface.py
tests/test_search_filters.py
tests/test_search_internal_guard.py
tests/test_search_limit_bound.py
tests/test_search_resolution_surface.py
tests/test_search_score_presentation.py
tests/test_search_snippet.py
tests/test_search_type_deny.py
tests/test_security_cors_validation.py
tests/test_security_log_redaction.py
tests/test_security_narrowed_exceptions.py
tests/test_security_rate_limit_budget.py
tests/test_security_rate_limit_pruning.py
tests/test_security_toctou_read.py
tests/test_server_json_version_alignment.py
tests/test_session_end.py
tests/test_session_end_dedup.py
tests/test_session_end_envelope_guard.py
tests/test_session_end_floor_hook.py
tests/test_session_end_status_line.py
tests/test_session_end_timeout.py
tests/test_session_start_hook.py
tests/test_setup_worktree.py
tests/test_source_capture_g1.py
tests/test_source_surface.py
tests/test_specs_not_memory.py
tests/test_status_append_fact_ids.py
tests/test_status_doc_repair.py
tests/test_status_log_age_retirement.py
tests/test_store.py
tests/test_store_wal_indexes.py
tests/test_subprocess_argv_form.py
tests/test_suite_isolation.py
tests/test_surface_parity.py
tests/test_telemetry_recall_exclusion.py
tests/test_tiers.py
tests/test_timestamp_consistency.py
tests/test_to_rel_path.py
tests/test_trace_536.py
tests/test_trigger_cooldown_tz.py
tests/test_triggers_vec_upsert.py
tests/test_ttl_archive_482.py
tests/test_typed_links.py
tests/test_ui_phase1.py
tests/test_ui_provenance.py
tests/test_update_policy_axis.py
tests/test_user_prompt_submit_hook.py
tests/test_utf8_encoding_guard.py
tests/test_visibility_scopes.py
tests/test_watcher_debounce_coalesce.py
tests/test_watcher_on_moved.py
tests/test_watcher_thread_shutdown.py
tests/test_wiki_footer_slug_validation.py
tests/test_worktree_reconcile.py
tests/test_wrap_push.py
tests/test_write_chunk_row_fts_update.py
tests/test_write_chunk_row_vec_failure.py
tests/test_write_time.py
tests/test_write_time_cross_file.py