CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SKILL.md
pyproject.toml
palaia/SKILL.md
palaia/__init__.py
palaia/__main__.py
palaia/bm25.py
palaia/cli.py
palaia/cli_args.py
palaia/cli_commands.py
palaia/cli_helpers.py
palaia/cli_nudge.py
palaia/config.py
palaia/curate.py
palaia/decay.py
palaia/embed_client.py
palaia/embed_server.py
palaia/embeddings.py
palaia/entry.py
palaia/enums.py
palaia/frontmatter.py
palaia/index.py
palaia/ingest.py
palaia/lock.py
palaia/locking.py
palaia/memo.py
palaia/metadata_index.py
palaia/migrate.py
palaia/nudge.py
palaia/packages.py
palaia/priorities.py
palaia/process_runner.py
palaia/project.py
palaia/project_lock.py
palaia/scope.py
palaia/search.py
palaia/significance.py
palaia/store.py
palaia/sync.py
palaia/ui.py
palaia/wal.py
palaia.egg-info/PKG-INFO
palaia.egg-info/SOURCES.txt
palaia.egg-info/dependency_links.txt
palaia.egg-info/entry_points.txt
palaia.egg-info/requires.txt
palaia.egg-info/top_level.txt
palaia/backends/__init__.py
palaia/backends/migrate.py
palaia/backends/postgres.py
palaia/backends/protocol.py
palaia/backends/sqlite.py
palaia/doctor/__init__.py
palaia/doctor/checks.py
palaia/doctor/fixes.py
palaia/doctor/report.py
palaia/mcp/__init__.py
palaia/mcp/server.py
palaia/services/__init__.py
palaia/services/admin.py
palaia/services/curate.py
palaia/services/ingest.py
palaia/services/memo.py
palaia/services/misc.py
palaia/services/package.py
palaia/services/priorities.py
palaia/services/process.py
palaia/services/project.py
palaia/services/query.py
palaia/services/status.py
palaia/services/write.py
tests/test_agent_aliases.py
tests/test_agent_flag.py
tests/test_audit_fixes.py
tests/test_auto_title.py
tests/test_backend_migrate.py
tests/test_backend_postgres.py
tests/test_backend_sqlite.py
tests/test_backup_restore.py
tests/test_bm25.py
tests/test_bounded_gc.py
tests/test_capture_level.py
tests/test_chain_cli.py
tests/test_concurrent_writes.py
tests/test_config.py
tests/test_config_detection.py
tests/test_cross_platform_lock.py
tests/test_cross_project.py
tests/test_curate.py
tests/test_decay.py
tests/test_detect.py
tests/test_doctor.py
tests/test_doctor_fix_chain.py
tests/test_doctor_memos.py
tests/test_doctor_staleness.py
tests/test_doctor_version.py
tests/test_embed_server.py
tests/test_embed_server_socket.py
tests/test_embeddings.py
tests/test_entry_classes.py
tests/test_frontmatter.py
tests/test_gemini_embeddings.py
tests/test_hit_decay.py
tests/test_incremental_indexing.py
tests/test_index.py
tests/test_ingest.py
tests/test_init_gatekeeper.py
tests/test_init_no_agent.py
tests/test_isolation_nudges.py
tests/test_list_filters.py
tests/test_locking.py
tests/test_mcp_server.py
tests/test_memo.py
tests/test_metadata_index.py
tests/test_migrate.py
tests/test_multi_agent.py
tests/test_nudge_tracker.py
tests/test_packages.py
tests/test_plugin_defaults_upgrade.py
tests/test_priorities.py
tests/test_process_nudge.py
tests/test_process_runner.py
tests/test_project.py
tests/test_project_owner.py
tests/test_prune.py
tests/test_scope.py
tests/test_scope_enforcement.py
tests/test_search.py
tests/test_search_cache.py
tests/test_search_chain.py
tests/test_significance.py
tests/test_skill.py
tests/test_ssrf.py
tests/test_status_index_hint.py
tests/test_store.py
tests/test_sync.py
tests/test_temporal_queries.py
tests/test_unicode.py
tests/test_ux_improvements.py
tests/test_wal.py
tests/test_wal_corruption.py
tests/test_warmup_reindex.py