LICENSE
NOTICE
README.md
pyproject.toml
atlas_mind.egg-info/PKG-INFO
atlas_mind.egg-info/SOURCES.txt
atlas_mind.egg-info/dependency_links.txt
atlas_mind.egg-info/entry_points.txt
atlas_mind.egg-info/requires.txt
atlas_mind.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/config.py
src/store.py
src/build/__init__.py
src/build/__main__.py
src/build/assets.py
src/build/parse.py
src/build/paths.py
src/build/render.py
src/server/__init__.py
src/server/__main__.py
src/server/constants.py
src/server/context.py
src/server/extensions.py
src/server/totp.py
src/server/app/__init__.py
src/server/app/handler.py
src/server/app/router.py
src/server/app/routes_table.py
src/server/pure/__init__.py
src/server/pure/acl.py
src/server/pure/auth.py
src/server/pure/contradictions.py
src/server/pure/contradictions_store.py
src/server/pure/docs.py
src/server/pure/git_history.py
src/server/pure/hive.py
src/server/pure/mcp_call.py
src/server/pure/notes_md.py
src/server/pure/params.py
src/server/pure/queries.py
src/server/pure/todos_md.py
src/server/render/__init__.py
src/server/render/i18n.py
src/server/render/mcp_tools.py
src/server/render/pages.py
src/server/render/search_cache.py
src/server/routes/__init__.py
src/server/routes/account.py
src/server/routes/acl.py
src/server/routes/admin.py
src/server/routes/apiv1.py
src/server/routes/auth.py
src/server/routes/docs.py
src/server/routes/hive.py
src/server/routes/invite.py
src/server/routes/mcp.py
src/server/routes/notes.py
src/server/routes/setup.py
src/server/routes/share.py
src/server/routes/system.py
src/server/routes/todos.py
src/server/services/__init__.py
src/server/services/git_sync.py
src/server/services/lockout.py
src/server/services/rate_limit.py
src/server/services/reload_hub.py
src/server/services/remote_sync.py
src/server/services/setup_token.py
src/server/services/update_check.py
src/templates/contact.md
src/templates/decision.md
src/templates/guide.md
src/templates/lecture.md
src/templates/note.md
src/templates/projet.md
src/templates/retro.md
src/templates/reunion.md
src/templates/spec.md
src/templates/zettel.md
src/web/icon.svg
src/web/mcp-tools.json
src/web/sw.js
src/web/viewer.html
src/web/i18n/en.json
src/web/i18n/fr.json
src/web/js/00-data-csrf.js
src/web/js/01-i18n-state.js
src/web/js/02-avatar.js
src/web/js/02-content-tree.js
src/web/js/03-markdown.js
src/web/js/04-toc-tasks.js
src/web/js/05-backlinks-notes.js
src/web/js/06-view-history.js
src/web/js/07-frames.js
src/web/js/08-tags.js
src/web/js/09-editor.js
src/web/js/10-home-layout.js
src/web/js/11-palette-pins.js
src/web/js/12-tasks-graph.js
src/web/js/13-combobox.js
src/web/js/13-todos.js
src/web/js/14-dialogs.js
src/web/js/15-reset-pw.js
src/web/js/16-settings.js
src/web/js/17-qr.js
src/web/js/18-totp.js
src/web/js/19-newfile.js
src/web/js/20-acl.js
src/web/js/21-activity.js
src/web/js/99-bootstrap.js
src/web/jsfmt/eslint.config.mjs
src/web/jsfmt/package.json
src/web/pages/invite.html
src/web/pages/login.html
src/web/pages/setup.html
src/web/pages/share-error.html
src/web/pages/share.html
src/web/partials/00-shell.html
src/web/partials/01-overlays.html
src/web/partials/02-widgets.html
src/web/partials/03-dialogs.html
src/web/partials/04-forms.html
src/web/partials/05-settings.html
src/web/partials/06-totp.html
src/web/styles/00-base.css
src/web/styles/01-tree.css
src/web/styles/02-prose.css
src/web/styles/03-panels.css
src/web/styles/04-editor.css
src/web/styles/05-admin.css
src/web/styles/06-mobile.css
src/web/styles/07-notes.css
src/web/styles/08-avatar.css
src/web/tailwind/extract-safelist.py
src/web/tailwind/input.css
src/web/tailwind/package-lock.json
src/web/tailwind/package.json
src/web/tailwind/safelist.txt
src/web/tailwind/tailwind.config.cjs
src/web/vendor/LICENSES.md
src/web/vendor/fonts.css
src/web/vendor/highlight-github-dark.min.css
src/web/vendor/highlight.min.js
src/web/vendor/mammoth.min.js
src/web/vendor/marked.min.js
src/web/vendor/minisearch.min.js
src/web/vendor/pako.min.js
src/web/vendor/purify.min.js
src/web/vendor/tailwind.css
src/web/vendor/fonts/OFL.txt
src/web/vendor/fonts/corinthia-latin-700.woff2
src/web/vendor/fonts/corinthia-latin-ext-700.woff2
src/web/vendor/fonts/corinthia-latin-ext.woff2
src/web/vendor/fonts/corinthia-latin.woff2
src/web/vendor/fonts/jetbrains-mono-latin-ext.woff2
src/web/vendor/fonts/jetbrains-mono-latin.woff2
src/web/vendor/fonts/lora-italic-latin-ext.woff2
src/web/vendor/fonts/lora-italic-latin.woff2
src/web/vendor/fonts/lora-latin-ext.woff2
src/web/vendor/fonts/lora-latin.woff2
src/web/vendor/fonts/manrope-latin-ext.woff2
src/web/vendor/fonts/manrope-latin.woff2
src/web/vendor/fonts/rubik-80s-fade-latin-ext.woff2
src/web/vendor/fonts/rubik-80s-fade-latin.woff2
tests/test_acl.py
tests/test_acl_api.py
tests/test_acl_mcp.py
tests/test_acl_unit.py
tests/test_activity.py
tests/test_admin.py
tests/test_attribution.py
tests/test_auth_hardening.py
tests/test_avatar.py
tests/test_branding.py
tests/test_browse.py
tests/test_build_contract.py
tests/test_build_offline_acl.py
tests/test_cli.py
tests/test_cli_tokens.py
tests/test_cloud_filestore.py
tests/test_commit_subjects.py
tests/test_config.py
tests/test_contradictions_compare.py
tests/test_contradictions_extract.py
tests/test_contradictions_fuzzy.py
tests/test_contradictions_golden.py
tests/test_contradictions_parsers.py
tests/test_contradictions_store.py
tests/test_contradictions_subject.py
tests/test_contradictions_verdict.py
tests/test_deploy_image.py
tests/test_extensions.py
tests/test_files.py
tests/test_git_sync_attribution.py
tests/test_history.py
tests/test_hive.py
tests/test_i18n.py
tests/test_mcp_history.py
tests/test_mcp_tools.py
tests/test_misc.py
tests/test_notes.py
tests/test_packaging.py
tests/test_repo_bootstrap.py
tests/test_route_guards.py
tests/test_share_page.py
tests/test_smoke.py
tests/test_tasks.py
tests/test_templates.py
tests/test_todo_categories.py
tests/test_todos.py
tests/test_token_namespacing.py
tests/test_vendoring.py