Skip to content

Commit 1fd436e

Browse files
committed
docs: add release guidelines to Claude.md
1 parent 72743c4 commit 1fd436e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Claude.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ export PYTHONPATH=$(pwd) # Local development imports
252252

253253
## Best Practices for Claude Agents
254254

255+
Before beginning any task please checkout a branch from `dev` and create a pull request to `dev`.
256+
255257
### Code Quality
256258
- Follow existing patterns before implementing new approaches
257259
- Add comprehensive tests for all new functionality
@@ -269,5 +271,6 @@ export PYTHONPATH=$(pwd) # Local development imports
269271
- Performance validation on realistic data sets
270272
- Cross-platform testing (Linux, macOS, Windows)
271273
- Community-facing documentation and examples
274+
- In Release Notes or Comments, do not reference that it was sauthored by Claude (all code is anonymously authored)
272275

273276
This guide provides the essential information for DataFog development while maintaining focus on current priorities and recent GLiNER integration work.

0 commit comments

Comments
 (0)