Skip to content

Commit b46537d

Browse files
lroolleclaude
andcommitted
docs: add root user handling fix to dev log
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4caee3e commit b46537d

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1+
12
# CLAUDE.md
23

34
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
45

6+
## We're following Issue-Based Development (IBD) workflow
7+
1. Before running any Git/GitHub CLI `Bash` command (`git commit`, `gh issue create`, `gh pr create`, etc.), open the corresponding file in @workflows to review required steps.
8+
2. Always apply the exact templates or conventions from the following files:
9+
- @workflows/GITHUB-ISSUE.md → issues
10+
- @workflows/GIT-COMMIT.md → commits
11+
- @workflows/GITHUB-PR.md → pull requests
12+
3. Keep one branch per issue; merging the PR must auto-close its linked issue.
13+
14+
515
## PROJECT STRUCTURE
616

717
```
818
claude-code-yolo/
919
├── CLAUDE.md # This file - project guidance for Claude
10-
├── README.md # Main documentation
20+
├── README.md # Main documentation
1121
├── CHANGELOG.md # Version history
1222
├── DEV-LOGS.md # Development journal
1323
├── TODO.md # Task tracking
@@ -31,8 +41,8 @@ claude-code-yolo/
3141
3242
├── workflows/ # Development workflows
3343
│ ├── GIT-COMMIT.md # Commit guidelines
44+
│ ├── GITHUB-ISSUE.md # Issue creation guidelines
3445
│ ├── GITHUB-PR.md # PR creation process
35-
│ └── PRE-RELEASE.md # Release checklist
3646
3747
└── references/ # Documentation and research
3848
├── chats/ # AI conversation logs

DEV-LOGS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@
3434
---
3535

3636
## Issue Analysis: 2025-06-23
37-
3837
### [enhancement-completed] Claude Code Review workflow simplification
3938

4039
**Problem**: Overcomplicated workflow with manual duplicate detection using GitHub CLI.
4140

4241
**Solution**: Adopted ChatGPT pattern with critical fixes:
4342
- `pull_request_target` → enables secret access for `ANTHROPIC_API_KEY`
44-
- Concurrency groups → automatic duplicate prevention
43+
- Concurrency groups → automatic duplicate prevention
4544
- Proper checkout ref → works for comment-triggered reviews
4645
- Removed complex GitHub CLI duplicate detection logic
4746

0 commit comments

Comments
 (0)