diff --git a/.gitea/workflows/notegraph-deploy.yml.disabled b/privat/andreknie-privat/.gitea/workflows/notegraph-deploy.yml.disabled similarity index 100% rename from .gitea/workflows/notegraph-deploy.yml.disabled rename to privat/andreknie-privat/.gitea/workflows/notegraph-deploy.yml.disabled diff --git a/privat/NoteGraph/.env.example b/privat/andreknie-privat/NoteGraph/.env.example similarity index 100% rename from privat/NoteGraph/.env.example rename to privat/andreknie-privat/NoteGraph/.env.example diff --git a/privat/NoteGraph/.gitignore b/privat/andreknie-privat/NoteGraph/.gitignore similarity index 100% rename from privat/NoteGraph/.gitignore rename to privat/andreknie-privat/NoteGraph/.gitignore diff --git a/privat/NoteGraph/COMPONENT.md b/privat/andreknie-privat/NoteGraph/COMPONENT.md similarity index 100% rename from privat/NoteGraph/COMPONENT.md rename to privat/andreknie-privat/NoteGraph/COMPONENT.md diff --git a/privat/NoteGraph/Caddyfile b/privat/andreknie-privat/NoteGraph/Caddyfile similarity index 100% rename from privat/NoteGraph/Caddyfile rename to privat/andreknie-privat/NoteGraph/Caddyfile diff --git a/privat/NoteGraph/DEPLOY.md b/privat/andreknie-privat/NoteGraph/DEPLOY.md similarity index 100% rename from privat/NoteGraph/DEPLOY.md rename to privat/andreknie-privat/NoteGraph/DEPLOY.md diff --git a/privat/NoteGraph/README.md b/privat/andreknie-privat/NoteGraph/README.md similarity index 100% rename from privat/NoteGraph/README.md rename to privat/andreknie-privat/NoteGraph/README.md diff --git a/privat/NoteGraph/TODO-REDO.md b/privat/andreknie-privat/NoteGraph/TODO-REDO.md similarity index 100% rename from privat/NoteGraph/TODO-REDO.md rename to privat/andreknie-privat/NoteGraph/TODO-REDO.md diff --git a/privat/NoteGraph/docker-compose.yml b/privat/andreknie-privat/NoteGraph/docker-compose.yml similarity index 100% rename from privat/NoteGraph/docker-compose.yml rename to privat/andreknie-privat/NoteGraph/docker-compose.yml diff --git a/privat/NoteGraph/ingestion/Dockerfile b/privat/andreknie-privat/NoteGraph/ingestion/Dockerfile similarity index 100% rename from privat/NoteGraph/ingestion/Dockerfile rename to privat/andreknie-privat/NoteGraph/ingestion/Dockerfile diff --git a/privat/NoteGraph/ingestion/__init__.py b/privat/andreknie-privat/NoteGraph/ingestion/__init__.py similarity index 100% rename from privat/NoteGraph/ingestion/__init__.py rename to privat/andreknie-privat/NoteGraph/ingestion/__init__.py diff --git a/privat/NoteGraph/ingestion/__main__.py b/privat/andreknie-privat/NoteGraph/ingestion/__main__.py similarity index 100% rename from privat/NoteGraph/ingestion/__main__.py rename to privat/andreknie-privat/NoteGraph/ingestion/__main__.py diff --git a/privat/NoteGraph/ingestion/cli.py b/privat/andreknie-privat/NoteGraph/ingestion/cli.py similarity index 100% rename from privat/NoteGraph/ingestion/cli.py rename to privat/andreknie-privat/NoteGraph/ingestion/cli.py diff --git a/privat/NoteGraph/ingestion/config.py b/privat/andreknie-privat/NoteGraph/ingestion/config.py similarity index 100% rename from privat/NoteGraph/ingestion/config.py rename to privat/andreknie-privat/NoteGraph/ingestion/config.py diff --git a/privat/NoteGraph/ingestion/discovery.py b/privat/andreknie-privat/NoteGraph/ingestion/discovery.py similarity index 100% rename from privat/NoteGraph/ingestion/discovery.py rename to privat/andreknie-privat/NoteGraph/ingestion/discovery.py diff --git a/privat/NoteGraph/ingestion/enrichment/__init__.py b/privat/andreknie-privat/NoteGraph/ingestion/enrichment/__init__.py similarity index 100% rename from privat/NoteGraph/ingestion/enrichment/__init__.py rename to privat/andreknie-privat/NoteGraph/ingestion/enrichment/__init__.py diff --git a/privat/NoteGraph/ingestion/enrichment/agent.py b/privat/andreknie-privat/NoteGraph/ingestion/enrichment/agent.py similarity index 100% rename from privat/NoteGraph/ingestion/enrichment/agent.py rename to privat/andreknie-privat/NoteGraph/ingestion/enrichment/agent.py diff --git a/privat/NoteGraph/ingestion/enrichment/models.py b/privat/andreknie-privat/NoteGraph/ingestion/enrichment/models.py similarity index 100% rename from privat/NoteGraph/ingestion/enrichment/models.py rename to privat/andreknie-privat/NoteGraph/ingestion/enrichment/models.py diff --git a/privat/NoteGraph/ingestion/enrichment/prompts.py b/privat/andreknie-privat/NoteGraph/ingestion/enrichment/prompts.py similarity index 100% rename from privat/NoteGraph/ingestion/enrichment/prompts.py rename to privat/andreknie-privat/NoteGraph/ingestion/enrichment/prompts.py diff --git a/privat/NoteGraph/ingestion/extraction/__init__.py b/privat/andreknie-privat/NoteGraph/ingestion/extraction/__init__.py similarity index 100% rename from privat/NoteGraph/ingestion/extraction/__init__.py rename to privat/andreknie-privat/NoteGraph/ingestion/extraction/__init__.py diff --git a/privat/NoteGraph/ingestion/extraction/base.py b/privat/andreknie-privat/NoteGraph/ingestion/extraction/base.py similarity index 100% rename from privat/NoteGraph/ingestion/extraction/base.py rename to privat/andreknie-privat/NoteGraph/ingestion/extraction/base.py diff --git a/privat/NoteGraph/ingestion/extraction/docx.py b/privat/andreknie-privat/NoteGraph/ingestion/extraction/docx.py similarity index 100% rename from privat/NoteGraph/ingestion/extraction/docx.py rename to privat/andreknie-privat/NoteGraph/ingestion/extraction/docx.py diff --git a/privat/NoteGraph/ingestion/extraction/ocr.py b/privat/andreknie-privat/NoteGraph/ingestion/extraction/ocr.py similarity index 100% rename from privat/NoteGraph/ingestion/extraction/ocr.py rename to privat/andreknie-privat/NoteGraph/ingestion/extraction/ocr.py diff --git a/privat/NoteGraph/ingestion/extraction/pdf.py b/privat/andreknie-privat/NoteGraph/ingestion/extraction/pdf.py similarity index 100% rename from privat/NoteGraph/ingestion/extraction/pdf.py rename to privat/andreknie-privat/NoteGraph/ingestion/extraction/pdf.py diff --git a/privat/NoteGraph/ingestion/extraction/text.py b/privat/andreknie-privat/NoteGraph/ingestion/extraction/text.py similarity index 100% rename from privat/NoteGraph/ingestion/extraction/text.py rename to privat/andreknie-privat/NoteGraph/ingestion/extraction/text.py diff --git a/privat/NoteGraph/ingestion/integrations/__init__.py b/privat/andreknie-privat/NoteGraph/ingestion/integrations/__init__.py similarity index 100% rename from privat/NoteGraph/ingestion/integrations/__init__.py rename to privat/andreknie-privat/NoteGraph/ingestion/integrations/__init__.py diff --git a/privat/NoteGraph/ingestion/integrations/git.py b/privat/andreknie-privat/NoteGraph/ingestion/integrations/git.py similarity index 100% rename from privat/NoteGraph/ingestion/integrations/git.py rename to privat/andreknie-privat/NoteGraph/ingestion/integrations/git.py diff --git a/privat/NoteGraph/ingestion/integrations/llm.py b/privat/andreknie-privat/NoteGraph/ingestion/integrations/llm.py similarity index 100% rename from privat/NoteGraph/ingestion/integrations/llm.py rename to privat/andreknie-privat/NoteGraph/ingestion/integrations/llm.py diff --git a/privat/NoteGraph/ingestion/integrations/nextcloud.py b/privat/andreknie-privat/NoteGraph/ingestion/integrations/nextcloud.py similarity index 100% rename from privat/NoteGraph/ingestion/integrations/nextcloud.py rename to privat/andreknie-privat/NoteGraph/ingestion/integrations/nextcloud.py diff --git a/privat/NoteGraph/ingestion/integrations/orgmylife.py b/privat/andreknie-privat/NoteGraph/ingestion/integrations/orgmylife.py similarity index 100% rename from privat/NoteGraph/ingestion/integrations/orgmylife.py rename to privat/andreknie-privat/NoteGraph/ingestion/integrations/orgmylife.py diff --git a/privat/NoteGraph/ingestion/linking/__init__.py b/privat/andreknie-privat/NoteGraph/ingestion/linking/__init__.py similarity index 100% rename from privat/NoteGraph/ingestion/linking/__init__.py rename to privat/andreknie-privat/NoteGraph/ingestion/linking/__init__.py diff --git a/privat/NoteGraph/ingestion/linking/linker.py b/privat/andreknie-privat/NoteGraph/ingestion/linking/linker.py similarity index 100% rename from privat/NoteGraph/ingestion/linking/linker.py rename to privat/andreknie-privat/NoteGraph/ingestion/linking/linker.py diff --git a/privat/NoteGraph/ingestion/linking/stubs.py b/privat/andreknie-privat/NoteGraph/ingestion/linking/stubs.py similarity index 100% rename from privat/NoteGraph/ingestion/linking/stubs.py rename to privat/andreknie-privat/NoteGraph/ingestion/linking/stubs.py diff --git a/privat/NoteGraph/ingestion/output/__init__.py b/privat/andreknie-privat/NoteGraph/ingestion/output/__init__.py similarity index 100% rename from privat/NoteGraph/ingestion/output/__init__.py rename to privat/andreknie-privat/NoteGraph/ingestion/output/__init__.py diff --git a/privat/NoteGraph/ingestion/output/naming.py b/privat/andreknie-privat/NoteGraph/ingestion/output/naming.py similarity index 100% rename from privat/NoteGraph/ingestion/output/naming.py rename to privat/andreknie-privat/NoteGraph/ingestion/output/naming.py diff --git a/privat/NoteGraph/ingestion/output/renderer.py b/privat/andreknie-privat/NoteGraph/ingestion/output/renderer.py similarity index 100% rename from privat/NoteGraph/ingestion/output/renderer.py rename to privat/andreknie-privat/NoteGraph/ingestion/output/renderer.py diff --git a/privat/NoteGraph/ingestion/output/router.py b/privat/andreknie-privat/NoteGraph/ingestion/output/router.py similarity index 100% rename from privat/NoteGraph/ingestion/output/router.py rename to privat/andreknie-privat/NoteGraph/ingestion/output/router.py diff --git a/privat/NoteGraph/ingestion/pipeline.py b/privat/andreknie-privat/NoteGraph/ingestion/pipeline.py similarity index 100% rename from privat/NoteGraph/ingestion/pipeline.py rename to privat/andreknie-privat/NoteGraph/ingestion/pipeline.py diff --git a/privat/NoteGraph/ingestion/pyproject.toml b/privat/andreknie-privat/NoteGraph/ingestion/pyproject.toml similarity index 100% rename from privat/NoteGraph/ingestion/pyproject.toml rename to privat/andreknie-privat/NoteGraph/ingestion/pyproject.toml diff --git a/privat/NoteGraph/ingestion/tests/__init__.py b/privat/andreknie-privat/NoteGraph/ingestion/tests/__init__.py similarity index 100% rename from privat/NoteGraph/ingestion/tests/__init__.py rename to privat/andreknie-privat/NoteGraph/ingestion/tests/__init__.py diff --git a/privat/NoteGraph/ingestion/tests/conftest.py b/privat/andreknie-privat/NoteGraph/ingestion/tests/conftest.py similarity index 100% rename from privat/NoteGraph/ingestion/tests/conftest.py rename to privat/andreknie-privat/NoteGraph/ingestion/tests/conftest.py diff --git a/privat/NoteGraph/ingestion/tests/test_properties.py b/privat/andreknie-privat/NoteGraph/ingestion/tests/test_properties.py similarity index 100% rename from privat/NoteGraph/ingestion/tests/test_properties.py rename to privat/andreknie-privat/NoteGraph/ingestion/tests/test_properties.py diff --git a/privat/NoteGraph/ingestion/watcher.py b/privat/andreknie-privat/NoteGraph/ingestion/watcher.py similarity index 100% rename from privat/NoteGraph/ingestion/watcher.py rename to privat/andreknie-privat/NoteGraph/ingestion/watcher.py diff --git a/privat/NoteGraph/ingestion/web/__init__.py b/privat/andreknie-privat/NoteGraph/ingestion/web/__init__.py similarity index 100% rename from privat/NoteGraph/ingestion/web/__init__.py rename to privat/andreknie-privat/NoteGraph/ingestion/web/__init__.py diff --git a/privat/NoteGraph/ingestion/web/browse.py b/privat/andreknie-privat/NoteGraph/ingestion/web/browse.py similarity index 100% rename from privat/NoteGraph/ingestion/web/browse.py rename to privat/andreknie-privat/NoteGraph/ingestion/web/browse.py diff --git a/privat/NoteGraph/ingestion/web/upload.py b/privat/andreknie-privat/NoteGraph/ingestion/web/upload.py similarity index 100% rename from privat/NoteGraph/ingestion/web/upload.py rename to privat/andreknie-privat/NoteGraph/ingestion/web/upload.py diff --git a/privat/NoteGraph/notes/decisions/index.md b/privat/andreknie-privat/NoteGraph/notes/decisions/index.md similarity index 100% rename from privat/NoteGraph/notes/decisions/index.md rename to privat/andreknie-privat/NoteGraph/notes/decisions/index.md diff --git a/privat/NoteGraph/notes/inbox/2026-05-15-intro-jury-sitzung.md b/privat/andreknie-privat/NoteGraph/notes/inbox/2026-05-15-intro-jury-sitzung.md similarity index 100% rename from privat/NoteGraph/notes/inbox/2026-05-15-intro-jury-sitzung.md rename to privat/andreknie-privat/NoteGraph/notes/inbox/2026-05-15-intro-jury-sitzung.md diff --git a/privat/NoteGraph/notes/inbox/2026-05-18-remarkable-sync-ideas.md b/privat/andreknie-privat/NoteGraph/notes/inbox/2026-05-18-remarkable-sync-ideas.md similarity index 100% rename from privat/NoteGraph/notes/inbox/2026-05-18-remarkable-sync-ideas.md rename to privat/andreknie-privat/NoteGraph/notes/inbox/2026-05-18-remarkable-sync-ideas.md diff --git a/privat/NoteGraph/notes/inbox/capture.md b/privat/andreknie-privat/NoteGraph/notes/inbox/capture.md similarity index 100% rename from privat/NoteGraph/notes/inbox/capture.md rename to privat/andreknie-privat/NoteGraph/notes/inbox/capture.md diff --git a/privat/NoteGraph/notes/index.md b/privat/andreknie-privat/NoteGraph/notes/index.md similarity index 100% rename from privat/NoteGraph/notes/index.md rename to privat/andreknie-privat/NoteGraph/notes/index.md diff --git a/privat/NoteGraph/notes/meetings/index.md b/privat/andreknie-privat/NoteGraph/notes/meetings/index.md similarity index 100% rename from privat/NoteGraph/notes/meetings/index.md rename to privat/andreknie-privat/NoteGraph/notes/meetings/index.md diff --git a/privat/NoteGraph/notes/people/index.md b/privat/andreknie-privat/NoteGraph/notes/people/index.md similarity index 100% rename from privat/NoteGraph/notes/people/index.md rename to privat/andreknie-privat/NoteGraph/notes/people/index.md diff --git a/privat/NoteGraph/notes/projects/index.md b/privat/andreknie-privat/NoteGraph/notes/projects/index.md similarity index 100% rename from privat/NoteGraph/notes/projects/index.md rename to privat/andreknie-privat/NoteGraph/notes/projects/index.md diff --git a/privat/NoteGraph/notes/templates/meeting.md b/privat/andreknie-privat/NoteGraph/notes/templates/meeting.md similarity index 100% rename from privat/NoteGraph/notes/templates/meeting.md rename to privat/andreknie-privat/NoteGraph/notes/templates/meeting.md diff --git a/privat/NoteGraph/notes/templates/note.md b/privat/andreknie-privat/NoteGraph/notes/templates/note.md similarity index 100% rename from privat/NoteGraph/notes/templates/note.md rename to privat/andreknie-privat/NoteGraph/notes/templates/note.md diff --git a/shared/OrgMyLife/.dockerignore b/privat/andreknie-privat/OrgMyLife/.dockerignore similarity index 100% rename from shared/OrgMyLife/.dockerignore rename to privat/andreknie-privat/OrgMyLife/.dockerignore diff --git a/shared/OrgMyLife/.env.example b/privat/andreknie-privat/OrgMyLife/.env.example similarity index 100% rename from shared/OrgMyLife/.env.example rename to privat/andreknie-privat/OrgMyLife/.env.example diff --git a/shared/OrgMyLife/.gitignore b/privat/andreknie-privat/OrgMyLife/.gitignore similarity index 100% rename from shared/OrgMyLife/.gitignore rename to privat/andreknie-privat/OrgMyLife/.gitignore diff --git a/shared/OrgMyLife/.gitlab-ci.yml b/privat/andreknie-privat/OrgMyLife/.gitlab-ci.yml similarity index 100% rename from shared/OrgMyLife/.gitlab-ci.yml rename to privat/andreknie-privat/OrgMyLife/.gitlab-ci.yml diff --git a/shared/OrgMyLife/.kiro/steering/standards.md b/privat/andreknie-privat/OrgMyLife/.kiro/steering/standards.md similarity index 100% rename from shared/OrgMyLife/.kiro/steering/standards.md rename to privat/andreknie-privat/OrgMyLife/.kiro/steering/standards.md diff --git a/shared/OrgMyLife/AGENTS.md b/privat/andreknie-privat/OrgMyLife/AGENTS.md similarity index 100% rename from shared/OrgMyLife/AGENTS.md rename to privat/andreknie-privat/OrgMyLife/AGENTS.md diff --git a/shared/OrgMyLife/AI_TASKS.md b/privat/andreknie-privat/OrgMyLife/AI_TASKS.md similarity index 100% rename from shared/OrgMyLife/AI_TASKS.md rename to privat/andreknie-privat/OrgMyLife/AI_TASKS.md diff --git a/shared/OrgMyLife/ARCHITECTURE.md b/privat/andreknie-privat/OrgMyLife/ARCHITECTURE.md similarity index 100% rename from shared/OrgMyLife/ARCHITECTURE.md rename to privat/andreknie-privat/OrgMyLife/ARCHITECTURE.md diff --git a/shared/OrgMyLife/BACKLOG.md b/privat/andreknie-privat/OrgMyLife/BACKLOG.md similarity index 100% rename from shared/OrgMyLife/BACKLOG.md rename to privat/andreknie-privat/OrgMyLife/BACKLOG.md diff --git a/shared/OrgMyLife/COMPONENT.md b/privat/andreknie-privat/OrgMyLife/COMPONENT.md similarity index 100% rename from shared/OrgMyLife/COMPONENT.md rename to privat/andreknie-privat/OrgMyLife/COMPONENT.md diff --git a/shared/OrgMyLife/COMPONENTS.md b/privat/andreknie-privat/OrgMyLife/COMPONENTS.md similarity index 100% rename from shared/OrgMyLife/COMPONENTS.md rename to privat/andreknie-privat/OrgMyLife/COMPONENTS.md diff --git a/shared/OrgMyLife/DEPLOY.md b/privat/andreknie-privat/OrgMyLife/DEPLOY.md similarity index 100% rename from shared/OrgMyLife/DEPLOY.md rename to privat/andreknie-privat/OrgMyLife/DEPLOY.md diff --git a/shared/OrgMyLife/DONE_ISSUES.md b/privat/andreknie-privat/OrgMyLife/DONE_ISSUES.md similarity index 100% rename from shared/OrgMyLife/DONE_ISSUES.md rename to privat/andreknie-privat/OrgMyLife/DONE_ISSUES.md diff --git a/shared/OrgMyLife/Dockerfile b/privat/andreknie-privat/OrgMyLife/Dockerfile similarity index 100% rename from shared/OrgMyLife/Dockerfile rename to privat/andreknie-privat/OrgMyLife/Dockerfile diff --git a/shared/OrgMyLife/MIGRATION_TO_GITLAB.md b/privat/andreknie-privat/OrgMyLife/MIGRATION_TO_GITLAB.md similarity index 100% rename from shared/OrgMyLife/MIGRATION_TO_GITLAB.md rename to privat/andreknie-privat/OrgMyLife/MIGRATION_TO_GITLAB.md diff --git a/shared/OrgMyLife/PLAN.md b/privat/andreknie-privat/OrgMyLife/PLAN.md similarity index 100% rename from shared/OrgMyLife/PLAN.md rename to privat/andreknie-privat/OrgMyLife/PLAN.md diff --git a/shared/OrgMyLife/README.md b/privat/andreknie-privat/OrgMyLife/README.md similarity index 100% rename from shared/OrgMyLife/README.md rename to privat/andreknie-privat/OrgMyLife/README.md diff --git a/shared/OrgMyLife/RULES.md b/privat/andreknie-privat/OrgMyLife/RULES.md similarity index 100% rename from shared/OrgMyLife/RULES.md rename to privat/andreknie-privat/OrgMyLife/RULES.md diff --git a/shared/OrgMyLife/SPEC.md b/privat/andreknie-privat/OrgMyLife/SPEC.md similarity index 100% rename from shared/OrgMyLife/SPEC.md rename to privat/andreknie-privat/OrgMyLife/SPEC.md diff --git a/shared/OrgMyLife/STARTFRESH.md b/privat/andreknie-privat/OrgMyLife/STARTFRESH.md similarity index 100% rename from shared/OrgMyLife/STARTFRESH.md rename to privat/andreknie-privat/OrgMyLife/STARTFRESH.md diff --git a/shared/OrgMyLife/alembic.ini b/privat/andreknie-privat/OrgMyLife/alembic.ini similarity index 100% rename from shared/OrgMyLife/alembic.ini rename to privat/andreknie-privat/OrgMyLife/alembic.ini diff --git a/shared/OrgMyLife/alembic/README b/privat/andreknie-privat/OrgMyLife/alembic/README similarity index 100% rename from shared/OrgMyLife/alembic/README rename to privat/andreknie-privat/OrgMyLife/alembic/README diff --git a/shared/OrgMyLife/alembic/env.py b/privat/andreknie-privat/OrgMyLife/alembic/env.py similarity index 100% rename from shared/OrgMyLife/alembic/env.py rename to privat/andreknie-privat/OrgMyLife/alembic/env.py diff --git a/shared/OrgMyLife/alembic/script.py.mako b/privat/andreknie-privat/OrgMyLife/alembic/script.py.mako similarity index 100% rename from shared/OrgMyLife/alembic/script.py.mako rename to privat/andreknie-privat/OrgMyLife/alembic/script.py.mako diff --git a/shared/OrgMyLife/alembic/versions/003_add_agent_ready_columns.py b/privat/andreknie-privat/OrgMyLife/alembic/versions/003_add_agent_ready_columns.py similarity index 100% rename from shared/OrgMyLife/alembic/versions/003_add_agent_ready_columns.py rename to privat/andreknie-privat/OrgMyLife/alembic/versions/003_add_agent_ready_columns.py diff --git a/shared/OrgMyLife/alembic/versions/004_add_source_url.py b/privat/andreknie-privat/OrgMyLife/alembic/versions/004_add_source_url.py similarity index 100% rename from shared/OrgMyLife/alembic/versions/004_add_source_url.py rename to privat/andreknie-privat/OrgMyLife/alembic/versions/004_add_source_url.py diff --git a/shared/OrgMyLife/alembic/versions/005_add_call_items.py b/privat/andreknie-privat/OrgMyLife/alembic/versions/005_add_call_items.py similarity index 100% rename from shared/OrgMyLife/alembic/versions/005_add_call_items.py rename to privat/andreknie-privat/OrgMyLife/alembic/versions/005_add_call_items.py diff --git a/shared/OrgMyLife/alembic/versions/006_add_hidden_until.py b/privat/andreknie-privat/OrgMyLife/alembic/versions/006_add_hidden_until.py similarity index 100% rename from shared/OrgMyLife/alembic/versions/006_add_hidden_until.py rename to privat/andreknie-privat/OrgMyLife/alembic/versions/006_add_hidden_until.py diff --git a/shared/OrgMyLife/alembic/versions/007_add_conflict_columns.py b/privat/andreknie-privat/OrgMyLife/alembic/versions/007_add_conflict_columns.py similarity index 100% rename from shared/OrgMyLife/alembic/versions/007_add_conflict_columns.py rename to privat/andreknie-privat/OrgMyLife/alembic/versions/007_add_conflict_columns.py diff --git a/shared/OrgMyLife/alembic/versions/0ce1353d9433_add_position_to_tasks.py b/privat/andreknie-privat/OrgMyLife/alembic/versions/0ce1353d9433_add_position_to_tasks.py similarity index 100% rename from shared/OrgMyLife/alembic/versions/0ce1353d9433_add_position_to_tasks.py rename to privat/andreknie-privat/OrgMyLife/alembic/versions/0ce1353d9433_add_position_to_tasks.py diff --git a/shared/OrgMyLife/alembic/versions/28a023783522_add_source_id_to_tasks.py b/privat/andreknie-privat/OrgMyLife/alembic/versions/28a023783522_add_source_id_to_tasks.py similarity index 100% rename from shared/OrgMyLife/alembic/versions/28a023783522_add_source_id_to_tasks.py rename to privat/andreknie-privat/OrgMyLife/alembic/versions/28a023783522_add_source_id_to_tasks.py diff --git a/shared/OrgMyLife/alembic/versions/9d39809cb00a_initial_db.py b/privat/andreknie-privat/OrgMyLife/alembic/versions/9d39809cb00a_initial_db.py similarity index 100% rename from shared/OrgMyLife/alembic/versions/9d39809cb00a_initial_db.py rename to privat/andreknie-privat/OrgMyLife/alembic/versions/9d39809cb00a_initial_db.py diff --git a/shared/OrgMyLife/app/db/session.py b/privat/andreknie-privat/OrgMyLife/app/db/session.py similarity index 100% rename from shared/OrgMyLife/app/db/session.py rename to privat/andreknie-privat/OrgMyLife/app/db/session.py diff --git a/shared/OrgMyLife/app/main.py b/privat/andreknie-privat/OrgMyLife/app/main.py similarity index 100% rename from shared/OrgMyLife/app/main.py rename to privat/andreknie-privat/OrgMyLife/app/main.py diff --git a/shared/OrgMyLife/app/models.py b/privat/andreknie-privat/OrgMyLife/app/models.py similarity index 100% rename from shared/OrgMyLife/app/models.py rename to privat/andreknie-privat/OrgMyLife/app/models.py diff --git a/shared/OrgMyLife/app/services/backlog_sync.py b/privat/andreknie-privat/OrgMyLife/app/services/backlog_sync.py similarity index 100% rename from shared/OrgMyLife/app/services/backlog_sync.py rename to privat/andreknie-privat/OrgMyLife/app/services/backlog_sync.py diff --git a/shared/OrgMyLife/app/services/digest.py b/privat/andreknie-privat/OrgMyLife/app/services/digest.py similarity index 100% rename from shared/OrgMyLife/app/services/digest.py rename to privat/andreknie-privat/OrgMyLife/app/services/digest.py diff --git a/shared/OrgMyLife/app/services/email_sync.py b/privat/andreknie-privat/OrgMyLife/app/services/email_sync.py similarity index 100% rename from shared/OrgMyLife/app/services/email_sync.py rename to privat/andreknie-privat/OrgMyLife/app/services/email_sync.py diff --git a/shared/OrgMyLife/app/services/gmail_sync.py b/privat/andreknie-privat/OrgMyLife/app/services/gmail_sync.py similarity index 100% rename from shared/OrgMyLife/app/services/gmail_sync.py rename to privat/andreknie-privat/OrgMyLife/app/services/gmail_sync.py diff --git a/shared/OrgMyLife/app/services/nextcloud_sync.py b/privat/andreknie-privat/OrgMyLife/app/services/nextcloud_sync.py similarity index 100% rename from shared/OrgMyLife/app/services/nextcloud_sync.py rename to privat/andreknie-privat/OrgMyLife/app/services/nextcloud_sync.py diff --git a/shared/OrgMyLife/app/services/phone_extractor.py b/privat/andreknie-privat/OrgMyLife/app/services/phone_extractor.py similarity index 100% rename from shared/OrgMyLife/app/services/phone_extractor.py rename to privat/andreknie-privat/OrgMyLife/app/services/phone_extractor.py diff --git a/shared/OrgMyLife/app/services/prioritization.py b/privat/andreknie-privat/OrgMyLife/app/services/prioritization.py similarity index 100% rename from shared/OrgMyLife/app/services/prioritization.py rename to privat/andreknie-privat/OrgMyLife/app/services/prioritization.py diff --git a/shared/OrgMyLife/dismissed_tasks.json b/privat/andreknie-privat/OrgMyLife/dismissed_tasks.json similarity index 100% rename from shared/OrgMyLife/dismissed_tasks.json rename to privat/andreknie-privat/OrgMyLife/dismissed_tasks.json diff --git a/shared/OrgMyLife/docker-compose.yml b/privat/andreknie-privat/OrgMyLife/docker-compose.yml similarity index 100% rename from shared/OrgMyLife/docker-compose.yml rename to privat/andreknie-privat/OrgMyLife/docker-compose.yml diff --git a/shared/OrgMyLife/frontend/css/style.css b/privat/andreknie-privat/OrgMyLife/frontend/css/style.css similarity index 100% rename from shared/OrgMyLife/frontend/css/style.css rename to privat/andreknie-privat/OrgMyLife/frontend/css/style.css diff --git a/shared/OrgMyLife/frontend/index.html b/privat/andreknie-privat/OrgMyLife/frontend/index.html similarity index 100% rename from shared/OrgMyLife/frontend/index.html rename to privat/andreknie-privat/OrgMyLife/frontend/index.html diff --git a/shared/OrgMyLife/frontend/js/app.js b/privat/andreknie-privat/OrgMyLife/frontend/js/app.js similarity index 100% rename from shared/OrgMyLife/frontend/js/app.js rename to privat/andreknie-privat/OrgMyLife/frontend/js/app.js diff --git a/shared/OrgMyLife/pages/call-list-spec.md b/privat/andreknie-privat/OrgMyLife/pages/call-list-spec.md similarity index 100% rename from shared/OrgMyLife/pages/call-list-spec.md rename to privat/andreknie-privat/OrgMyLife/pages/call-list-spec.md diff --git a/shared/OrgMyLife/requirements.txt b/privat/andreknie-privat/OrgMyLife/requirements.txt similarity index 100% rename from shared/OrgMyLife/requirements.txt rename to privat/andreknie-privat/OrgMyLife/requirements.txt diff --git a/shared/OrgMyLife/sync-template.yml b/privat/andreknie-privat/OrgMyLife/sync-template.yml similarity index 100% rename from shared/OrgMyLife/sync-template.yml rename to privat/andreknie-privat/OrgMyLife/sync-template.yml diff --git a/shared/OrgMyLife/tests/conftest.py b/privat/andreknie-privat/OrgMyLife/tests/conftest.py similarity index 100% rename from shared/OrgMyLife/tests/conftest.py rename to privat/andreknie-privat/OrgMyLife/tests/conftest.py diff --git a/shared/OrgMyLife/tests/test_sync.py b/privat/andreknie-privat/OrgMyLife/tests/test_sync.py similarity index 100% rename from shared/OrgMyLife/tests/test_sync.py rename to privat/andreknie-privat/OrgMyLife/tests/test_sync.py diff --git a/shared/OrgMyLife/tests/test_tasks.py b/privat/andreknie-privat/OrgMyLife/tests/test_tasks.py similarity index 100% rename from shared/OrgMyLife/tests/test_tasks.py rename to privat/andreknie-privat/OrgMyLife/tests/test_tasks.py