LICENSE
README.md
pyproject.toml
notionmemory/__init__.py
notionmemory/app.py
notionmemory/cli.py
notionmemory.egg-info/PKG-INFO
notionmemory.egg-info/SOURCES.txt
notionmemory.egg-info/dependency_links.txt
notionmemory.egg-info/entry_points.txt
notionmemory.egg-info/requires.txt
notionmemory.egg-info/top_level.txt
notionmemory/agent_skills/library/SKILL.md
notionmemory/agent_skills/memory/SKILL.md
notionmemory/agent_skills/onboard/SKILL.md
notionmemory/agent_skills/settings/SKILL.md
notionmemory/agent_skills/templates/SKILL.md
notionmemory/core/__init__.py
notionmemory/core/agent_runtime.py
notionmemory/core/config.py
notionmemory/core/detection.py
notionmemory/core/i18n.py
notionmemory/core/integrations.py
notionmemory/core/messages.py
notionmemory/core/notion_auth.py
notionmemory/core/notion_broker.py
notionmemory/core/notion_client.py
notionmemory/core/notion_markdown.py
notionmemory/core/notion_text.py
notionmemory/core/paths.py
notionmemory/core/projects.py
notionmemory/core/registry.py
notionmemory/core/skill_assets.py
notionmemory/core/skill_base.py
notionmemory/core/status.py
notionmemory/core/version.py
notionmemory/core/install/__init__.py
notionmemory/core/install/codex.py
notionmemory/core/install/handlers.py
notionmemory/core/install/manifest.py
notionmemory/core/install/receipt.py
notionmemory/core/install/runner.py
notionmemory/core/install/spec.py
notionmemory/core/install/teardown.py
notionmemory/hooks/__init__.py
notionmemory/hooks/common.py
notionmemory/hooks/save_reminder.py
notionmemory/hooks/session_end.py
notionmemory/hooks/session_start.py
notionmemory/hooks/session_stop.py
notionmemory/hooks/user_prompt.py
notionmemory/providers/__init__.py
notionmemory/providers/base.py
notionmemory/providers/claude.py
notionmemory/providers/codex.py
notionmemory/providers/kimi.py
notionmemory/providers/opencode/__init__.py
notionmemory/providers/opencode/bundle/plugin.ts
notionmemory/providers/pi/__init__.py
notionmemory/providers/pi/bundle/index.ts
notionmemory/skills/__init__.py
notionmemory/skills/git/__init__.py
notionmemory/skills/git/flusher.py
notionmemory/skills/git/hooks.py
notionmemory/skills/git/queue.py
notionmemory/skills/git/skill.py
notionmemory/skills/library/__init__.py
notionmemory/skills/library/crawl.py
notionmemory/skills/library/index.py
notionmemory/skills/library/retrieve.py
notionmemory/skills/library/skill.py
notionmemory/skills/memory/__init__.py
notionmemory/skills/memory/autorun.py
notionmemory/skills/memory/consolidate.py
notionmemory/skills/memory/consolidation_queue.py
notionmemory/skills/memory/mem_index.py
notionmemory/skills/memory/notion_db.py
notionmemory/skills/memory/reindex.py
notionmemory/skills/memory/skill.py
notionmemory/skills/memory/store.py
notionmemory/skills/memory/transcripts.py
notionmemory/skills/templates/__init__.py
notionmemory/skills/templates/coerce.py
notionmemory/skills/templates/document.py
notionmemory/skills/templates/filters.py
notionmemory/skills/templates/introspect.py
notionmemory/skills/templates/profile.py
notionmemory/skills/templates/render.py
notionmemory/skills/templates/skill.py
notionmemory/skills/templates/store.py
notionmemory/skills/templates/types.py
notionmemory/web/__init__.py
notionmemory/web/jobs.py
notionmemory/web/server.py
notionmemory/web/assets/app.js
notionmemory/web/assets/design.css
notionmemory/web/assets/i18n.json
notionmemory/web/assets/index.html
notionmemory/web/assets/styles.css
tests/test_app.py
tests/test_artifact_contract.py
tests/test_cli.py
tests/test_cli_git.py
tests/test_cli_kimi.py
tests/test_cli_language.py
tests/test_cli_library.py
tests/test_cli_opencode.py
tests/test_cli_pi.py
tests/test_cli_status_version.py
tests/test_cli_templates.py
tests/test_cli_version.py
tests/test_install_language.py
tests/test_install_skip_skills.py
tests/test_onboarding_cli_i18n.py
tests/test_packaging.py
tests/test_plugin_manifests.py
tests/test_skill_md.py
tests/test_templates_document.py
tests/test_templates_document_live.py