Skip to content

Commit fcfc887

Browse files
jdaltonclaude
andcommitted
Document scratch documents directory in CLAUDE.md
Add guidelines for using .claude/ directory for scratch documents, planning notes, and temporary files that should never be committed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2b2d8eb commit fcfc887

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CLAUDE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,18 @@ Socket CLI integrates with:
264264
### Package Detection
265265
- Use `existsSync()` not `fs.access()` for consistency
266266

267+
## 📝 SCRATCH DOCUMENTS
268+
269+
### Working Documents Directory
270+
- **Location**: `.claude/` directory (gitignored)
271+
- **Purpose**: Store scratch documents, planning notes, analysis reports, and temporary documentation
272+
- **🚨 CRITICAL**: NEVER commit files in `.claude/` to version control
273+
- **Examples of scratch documents**:
274+
- Working notes and implementation plans
275+
- Analysis reports from codebase investigations
276+
- Temporary documentation and TODO lists
277+
- Any files not intended for production use
278+
267279
---
268280

269281
**For all other standards not covered here, refer to `socket-registry/CLAUDE.md` (in sibling repository)**

0 commit comments

Comments
 (0)