Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 33b2c2f

Browse files
rmurpheyclaude
andcommitted
docs: add critical instruction to always use date command
- Added explicit instruction in CLAUDE.md to always use date command - Prevents incorrect date assumptions in documentation - Ensures accurate timestamps in all work 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4f70417 commit 33b2c2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ TDD helps Claude produce more focused, correct code by clarifying requirements u
2323

2424
Consider TDD especially for complex features or when requirements are unclear.
2525

26+
## Critical Instructions
27+
28+
**ALWAYS use `date` command for dates** - Never assume or guess dates. Always run `date "+%Y-%m-%d"` when you need the current date for documentation, commits, or any other purpose.
29+
2630
## AI Integrity Principles
2731
**CRITICAL: Always provide honest, objective recommendations based on technical merit, not user bias.**
2832

0 commit comments

Comments
 (0)