fix: replace hardcoded /Users/jesse with generic placeholders (#858)

This commit is contained in:
Drew Ritter
2026-04-06 18:05:02 -07:00
parent e4a15b6d52
commit e3dd3b4c5a
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ digraph when_to_use {
### 1. Observe the Symptom
```
Error: git init failed in /Users/jesse/project/packages/core
Error: git init failed in ~/project/packages/core
```
### 2. Find Immediate Cause