@getsolaris/copse 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ko.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  Git worktree를 쉽게 관리하세요. 설정 기반 자동화, 모노레포 지원, 헬스 체크로 worktree를 생성, 전환, 정리할 수 있습니다.
12
12
 
13
+ ### 왜 "copse"인가요?
14
+
15
+ **Copse**는 나무 몇 그루가 옹기종기 모여 자라는 작은 숲을 뜻합니다. Git worktree는 브랜치를 별도의 작업 디렉토리로 체크아웃한 것 — 각각이 하나의 *나무(tree)*입니다. 하나의 레포에서 여러 worktree를 관리한다면, 그건 작은 숲을 가꾸는 것과 같습니다. 그게 바로 copse입니다.
16
+
13
17
  ## 주요 기능
14
18
 
15
19
  - **TUI 모드** — 인터랙티브 터미널 UI (`copse`)
package/README.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  Manage git worktrees with ease. Create, switch, and clean up worktrees with config-driven automation, monorepo support, and built-in health checks.
12
12
 
13
+ ### Why "copse"?
14
+
15
+ A **copse** is a small group of trees growing closely together. Git worktrees are branches checked out as separate working directories — each one a *tree*. When you manage multiple worktrees for a single repo, you're tending a little grove. That's a copse.
16
+
13
17
  ## Features
14
18
 
15
19
  - **TUI mode** — interactive terminal UI (`copse`)