LICENSE
NOTICE
README.md
pyproject.toml
backend/__init__.py
backend/__version__.py
backend/cli.py
backend/client_config.py
backend/config.py
backend/connection.py
backend/desktop_server.py
backend/events.py
backend/git_manager.py
backend/hooks.py
backend/hooks_forward.py
backend/main.py
backend/mcp_server.py
backend/readme_generator.py
backend/renames.py
backend/share.py
backend/storage.py
backend/trash.py
backend/validator.py
backend/AiClientConfig/platforms.json
backend/AiClientConfig/agents/MyKnowledge-agent.md
backend/AiClientConfig/agents/SKILL.md
backend/AiClientConfig/agents/frontmatter.json
backend/AiClientConfig/hooks/ClaudeCode.json
backend/AiClientConfig/hooks/ClaudeDesktop.json
backend/AiClientConfig/hooks/CodeBuddyIDE.json
backend/AiClientConfig/hooks/Cursor.json
backend/AiClientConfig/hooks/Enchante.json
backend/AiClientConfig/hooks/WorkBuddy.json
backend/templates/common-knowledge.md
backend/templates/readme.md
backend/tools/__init__.py
frontend/__init__.py
frontend/build.py
frontend/check_build.py
frontend/index.html
frontend/index.standalone.html
frontend/tiptap-bundle.mjs
frontend/css/components.css
frontend/css/design-tokens.css
frontend/css/editor.css
frontend/css/layout.css
frontend/css/markdown-content.css
frontend/css/reset.css
frontend/css/sidebar.css
frontend/css/viewer.css
frontend/js/api.js
frontend/js/app.js
frontend/js/converter.js
frontend/js/renderer.js
frontend/js/router.js
frontend/js/splash.js
frontend/js/store.js
frontend/js/utils.js
frontend/js/components/dashboard.js
frontend/js/components/doc.js
frontend/js/components/editor.js
frontend/js/components/modal.js
frontend/js/components/project.js
frontend/js/components/sidebar.js
frontend/js/components/viewer.js
frontend/vendor/alpine.min.js
frontend/vendor/github-dark.min.css
frontend/vendor/github.min.css
frontend/vendor/highlight.js
frontend/vendor/marked.min.js
frontend/vendor/turndown.js
myknowledge.egg-info/PKG-INFO
myknowledge.egg-info/SOURCES.txt
myknowledge.egg-info/dependency_links.txt
myknowledge.egg-info/entry_points.txt
myknowledge.egg-info/requires.txt
myknowledge.egg-info/top_level.txt
tests/test_cli_config.py
tests/test_cli_doctor.py
tests/test_cli_help.py
tests/test_cli_init.py
tests/test_cli_rebuild.py
tests/test_client_config.py
tests/test_config.py
tests/test_connection.py
tests/test_dep_check.py
tests/test_diagnose.py
tests/test_events.py
tests/test_git_manager.py
tests/test_h11_regression.py
tests/test_heal.py
tests/test_hooks.py
tests/test_hooks_forward.py
tests/test_lock.py
tests/test_main.py
tests/test_mcp_maintenance.py
tests/test_mcp_server.py
tests/test_mcp_write.py
tests/test_nav_find.py
tests/test_project_status.py
tests/test_readme_generator.py
tests/test_ref_spaces.py
tests/test_renames.py
tests/test_share.py
tests/test_storage.py
tests/test_trash.py
tests/test_trash_index.py
tests/test_validator.py