Skip to content

Commit aaa6a76

Browse files
committed
fix: remove hardcoded home path from plan file
1 parent b1e2174 commit aaa6a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ralphex/plans/045-blockquote-and-list-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Add two missing markdown features to `bot/src/markdown-html.ts`: blockquote conv
77
## Validation Commands
88

99
```bash
10-
cd /Users/ninja/src/claude-code-bot/bot && npx tsc --noEmit && node --import tsx --test src/__tests__/markdown-html.test.ts && [ "$(wc -l < src/markdown-html.ts)" -lt 300 ] && echo "Line count OK" || (echo "FAIL: markdown-html.ts exceeds 300 lines" && exit 1)
10+
cd bot && npx tsc --noEmit && node --import tsx --test src/__tests__/markdown-html.test.ts && [ "$(wc -l < src/markdown-html.ts)" -lt 300 ] && echo "Line count OK" || (echo "FAIL: markdown-html.ts exceeds 300 lines" && exit 1)
1111
```
1212

1313
## Reference: Telegram HTML Supported Tags

0 commit comments

Comments
 (0)