@rizom/brain 0.1.1-alpha.7 → 0.1.1-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,8 +80,8 @@ cd brains
80
80
  # Install dependencies
81
81
  bun install
82
82
 
83
- # Navigate to team-brain
84
- cd apps/team-brain
83
+ # Navigate to your relay app
84
+ cd apps/my-relay
85
85
  ```
86
86
 
87
87
  ### Configuration
@@ -173,7 +173,7 @@ bun run matrix:setup # Interactive Matrix configuration
173
173
  ### Project Structure
174
174
 
175
175
  ```
176
- apps/team-brain/
176
+ apps/my-relay/
177
177
  ├── brain.config.ts # Main configuration
178
178
  ├── seed-content/ # Initial markdown content
179
179
  ├── scripts/ # Utility scripts
@@ -218,7 +218,7 @@ Configure Claude Desktop or another MCP client:
218
218
  "mcpServers": {
219
219
  "recall": {
220
220
  "command": "node",
221
- "args": ["/path/to/brains/apps/team-brain/brain.config.ts", "--mcp"]
221
+ "args": ["/path/to/brains/apps/my-relay/brain.yaml", "--mcp"]
222
222
  }
223
223
  }
224
224
  }