Skip to content

Commit 063417e

Browse files
author
Eddy Edge
committed
Use home-relative paths in scrapebugs references.
Replace user-specific absolute paths with ~/git-based paths so guidance remains portable across developer environments. Made-with: Cursor
1 parent 57ea8ff commit 063417e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cursor/commands/scrapebugs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ Rules ready to add to review subagents:
301301
302302
To add these rules to review subagents, run:
303303
`/scraperev` with manual review, or manually add selected rules to:
304-
- `/Users/paul/git/edge-conventions/.cursor/agents/review-errors.md`
305-
- `/Users/paul/git/edge-conventions/.cursor/agents/review-react.md`
304+
- `~/git/edge-conventions/.cursor/agents/review-errors.md`
305+
- `~/git/edge-conventions/.cursor/agents/review-react.md`
306306
- etc.
307307
```
308308

0 commit comments

Comments
 (0)