6 Commits

Author SHA1 Message Date
Jacob Schmidt
75852eac83 Update README env vars and remove stale Python sidecar references
- Replace JOURNAL_DATABASE_DIR with JOURNAL_DATA_DIR (matches devtool.json)
- Update JOURNAL_AI_PROVIDER options to none/llamasharp (no more python-sidecar)
- Remove JOURNAL_NLP_BACKEND, JOURNAL_PYTHON_EXE, JOURNAL_AI_SIDECAR_PATH, JOURNAL_AI_TIMEOUT_MS
- Add SDT_ENV_PROFILE and SDT_LOG_LEVEL env vars
- Update architecture diagram: LlamaSharpAiService, remove PythonSidecarClient
- Update DI registrations to match current code
- Add full SDT workflow table, env profiles section
- Remove legacy Python vault parity note

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-02 20:22:58 -06:00
Jacob Schmidt
6482382572 Update README to reflect monorepo structure
- Rewrite repository layout with all current projects and config files
- Replace broken scripts/*.ps1 references with direct dotnet/npm commands
- Add Journal.AI to project table and dependency list
- Document central package management (Directory.Build/Packages.props)
- Update npm commands to use workspace flags (-w Journal.App)
- Rename Scripts section to SDT DevTool, reference Journal.DevTool/scripts/
- Remove stale notes about WebGateway exclusion from slnx

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-02 20:12:13 -06:00
Jacob Schmidt
941cafba39 Update README for SQLCipher-first backend and current frontend/sidecar behavior 2026-02-28 18:41:45 -06:00
Jacob Schmidt
aafb08e63f Backend cleanup: remove schema file bootstrap and finalize SQLCipher-only DB init 2026-02-28 17:49:18 -06:00
Jacob Schmidt
f6ff9d2acb Simplify vault/config APIs for SQLCipher-first storage model 2026-02-28 17:37:54 -06:00
Jacob Schmidt
53078c351a Initial commit: Journal.Core library + Sidecar console app 2026-02-27 22:31:37 -06:00