MyungHoon_Ju

Claude Code Diary

2026-03-06

- paid pro subscription  
- native install via iterm on following command
    curl -fsSL https://claude.ai/install.sh | bash -s stable    

2026-03-10

- running internal commands
  help
  clear
  exit
  model
  login & logout
  permissions
  status
  context
  doctor
  release-notes  

2026-03-15

- Trying out opensource contribution  
   - where to contribute
       - armeria
   - what did i do
      - search the easiest subject to contribute with claude code
      - make a suggestion(https://github.com/line/armeria/pull/6665)  

2026-03-17

- create CLAUDE.md and a file named with @{file name}.md 
- with @ symbol claude agent can read it when reading CLAUDE.md if the name found in it.

2026-03-19

- CLAUDE.md contains project-specific guidelines, preferences, and instructions  
- use /init to create CLADE.md file
    - elaborate with it for a project guide
- 2 scope  
    - user(.claude/CLAUDE.md)
    - project({proj}/CLAUDE.md)

2026-03-22 ```text