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/calendar/SKILL.md
notionmemory/agent_skills/library/SKILL.md
notionmemory/agent_skills/memory/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_client.py
notionmemory/core/notion_markdown.py
notionmemory/core/paths.py
notionmemory/core/registry.py
notionmemory/core/skill_assets.py
notionmemory/core/skill_base.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_start.py
notionmemory/skills/__init__.py
notionmemory/skills/calendar/__init__.py
notionmemory/skills/calendar/notion_db.py
notionmemory/skills/calendar/routing.py
notionmemory/skills/calendar/skill.py
notionmemory/skills/calendar/store.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/notion_db.py
notionmemory/skills/memory/skill.py
notionmemory/skills/memory/store.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_calendar.py
tests/test_cli_git.py
tests/test_cli_library.py
tests/test_cli_templates.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