Skip to content

Commit e9bbbd8

Browse files
fidgetcodingruvnet
andcommitted
Fix stale references found by researcher agent
- docs/README-UPDATES.md: VAULT env var → VAULT_PATH (scripts check VAULT_PATH, not VAULT) - tests/install-flow-walkthrough.md: "ctg alias" → "ctg script"; update read -r -p → read -rsp note Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent 734b47c commit e9bbbd8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/README-UPDATES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ After Step 7d installs the Obsidian MCP server, you might see "internal error" m
117117

118118
### `cbrain` says it can't find my vault
119119

120-
The `cbrain` command searches a fixed list of common locations. If your vault isn't in one of these spots, set the `VAULT` environment variable:
120+
The `cbrain` command searches a fixed list of common locations. If your vault isn't in one of these spots, set the `VAULT_PATH` environment variable:
121121

122122
```bash
123-
VAULT=~/path/to/your/vault cbrain
123+
VAULT_PATH=~/path/to/your/vault cbrain
124124
```
125125

126126
Or add it permanently to your `~/.zshrc`:
127127
```bash
128-
export VAULT="$HOME/path/to/your/vault"
128+
export VAULT_PATH="$HOME/path/to/your/vault"
129129
```
130130

131131
### Status line doesn't show the brain emoji

tests/install-flow-walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ The `obsidian-mcp` npm package may return internal errors at runtime. This is an
220220

221221
| Section | Expected Behavior | Result |
222222
|---------|-------------------|--------|
223-
| Prerequisites | Checks claude, ctg alias, cbraintg | PASS |
223+
| Prerequisites | Checks claude, ctg script, cbraintg | PASS |
224224
| Existing config | No token file -- proceeds to prompt | PASS |
225-
| Token prompt (line 123) | Single `read -r -p` with skip message | PASS -- **BUG WAS FIXED** |
225+
| Token prompt (line 123) | Silent `read -rsp` with skip message (token hidden on paste) | PASS |
226226
| Empty input | Sets `SKIP_TOKEN=true`, continues | PASS |
227227
| Non-interactive (pipe) | `read` gets EOF, token is empty, skip path activates | PASS |
228228

0 commit comments

Comments
 (0)