LICENSE
README.md
pyproject.toml
supernote/__init__.py
supernote/alembic.ini
supernote/py.typed
supernote.egg-info/PKG-INFO
supernote.egg-info/SOURCES.txt
supernote.egg-info/dependency_links.txt
supernote.egg-info/entry_points.txt
supernote.egg-info/requires.txt
supernote.egg-info/top_level.txt
supernote/alembic/__init__.py
supernote/alembic/env.py
supernote/alembic/script.py.mako
supernote/alembic/versions/0543a383957b_initial_schema.py
supernote/cli/__init__.py
supernote/cli/admin.py
supernote/cli/client.py
supernote/cli/main.py
supernote/cli/notebook.py
supernote/cli/server.py
supernote/client/__init__.py
supernote/client/admin.py
supernote/client/api.py
supernote/client/api_model.py
supernote/client/auth.py
supernote/client/client.py
supernote/client/device.py
supernote/client/exceptions.py
supernote/client/extended.py
supernote/client/hashing.py
supernote/client/login_client.py
supernote/client/schedule.py
supernote/client/summary.py
supernote/client/web.py
supernote/models/__init__.py
supernote/models/auth.py
supernote/models/base.py
supernote/models/equipment.py
supernote/models/extended.py
supernote/models/file_common.py
supernote/models/file_device.py
supernote/models/file_web.py
supernote/models/schedule.py
supernote/models/summary.py
supernote/models/system.py
supernote/models/user.py
supernote/notebook/__init__.py
supernote/notebook/color.py
supernote/notebook/converter.py
supernote/notebook/decoder.py
supernote/notebook/exceptions.py
supernote/notebook/fileformat.py
supernote/notebook/manipulator.py
supernote/notebook/parser.py
supernote/notebook/utils.py
supernote/server/__init__.py
supernote/server/app.py
supernote/server/config.py
supernote/server/constants.py
supernote/server/events.py
supernote/server/exceptions.py
supernote/server/db/__init__.py
supernote/server/db/base.py
supernote/server/db/migrations.py
supernote/server/db/session.py
supernote/server/db/models/__init__.py
supernote/server/db/models/device.py
supernote/server/db/models/file.py
supernote/server/db/models/kv.py
supernote/server/db/models/login_record.py
supernote/server/db/models/note_processing.py
supernote/server/db/models/schedule.py
supernote/server/db/models/summary.py
supernote/server/db/models/user.py
supernote/server/mcp/__init__.py
supernote/server/mcp/models.py
supernote/server/mcp/server.py
supernote/server/resources/__init__.py
supernote/server/resources/prompts/__init__.py
supernote/server/resources/prompts/ocr/common/context.md
supernote/server/resources/prompts/ocr/common/legend.md
supernote/server/resources/prompts/ocr/daily/prompt.md
supernote/server/resources/prompts/ocr/default/system.md
supernote/server/resources/prompts/ocr/monthly/prompt.md
supernote/server/resources/prompts/ocr/weekly/prompt.md
supernote/server/resources/prompts/summary/common/instruction.md
supernote/server/resources/prompts/summary/daily/prompt.md
supernote/server/resources/prompts/summary/default/prompt.md
supernote/server/resources/prompts/summary/monthly/prompt.md
supernote/server/resources/prompts/summary/weekly/prompt.md
supernote/server/routes/admin.py
supernote/server/routes/auth.py
supernote/server/routes/decorators.py
supernote/server/routes/extended.py
supernote/server/routes/file_device.py
supernote/server/routes/file_web.py
supernote/server/routes/oss.py
supernote/server/routes/schedule.py
supernote/server/routes/summary.py
supernote/server/routes/system.py
supernote/server/services/__init__.py
supernote/server/services/blob.py
supernote/server/services/coordination.py
supernote/server/services/file.py
supernote/server/services/gemini.py
supernote/server/services/integrity.py
supernote/server/services/processor.py
supernote/server/services/prompt_loader.py
supernote/server/services/schedule.py
supernote/server/services/search.py
supernote/server/services/summary.py
supernote/server/services/user.py
supernote/server/services/vfs.py
supernote/server/services/processor_modules/__init__.py
supernote/server/services/processor_modules/gemini_embedding.py
supernote/server/services/processor_modules/gemini_ocr.py
supernote/server/services/processor_modules/page_hashing.py
supernote/server/services/processor_modules/png_conversion.py
supernote/server/services/processor_modules/summary.py
supernote/server/static/favicon.ico
supernote/server/static/index.html
supernote/server/static/style.css
supernote/server/static/js/main.js
supernote/server/static/js/api/client.js
supernote/server/static/js/components/FileCard.js
supernote/server/static/js/components/FileViewer.js
supernote/server/static/js/components/LoginCard.js
supernote/server/static/js/components/MoveModal.js
supernote/server/static/js/components/RenameModal.js
supernote/server/static/js/components/SummaryPanel.js
supernote/server/static/js/components/SystemPanel.js
supernote/server/static/js/composables/useFileSystem.js
supernote/server/utils/hashing.py
supernote/server/utils/note_content.py
supernote/server/utils/paths.py
supernote/server/utils/rate_limit.py
supernote/server/utils/tasks.py
supernote/server/utils/unique_id.py
supernote/server/utils/url_signer.py