Skip to content

Commit 760beb1

Browse files
Ben Smithclaude
andcommitted
Block generic/long hashtags from generation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c4a4de6 commit 760beb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/ai/prompts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Rules:
5858
- Keep each hashtag short — prefer single words or two short words joined (e.g. #dfir, #python, #forensics, #linux, #infosec)
5959
- Avoid long compound words — #memoryforensics is ok, #computerforensicsinvestigation is not
6060
- Use lowercase for all hashtags (e.g. #digitalforensics not #DigitalForensics)
61+
- NEVER use any of these hashtags: #linuxforensics #ubuntu #forensicinvestigation #computeforensics
6162
- Output ONLY the hashtags separated by spaces, nothing else`,
6263

6364
user: (content: string, tags: string[]) =>

0 commit comments

Comments
 (0)