From 9b6a3576a2b482413982d64deef9d8736242b087 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 26 Feb 2026 18:49:24 +0100 Subject: [PATCH] fix(meta): update paths after projects dir relocation Replaced /var/home/jeroenschweitzer/Projects/ with /var/mnt/data/projects/ across 13 files (skills, docs, workshops, discussions). Co-Authored-By: Claude Opus 4.6 --- .claude/skills/pr-review/SKILL.md | 8 ++--- .../pr-review/references/reviewer-profiles.md | 2 +- docs/design/npc-patterns/the-mirror.md | 8 ++--- docs/discussions/decisions-restructure-si.md | 6 ++-- .../discussions/decisions-restructure-tyre.md | 14 ++++----- docs/sprints/sprint-8/joint.md | 8 ++--- .../pr-004-protocol-codec-review.md | 8 ++--- .../round1-dudley.md | 12 ++++---- .../round1-gestalt.md | 10 +++---- .../round1-tyre.md | 30 +++++++++---------- .../round2-gestalt.md | 18 +++++------ .../round2-synthesis.md | 20 ++++++------- .../sprint2-impact.md | 10 +++---- 13 files changed, 77 insertions(+), 77 deletions(-) diff --git a/.claude/skills/pr-review/SKILL.md b/.claude/skills/pr-review/SKILL.md index 08cb8d438..c69a5c049 100644 --- a/.claude/skills/pr-review/SKILL.md +++ b/.claude/skills/pr-review/SKILL.md @@ -72,12 +72,12 @@ raw diff to reviewers — cleaner context, better reviews. worktrees. Each team branch is checked out at: ``` -/var/home/jeroenschweitzer/Projects/settled-reach// +/var/mnt/data/projects/settled-reach// ``` For example, the `copy` branch lives at: ``` -/var/home/jeroenschweitzer/Projects/settled-reach/copy/content/dialogue/... +/var/mnt/data/projects/settled-reach/copy/content/dialogue/... ``` **All reviewer agents** (regardless of Bash access) should read source files @@ -92,10 +92,10 @@ worktree path. Example instruction for agents: ``` Read the changed files from the branch worktree. The branch is checked -out at: /var/home/jeroenschweitzer/Projects/settled-reach// +out at: /var/mnt/data/projects/settled-reach// For example, to read `content/dialogue/the-terminal/kael-davan.yaml`, -use: /var/home/jeroenschweitzer/Projects/settled-reach//content/dialogue/the-terminal/kael-davan.yaml +use: /var/mnt/data/projects/settled-reach//content/dialogue/the-terminal/kael-davan.yaml ``` Also tell agents to read relevant `decisions/*.md` files from the same diff --git a/.claude/skills/pr-review/references/reviewer-profiles.md b/.claude/skills/pr-review/references/reviewer-profiles.md index 701bbafba..8f9773fce 100644 --- a/.claude/skills/pr-review/references/reviewer-profiles.md +++ b/.claude/skills/pr-review/references/reviewer-profiles.md @@ -3,7 +3,7 @@ Use `model: sonnet` for all reviewers — sufficient for review, saves cost. **All agents read from worktree paths.** Each branch is checked out at: -`/var/home/jeroenschweitzer/Projects/settled-reach//` +`/var/mnt/data/projects/settled-reach//` Tell every reviewer agent to read source files from the worktree using the Read tool. Include the worktree base path and a list of changed files in diff --git a/docs/design/npc-patterns/the-mirror.md b/docs/design/npc-patterns/the-mirror.md index 7fb197614..7c489d525 100644 --- a/docs/design/npc-patterns/the-mirror.md +++ b/docs/design/npc-patterns/the-mirror.md @@ -626,7 +626,7 @@ In a world where everyone is hiding something, the one person who isn't becomes **End Pattern Specification.** **Files referenced:** -- `/var/home/jeroenschweitzer/Projects/settled-reach/copy/wiki/npcs/naia-tamm.md` — Reference implementation -- `/var/home/jeroenschweitzer/Projects/settled-reach/copy/decisions/content.md` — D-024 (10-axis model), D-028 (dialogue architecture), D-029 (entanglement ratio), D-032 (separate monologue pools), D-034 (THE FRIEND pattern), D-035 (tag taxonomy) -- `/var/home/jeroenschweitzer/Projects/settled-reach/copy/docs/workshops/v01-content-scoping/round2-gestalt.md` — Pattern definitions and NPC mapping -- `/var/home/jeroenschweitzer/Projects/settled-reach/copy/docs/workshops/v01-gap-analysis/round2-gestalt.md` — Unified observation system, character identity integration +- `/var/mnt/data/projects/settled-reach/copy/wiki/npcs/naia-tamm.md` — Reference implementation +- `/var/mnt/data/projects/settled-reach/copy/decisions/content.md` — D-024 (10-axis model), D-028 (dialogue architecture), D-029 (entanglement ratio), D-032 (separate monologue pools), D-034 (THE FRIEND pattern), D-035 (tag taxonomy) +- `/var/mnt/data/projects/settled-reach/copy/docs/workshops/v01-content-scoping/round2-gestalt.md` — Pattern definitions and NPC mapping +- `/var/mnt/data/projects/settled-reach/copy/docs/workshops/v01-gap-analysis/round2-gestalt.md` — Unified observation system, character identity integration diff --git a/docs/discussions/decisions-restructure-si.md b/docs/discussions/decisions-restructure-si.md index 41e69b0aa..4be76be1f 100644 --- a/docs/discussions/decisions-restructure-si.md +++ b/docs/discussions/decisions-restructure-si.md @@ -791,7 +791,7 @@ This path reduces risk by deferring sync tooling until domain split is validated **End of analysis.** **File locations:** -- Analysis: `/var/home/jeroenschweitzer/Projects/commonwealth/docs/discussions/decisions-restructure-si.md` -- Current monolith: `/var/home/jeroenschweitzer/Projects/commonwealth/DECISIONS.md` (474 lines) -- Current schema: `/var/home/jeroenschweitzer/Projects/commonwealth/db/schema.sql` +- Analysis: `/var/mnt/data/projects/commonwealth/docs/discussions/decisions-restructure-si.md` +- Current monolith: `/var/mnt/data/projects/commonwealth/DECISIONS.md` (474 lines) +- Current schema: `/var/mnt/data/projects/commonwealth/db/schema.sql` - Current tickets: 273 total (24 initiatives, 33 epics, 200 stories, 15 tasks, 1 bug) diff --git a/docs/discussions/decisions-restructure-tyre.md b/docs/discussions/decisions-restructure-tyre.md index 38faad377..b61c1ce2f 100644 --- a/docs/discussions/decisions-restructure-tyre.md +++ b/docs/discussions/decisions-restructure-tyre.md @@ -461,12 +461,12 @@ Assign me the sync script, schema additions, and Makefile targets. I can have Ph --- **File locations referenced:** -- This review: `/var/home/jeroenschweitzer/Projects/commonwealth/docs/discussions/decisions-restructure-tyre.md` -- Si's analysis: `/var/home/jeroenschweitzer/Projects/commonwealth/docs/discussions/decisions-restructure-si.md` -- Qatux's analysis: `/var/home/jeroenschweitzer/Projects/commonwealth/docs/discussions/decisions-restructure-qatux.md` -- Current schema: `/var/home/jeroenschweitzer/Projects/commonwealth/db/schema.sql` -- Current decisions: `/var/home/jeroenschweitzer/Projects/commonwealth/DECISIONS.md` -- Makefile: `/var/home/jeroenschweitzer/Projects/commonwealth/Makefile` -- SQLite connector: `/var/home/jeroenschweitzer/Projects/commonwealth/db/connectors/sqlite_connector.py` +- This review: `/var/mnt/data/projects/commonwealth/docs/discussions/decisions-restructure-tyre.md` +- Si's analysis: `/var/mnt/data/projects/commonwealth/docs/discussions/decisions-restructure-si.md` +- Qatux's analysis: `/var/mnt/data/projects/commonwealth/docs/discussions/decisions-restructure-qatux.md` +- Current schema: `/var/mnt/data/projects/commonwealth/db/schema.sql` +- Current decisions: `/var/mnt/data/projects/commonwealth/DECISIONS.md` +- Makefile: `/var/mnt/data/projects/commonwealth/Makefile` +- SQLite connector: `/var/mnt/data/projects/commonwealth/db/connectors/sqlite_connector.py` **End of technical review.** diff --git a/docs/sprints/sprint-8/joint.md b/docs/sprints/sprint-8/joint.md index 3d8052b43..b6403c4d2 100644 --- a/docs/sprints/sprint-8/joint.md +++ b/docs/sprints/sprint-8/joint.md @@ -119,7 +119,7 @@ None. All design decisions confirmed. If blockers arise during implementation, e ## Files Written -- /var/home/jeroenschweitzer/Projects/settled-reach/main/docs/sprints/sprint-8/server.md -- /var/home/jeroenschweitzer/Projects/settled-reach/main/docs/sprints/sprint-8/client.md -- /var/home/jeroenschweitzer/Projects/settled-reach/main/docs/sprints/sprint-8/audio.md -- /var/home/jeroenschweitzer/Projects/settled-reach/main/docs/sprints/sprint-8/joint.md +- /var/mnt/data/projects/settled-reach/main/docs/sprints/sprint-8/server.md +- /var/mnt/data/projects/settled-reach/main/docs/sprints/sprint-8/client.md +- /var/mnt/data/projects/settled-reach/main/docs/sprints/sprint-8/audio.md +- /var/mnt/data/projects/settled-reach/main/docs/sprints/sprint-8/joint.md diff --git a/docs/test-reports/pr-004-protocol-codec-review.md b/docs/test-reports/pr-004-protocol-codec-review.md index 67addbc93..0c21fdcc6 100644 --- a/docs/test-reports/pr-004-protocol-codec-review.md +++ b/docs/test-reports/pr-004-protocol-codec-review.md @@ -17,12 +17,12 @@ The core protocol implementation is sound and test coverage is strong for the ha ## Files Reviewed ### Core Implementation -- `/var/home/jeroenschweitzer/Projects/settled-reach/main/client/scripts/protocol/protocol.gd` (new, 114 lines) -- `/var/home/jeroenschweitzer/Projects/settled-reach/main/client/scripts/autoloads/sim_bridge.gd` (modified, +51 lines) -- `/var/home/jeroenschweitzer/Projects/settled-reach/main/server/tests/gen_fixtures.rs` (new, 63 lines) +- `/var/mnt/data/projects/settled-reach/main/client/scripts/protocol/protocol.gd` (new, 114 lines) +- `/var/mnt/data/projects/settled-reach/main/client/scripts/autoloads/sim_bridge.gd` (modified, +51 lines) +- `/var/mnt/data/projects/settled-reach/main/server/tests/gen_fixtures.rs` (new, 63 lines) ### Tests -- `/var/home/jeroenschweitzer/Projects/settled-reach/main/client/tests/test_protocol.gd` (new, 137 lines, 9 tests) +- `/var/mnt/data/projects/settled-reach/main/client/tests/test_protocol.gd` (new, 137 lines, 9 tests) ### Vendor Library (noted, not reviewed) - `client/addons/messagepack/messagepack.gd` (368 lines, third-party) diff --git a/docs/workshops/knowledge-graph-information-boundaries/round1-dudley.md b/docs/workshops/knowledge-graph-information-boundaries/round1-dudley.md index 5b0010e75..8aab59e31 100644 --- a/docs/workshops/knowledge-graph-information-boundaries/round1-dudley.md +++ b/docs/workshops/knowledge-graph-information-boundaries/round1-dudley.md @@ -833,9 +833,9 @@ if graph.entity_knowledge.len() > MAX_ENTITY_KNOWLEDGE { --- **Files referenced:** -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/npc/mod.rs` (lines 47-49: InformationInventory) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/bridge/types.rs` (line 26: entity_id) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/simulation/tier.rs` (tier system) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/architecture.md` (D-010, D-020, D-026, D-030) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/perception.md` (D-011, D-017) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/questions.md` (Q-016, Q-019) +- `/var/mnt/data/projects/settled-reach/planning/server/src/npc/mod.rs` (lines 47-49: InformationInventory) +- `/var/mnt/data/projects/settled-reach/planning/server/src/bridge/types.rs` (line 26: entity_id) +- `/var/mnt/data/projects/settled-reach/planning/server/src/simulation/tier.rs` (tier system) +- `/var/mnt/data/projects/settled-reach/planning/decisions/architecture.md` (D-010, D-020, D-026, D-030) +- `/var/mnt/data/projects/settled-reach/planning/decisions/perception.md` (D-011, D-017) +- `/var/mnt/data/projects/settled-reach/planning/decisions/questions.md` (Q-016, Q-019) diff --git a/docs/workshops/knowledge-graph-information-boundaries/round1-gestalt.md b/docs/workshops/knowledge-graph-information-boundaries/round1-gestalt.md index bdebc14f7..b085b84e8 100644 --- a/docs/workshops/knowledge-graph-information-boundaries/round1-gestalt.md +++ b/docs/workshops/knowledge-graph-information-boundaries/round1-gestalt.md @@ -727,8 +727,8 @@ Let's build this. --- **Files referenced:** -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/perception.md` (D-011, D-015-D-019) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/architecture.md` (D-010, D-026) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/content.md` (D-024, D-028, D-033) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/questions.md` (Q-016, Q-017) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/npc/mod.rs` (current NPC model) +- `/var/mnt/data/projects/settled-reach/planning/decisions/perception.md` (D-011, D-015-D-019) +- `/var/mnt/data/projects/settled-reach/planning/decisions/architecture.md` (D-010, D-026) +- `/var/mnt/data/projects/settled-reach/planning/decisions/content.md` (D-024, D-028, D-033) +- `/var/mnt/data/projects/settled-reach/planning/decisions/questions.md` (Q-016, Q-017) +- `/var/mnt/data/projects/settled-reach/planning/server/src/npc/mod.rs` (current NPC model) diff --git a/docs/workshops/knowledge-graph-information-boundaries/round1-tyre.md b/docs/workshops/knowledge-graph-information-boundaries/round1-tyre.md index c8f1666e8..838fd2362 100644 --- a/docs/workshops/knowledge-graph-information-boundaries/round1-tyre.md +++ b/docs/workshops/knowledge-graph-information-boundaries/round1-tyre.md @@ -879,18 +879,18 @@ KnowledgeGraph::last_change(&self) -> Option<(StableId, KnowledgeSource, u64)> ## Files Referenced -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/npc/mod.rs` -- Current NPC component model, InformationInventory placeholder (line 47-49) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/perception/mod.rs` -- PerceptionPlugin stub -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/bridge/types.rs` -- ObserverSnapshot, VisibleEntity, wire protocol types -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/simulation/movement.rs` -- TilePosition, WalkabilityMap, validate_movement -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/simulation/tier.rs` -- SimulationTier, ScopeTag, LastInteraction -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/src/cause_chain.rs` -- CauseChain, CauseKind (aligns with KnowledgeSource) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/server/Cargo.toml` -- Dependency inventory -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/architecture.md` -- D-010, D-020, D-026, D-030, D-031 -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/perception.md` -- D-011, D-015, D-017, D-018, D-033 -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/content.md` -- D-028, D-034, D-035 -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/questions.md` -- Q-016, Q-017, Q-018, Q-019 -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/audits/architecture-review-2026-02-11.md` -- Architecture review consensus -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/sprints/sprint-2/server.md` -- Sprint 2 server tasks -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/sprints/sprint-2/joint.md` -- Sprint 2 joint tasks, integration proof -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/workshop-brief.md` -- Workshop brief +- `/var/mnt/data/projects/settled-reach/planning/server/src/npc/mod.rs` -- Current NPC component model, InformationInventory placeholder (line 47-49) +- `/var/mnt/data/projects/settled-reach/planning/server/src/perception/mod.rs` -- PerceptionPlugin stub +- `/var/mnt/data/projects/settled-reach/planning/server/src/bridge/types.rs` -- ObserverSnapshot, VisibleEntity, wire protocol types +- `/var/mnt/data/projects/settled-reach/planning/server/src/simulation/movement.rs` -- TilePosition, WalkabilityMap, validate_movement +- `/var/mnt/data/projects/settled-reach/planning/server/src/simulation/tier.rs` -- SimulationTier, ScopeTag, LastInteraction +- `/var/mnt/data/projects/settled-reach/planning/server/src/cause_chain.rs` -- CauseChain, CauseKind (aligns with KnowledgeSource) +- `/var/mnt/data/projects/settled-reach/planning/server/Cargo.toml` -- Dependency inventory +- `/var/mnt/data/projects/settled-reach/planning/decisions/architecture.md` -- D-010, D-020, D-026, D-030, D-031 +- `/var/mnt/data/projects/settled-reach/planning/decisions/perception.md` -- D-011, D-015, D-017, D-018, D-033 +- `/var/mnt/data/projects/settled-reach/planning/decisions/content.md` -- D-028, D-034, D-035 +- `/var/mnt/data/projects/settled-reach/planning/decisions/questions.md` -- Q-016, Q-017, Q-018, Q-019 +- `/var/mnt/data/projects/settled-reach/planning/docs/audits/architecture-review-2026-02-11.md` -- Architecture review consensus +- `/var/mnt/data/projects/settled-reach/planning/docs/sprints/sprint-2/server.md` -- Sprint 2 server tasks +- `/var/mnt/data/projects/settled-reach/planning/docs/sprints/sprint-2/joint.md` -- Sprint 2 joint tasks, integration proof +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/workshop-brief.md` -- Workshop brief diff --git a/docs/workshops/knowledge-graph-information-boundaries/round2-gestalt.md b/docs/workshops/knowledge-graph-information-boundaries/round2-gestalt.md index 6e98377c3..3470ca58e 100644 --- a/docs/workshops/knowledge-graph-information-boundaries/round2-gestalt.md +++ b/docs/workshops/knowledge-graph-information-boundaries/round2-gestalt.md @@ -578,12 +578,12 @@ Let's build this. ## Files Referenced -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-tyre.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-dudley.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-paula.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-gestalt.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-si.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/perception.md` (D-011, D-015-D-019, D-033) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/content.md` (D-024, D-028, D-034, D-035) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/architecture.md` (D-010, D-020, D-026, D-030) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/questions.md` (Q-016, Q-017) +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-tyre.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-dudley.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-paula.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-gestalt.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-si.md` +- `/var/mnt/data/projects/settled-reach/planning/decisions/perception.md` (D-011, D-015-D-019, D-033) +- `/var/mnt/data/projects/settled-reach/planning/decisions/content.md` (D-024, D-028, D-034, D-035) +- `/var/mnt/data/projects/settled-reach/planning/decisions/architecture.md` (D-010, D-020, D-026, D-030) +- `/var/mnt/data/projects/settled-reach/planning/decisions/questions.md` (Q-016, Q-017) diff --git a/docs/workshops/knowledge-graph-information-boundaries/round2-synthesis.md b/docs/workshops/knowledge-graph-information-boundaries/round2-synthesis.md index 9c0b97beb..721e1ec34 100644 --- a/docs/workshops/knowledge-graph-information-boundaries/round2-synthesis.md +++ b/docs/workshops/knowledge-graph-information-boundaries/round2-synthesis.md @@ -1179,13 +1179,13 @@ That is actually elegant. --- **Files referenced:** -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/workshop-brief.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-dudley.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-gestalt.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-si.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-tyre.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-paula.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/architecture.md` (D-010, D-020, D-026, D-030, D-031) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/perception.md` (D-011, D-015, D-017, D-018, D-033) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/content.md` (D-024, D-028, D-034, D-035) -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/decisions/questions.md` (Q-016, Q-019) +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/workshop-brief.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-dudley.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-gestalt.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-si.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-tyre.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round1-paula.md` +- `/var/mnt/data/projects/settled-reach/planning/decisions/architecture.md` (D-010, D-020, D-026, D-030, D-031) +- `/var/mnt/data/projects/settled-reach/planning/decisions/perception.md` (D-011, D-015, D-017, D-018, D-033) +- `/var/mnt/data/projects/settled-reach/planning/decisions/content.md` (D-024, D-028, D-034, D-035) +- `/var/mnt/data/projects/settled-reach/planning/decisions/questions.md` (Q-016, Q-019) diff --git a/docs/workshops/knowledge-graph-information-boundaries/sprint2-impact.md b/docs/workshops/knowledge-graph-information-boundaries/sprint2-impact.md index e9b7f861b..ca51544a0 100644 --- a/docs/workshops/knowledge-graph-information-boundaries/sprint2-impact.md +++ b/docs/workshops/knowledge-graph-information-boundaries/sprint2-impact.md @@ -331,8 +331,8 @@ INSERT INTO ticket_deps (blocker_id, blocked_id) VALUES (361, 182); -- Knowledg **End of Sprint 2 Impact Summary** **Files referenced:** -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round2-synthesis.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/sprints/sprint-2/server.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/sprints/sprint-2/joint.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/docs/sprints/sprint-2/client.md` -- `/var/home/jeroenschweitzer/Projects/settled-reach/planning/db/connectors/ticket` (CLI used for ticket operations) +- `/var/mnt/data/projects/settled-reach/planning/docs/workshops/knowledge-graph-information-boundaries/round2-synthesis.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/sprints/sprint-2/server.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/sprints/sprint-2/joint.md` +- `/var/mnt/data/projects/settled-reach/planning/docs/sprints/sprint-2/client.md` +- `/var/mnt/data/projects/settled-reach/planning/db/connectors/ticket` (CLI used for ticket operations)