Skip to content

Commit 719581e

Browse files
lucbrinkmanclaude
andcommitted
Update CLAUDE.md: Only create PRs when explicitly requested
- Add guidance that PRs should only be created when user requests it - Clarify that feature branches may be worked on for extended periods - Add to Key Rules section for emphasis 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 7240763 commit 719581e

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
@@ -71,6 +71,8 @@ Next.js application called "Map of AI Futures" - an interactive probability flow
7171
```
7272

7373
2. **Create Pull Request:**
74+
- **IMPORTANT:** Only create PRs when the user explicitly requests it
75+
- Feature branches may be worked on for extended periods before PR creation
7476
- Use GitHub UI or `gh pr create --repo lucbrinkman/ai-world-model` command
7577
- **IMPORTANT:** Always create PRs to `lucbrinkman/ai-world-model` (NOT the upstream fork `swantescholz/aifutures`)
7678
- CI automatically runs type-check, lint, and build
@@ -110,6 +112,7 @@ Next.js application called "Map of AI Futures" - an interactive probability flow
110112

111113
- NEVER merge to main locally - always use GitHub PRs
112114
- NEVER push main branch directly - only push feature branches
115+
- NEVER create PRs automatically - only when the user explicitly requests it
113116
- Let CI validate all changes before merging
114117
- If CI fails, fix issues and push updates to the PR branch
115118

0 commit comments

Comments
 (0)