Skip to content

Commit 731ec86

Browse files
fix: Change 'never write insecure code' to 'generate secure code by default'
Changed absolute claim to more accurate statement: - Before: 'never write insecure code' (too absolute, not provable) - After: 'generate secure code by default' (accurate, acknowledges pattern) Also updated READY_TO_POST.md to note we only tested with Claude Code. All marketing materials now contain only verifiable claims. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f6235d5 commit 731ec86

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/marketing/READY_TO_POST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ github.com/Smart-AI-Memory/empathy-framework
156156
❌ "-75% linter errors" - Not precisely measured
157157
❌ "Guaranteed ROI" - Too context-dependent
158158
❌ "Proven adoption" - Too early
159+
❌ "Works with Copilot/Cursor" - Only tested with Claude Code
159160

160161
---
161162

docs/marketing/TWITTER_THREAD_V3_9_3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Tweet 1: Hook
1111

1212
```
13-
We just taught @AnthropicAI Claude how to never write insecure code.
13+
We taught @AnthropicAI Claude to generate secure code by default.
1414
1515
The method: Put our coding standards in its project memory with real code examples.
1616
@@ -146,7 +146,7 @@ To implement this pattern:
146146
1. Identify your top 5 coding violations
147147
2. Document with real code examples (not abstract rules)
148148
3. Show your actual implementation
149-
4. Add to .claude/ or .cursorrules
149+
4. Add to your AI tool's project context (.claude/ for Claude Code)
150150
151151
pip install empathy-framework
152152

0 commit comments

Comments
 (0)