chore: Add CLAUDE.md, update PLAN.md, and commit .claude skills#42
Merged
chore: Add CLAUDE.md, update PLAN.md, and commit .claude skills#42
Conversation
- Create CLAUDE.md with issue-first workflow rule and code patterns - Add M3.6.1 (Route53 phase 1) as complete in PLAN.md - Add M3.9 (IAM Users) to PLAN.md per #14 - Update implementation order to include M3.9 - Commit .claude/commands/ skills: implement-feature, ship-pr, create-issues, update-docs, update-issues
YoungJinJung
approved these changes
Mar 26, 2026
| 2. Run `make build` to verify compilation. Stop if build fails. | ||
| 3. Check `git status` and `git diff --stat` to understand what changed. | ||
| 4. Create a feature branch from main using `feat/` prefix (e.g., `feat/rds-aurora-support`). Use the argument as a hint for the branch name, or infer from the changes. | ||
| 5. Stage only the relevant modified files by name. Never use `git add -A` or `git add .`. |
There was a problem hiding this comment.
git add -A, git add .는 hook으로 막는게 어떨까요!
Contributor
Author
There was a problem hiding this comment.
금지 사항은 별도의 hook으로 뺄 수 있게 고려해보겠습니다~!
Contributor
Author
There was a problem hiding this comment.
He has recommended blocking agent's actions with hooks. Discussed on Teams about adding hooks in future if agent defies the order consistently.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Housekeeping PR to add project configuration and documentation.
Related Issues
Closes #41
References #14 (IAM ListUsers now tracked in PLAN.md as M3.9)
Validation
make test— all tests passmake build— compiles successfullyChecklist