Skip to content

Commit d55b3b9

Browse files
committed
docs(calm-explorer): add git commit author requirements to CLAUDE.md
Document the critical requirement that all commits must be authored by @pmerrison (Paul Merrison <paul@tetrate.io>) to pass CLA checks. This ensures future development work maintains the correct author configuration required by the FINOS repository's CLA verification.
1 parent 06cf2cc commit d55b3b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

experimental/calm-explorer/CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@ To modify layout, adjust parameters in `getLayoutedElements()` in ArchitectureGr
117117
5. Clicking a node calls `onNodeClick` which updates `selectedNode`
118118
6. NodeDetails panel replaces graph when `selectedNode` is set
119119

120+
## Git Commit Requirements
121+
122+
**CRITICAL**: This repository has CLA (Contributor License Agreement) checks that require commits to be authored by @pmerrison.
123+
124+
- Git is already configured correctly with author: Paul Merrison <paul@tetrate.io>
125+
- **DO NOT** modify git author configuration
126+
- **DO NOT** use any other author name or email in commits
127+
- All commits must pass CLA checks to be accepted into the upstream repository
128+
129+
When creating commits, the configured git author will automatically be used. No additional action is required.
130+
120131
## Project Configuration
121132

122133
- **Vite**: SWC-based React plugin for fast builds

0 commit comments

Comments
 (0)