Skip to content

Commit 0f6b0da

Browse files
author
OpenSIN-AI
committed
chore: fix global-brain PCPM hooks (correct brainRepoPath)
1 parent a497fbb commit 0f6b0da

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.opencode/hooks/pcpm-after-run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# writes it back into the persistent brain stores.
55
# ALSO runs sin-brain auto-sync to keep global and local brain in sync.
66

7-
BRAIN_CLI="/Users/jeremy/dev/OpenSIN-documentation/src/cli.js"
8-
BRAIN_ROOT="/Users/jeremy/dev/OpenSIN-documentation"
7+
BRAIN_CLI="/Users/jeremy/dev/global-brain/src/cli.js"
8+
BRAIN_ROOT="/Users/jeremy/dev/global-brain"
99
PROJECT_ID="OpenSIN-documentation"
1010
SESSION_ID="session-$(date +%s)"
1111

.opencode/hooks/pcpm-before-run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Loads active context from the persistent brain and injects it
44
# into the current OpenCode session as a system-level preamble.
55

6-
BRAIN_CLI="/Users/jeremy/dev/OpenSIN-documentation/src/cli.js"
7-
BRAIN_ROOT="/Users/jeremy/dev/OpenSIN-documentation"
6+
BRAIN_CLI="/Users/jeremy/dev/global-brain/src/cli.js"
7+
BRAIN_ROOT="/Users/jeremy/dev/global-brain"
88
PROJECT_ID="OpenSIN-documentation"
99
GOAL_ID="default-goal"
1010
GOAL_DESC="Continue development"

.opencode/pcpm-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"onFailure": "/Users/jeremy/dev/OpenSIN-documentation/.opencode/hooks/pcpm-after-run.sh"
66
},
77
"pcpm": {
8-
"brainRepoPath": "/Users/jeremy/dev/OpenSIN-documentation",
8+
"brainRepoPath": "/Users/jeremy/dev/global-brain",
99
"projectId": "OpenSIN-documentation",
1010
"goalId": "default-goal",
1111
"goalDescription": "Continue development",

0 commit comments

Comments
 (0)