Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

permissions:
contents: read
Expand Down
6 changes: 5 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@
<optional detailed description>

Fixes #<issue-number>
Co-Authored-By: <author>
```

Types: `fix`, `feat`, `refactor`, `docs`, `test`, `chore`

### Git Author Rules
- **Author name**: Always `shibinsp` — never use any other name
- **NEVER** add `Co-Authored-By` lines in commits — no Claude, no AI co-author tags
- Local git config must be: `user.name = shibinsp`

### PR Description Format
- Summary section with bullet points
- Test plan section
Expand Down
Loading