Skip to content

Commit 1ac56f2

Browse files
committed
[DX-789] Created implementation plan for pubsub message annotations
- Updated CLAUDE.md to not truncate external markdown documentation
1 parent 09be222 commit 1ac56f2

2 files changed

Lines changed: 721 additions & 0 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ cat .cursor/rules/AI-Assistance.mdc
5050
5. **Remove tests without asking** - Always get permission first
5151
6. **NODE_ENV** - To check if the CLI is in test mode, use the `isTestMode()` helper function.
5252
7. **`process.exit`** - When creating a command, use `this.exit()` for consistent test mode handling.
53+
8. **Truncate or clip fetched markdown documents** - When fetching external **markdown** documentation (`.md` URLs), always retrieve the **full content**. Do NOT use `head`, `tail`, line limits, or any truncation. Markdown docs are typically concise and the complete document is needed for accurate analysis. HTML and other formats may be truncated if necessary.
5354

5455
## ✅ Correct Practices
5556

0 commit comments

Comments
 (0)