From a85c1d1c7e24fa2a83704234ba54c1590ada9274 Mon Sep 17 00:00:00 2001 From: stan44 Date: Sun, 22 Feb 2026 02:31:28 -0600 Subject: [PATCH] Update HOME --- WIKI_HOME.md => HOME.md | 118 ++++++++++++++++++++-------------------- 1 file changed, 59 insertions(+), 59 deletions(-) rename WIKI_HOME.md => HOME.md (96%) diff --git a/WIKI_HOME.md b/HOME.md similarity index 96% rename from WIKI_HOME.md rename to HOME.md index 52eee27..9a664d8 100644 --- a/WIKI_HOME.md +++ b/HOME.md @@ -1,59 +1,59 @@ -# Project Journal Wiki - -Welcome to the Project Journal documentation hub. - -Project Journal is an offline-first journaling system with encrypted monthly vaults, desktop + CLI workflows, and optional local AI support. - -## Wiki Pages - -Use these pages as your Gitea wiki starter set: - -- `Home` (this page) -- `Setup and Installation` (`WIKI_SETUP.md`) -- `CLI Reference` (`WIKI_CLI.md`) -- `Vaults and Data Handling` (`WIKI_VAULTS.md`) -- `C# Migration Status` (`WIKI_CSHARP_MIGRATION.md`) -- `Troubleshooting` (`WIKI_TROUBLESHOOTING.md`) -- `Development Workflow` (`WIKI_DEVELOPMENT_WORKFLOW.md`) - -## Quick Start (Python Baseline) - -### Windows (CPU default) - -```powershell -cd Project_Journal -py -3.14 -m venv .venv -.\.venv\Scripts\Activate.ps1 -python -m pip install --upgrade pip -python -m pip install --extra-index-url https://download.pytorch.org/whl/cpu -r requirements_cpu_only.txt -python .\journal\run_desktop.py -``` - -### Linux (CPU default) - -```bash -cd Project_Journal -python3.14 -m venv .venv -source .venv/bin/activate -python -m pip install --upgrade pip -python -m pip install --extra-index-url https://download.pytorch.org/whl/cpu -r requirements_cpu_only.txt -python ./journal/run_desktop.py -``` - -## Current Direction - -- Python backend remains the active baseline. -- C# backend migration is in progress in `journal-master/journal/`. -- Security posture target is HIPAA-capable architecture and safeguards (not a legal compliance certification claim). - -## Core References - -- Project readme: `README.md` -- Python CLI: `journal/cli/main.py` -- Python storage and vault logic: `journal/core/storage.py` -- C# backend readme: `journal-master/journal/README.md` -- C# minimal machine setup: `journal-master/journal/MINIMAL_MACHINE_SETUP.md` - -## Safety Notice - -Project Journal is a software tool and not a replacement for licensed mental health care, emergency services, or crisis intervention. +# Project Journal Wiki + +Welcome to the Project Journal documentation hub. + +Project Journal is an offline-first journaling system with encrypted monthly vaults, desktop + CLI workflows, and optional local AI support. + +## Wiki Pages + +Use these pages as your Gitea wiki starter set: + +- `Home` (this page) +- `Setup and Installation` (`WIKI_SETUP.md`) +- `CLI Reference` (`WIKI_CLI.md`) +- `Vaults and Data Handling` (`WIKI_VAULTS.md`) +- `C# Migration Status` (`WIKI_CSHARP_MIGRATION.md`) +- `Troubleshooting` (`WIKI_TROUBLESHOOTING.md`) +- `Development Workflow` (`WIKI_DEVELOPMENT_WORKFLOW.md`) + +## Quick Start (Python Baseline) + +### Windows (CPU default) + +```powershell +cd Project_Journal +py -3.14 -m venv .venv +.\.venv\Scripts\Activate.ps1 +python -m pip install --upgrade pip +python -m pip install --extra-index-url https://download.pytorch.org/whl/cpu -r requirements_cpu_only.txt +python .\journal\run_desktop.py +``` + +### Linux (CPU default) + +```bash +cd Project_Journal +python3.14 -m venv .venv +source .venv/bin/activate +python -m pip install --upgrade pip +python -m pip install --extra-index-url https://download.pytorch.org/whl/cpu -r requirements_cpu_only.txt +python ./journal/run_desktop.py +``` + +## Current Direction + +- Python backend remains the active baseline. +- C# backend migration is in progress in `journal-master/journal/`. +- Security posture target is HIPAA-capable architecture and safeguards (not a legal compliance certification claim). + +## Core References + +- Project readme: `README.md` +- Python CLI: `journal/cli/main.py` +- Python storage and vault logic: `journal/core/storage.py` +- C# backend readme: `journal-master/journal/README.md` +- C# minimal machine setup: `journal-master/journal/MINIMAL_MACHINE_SETUP.md` + +## Safety Notice + +Project Journal is a software tool and not a replacement for licensed mental health care, emergency services, or crisis intervention.