From 31445ab5b2219cbeb9baaa01f8a56f775b72ed98 Mon Sep 17 00:00:00 2001 From: Daniel Bohlin Date: Sun, 26 Jul 2026 13:29:47 +0200 Subject: [PATCH 1/2] chore: use $DOC_ROOT for the backlog path in mission.md The backlog path was hardcoded to c:\Users\danie\SynologyDrive\..., which only resolves on one machine under one account. Shared instructions say to resolve $DOC_ROOT from ~/.claude/settings.json, where it is defined. --- .claude/mission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/mission.md b/.claude/mission.md index a1d9d21..c9653e3 100644 --- a/.claude/mission.md +++ b/.claude/mission.md @@ -7,6 +7,6 @@ Caching library with MongoDB backend support, cache partitioning, and a Blazor m ## External References - **Shared instructions**: `$DOC_ROOT/Tharga/shared-instructions.md` - **Plan directory**: `$DOC_ROOT/Tharga/plans/Toolkit/Cache` -- **Backlog**: `c:\Users\danie\SynologyDrive\Documents\Notes\Tharga\Toolkit\Cache.md` +- **Backlog**: `$DOC_ROOT/Tharga/Toolkit/Cache.md` - **Incoming requests**: `c:\Users\danie\SynologyDrive\Documents\Notes\Tharga\Requests.md` — check for pending requests for this project on startup - **Eplicta requests**: `$DEV_ROOT/Eplicta/plan/requests.md` — check for requests from Eplicta on startup From 2c64563156aca7def7eb193b9549080524f957ce Mon Sep 17 00:00:00 2001 From: Daniel Bohlin Date: Sun, 26 Jul 2026 13:47:37 +0200 Subject: [PATCH 2/2] chore: list the CI workflow and LICENSE in solution items The GitHub Actions workflow was not reachable from the solution, so editing it meant leaving the IDE. LICENSE likewise. Both are now listed under Solution Items. --- Tharga.Cache.sln | 1 + 1 file changed, 1 insertion(+) diff --git a/Tharga.Cache.sln b/Tharga.Cache.sln index 4e7182f..4792b68 100644 --- a/Tharga.Cache.sln +++ b/Tharga.Cache.sln @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .github\workflows\build.yml = .github\workflows\build.yml LICENSE = LICENSE + LICENSE = LICENSE README.md = README.md switcher.json = switcher.json EndProjectSection