> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gobihq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Home

> gobi personal로 캡처한 것을 읽고, 나만 보는 글을 씁니다.

`gobi personal`은 내 **Home**입니다. 캡처한 것 전부, 내 아티팩트, 그리고 나만 읽는 비공개 피드가 여기 있어요. CLI가 내 데이터에 닿는 자리입니다.

## 캡처한 것

캡처는 CLI에서 읽기 전용입니다. 앱이 기록한 것을 조회할 수 있고, 새로 만들 수는 없어요.

```sh theme={null}
gobi personal conversations list
gobi personal conversations transcript <conversationId>
gobi personal conversations audio <conversationId>     # 녹음의 서명된 URL
gobi personal activities list
gobi personal activities get <activityId>
gobi personal activities transcript <activityId>
```

**캡처할 때 화면에 어느 스페이스가 떠 있었든 결과는 Home으로 들어옵니다.** 그래서 conversation과 activity를 조회하는 자리는 여기뿐이에요. 전사본과 오디오는 녹음한 사람에게 남고, API가 그걸 지킵니다.

analyzer conversation처럼 합쳐진 녹음이 없는 경우 `audio`는 `null`을 돌려줍니다.

## 나만 보는 피드

스페이스와 같은 포스팅 명령을, 나만 볼 수 있는 범위로 씁니다.

```sh theme={null}
gobi personal feed
gobi personal create-post --title "…" --content "…"
gobi personal create-reply <postId> --content "…"
gobi personal react <postId> 👍
gobi personal get-post <postId>
gobi personal list-posts                 # 루트 포스트만
gobi personal edit-post <postId> --content "…"
gobi personal delete-post <postId>       # edit-reply, delete-reply도 있습니다
gobi personal search-posts "pricing"
```

답글은 부모의 비공개 범위를 자동으로 물려받습니다. 여기 있는 것은 내가 직접 스페이스에 올리기 전까지 어디에도 나타나지 않아요.

## 아티팩트

`gobi personal artifact`에 내가 만든 것들이 담깁니다. 포스트에 붙이기 전까지는 Home에 있어요. [아티팩트](/ko/cli/artifacts) 문서를 보세요.

<Note>
  공유는 언제나 따로 하는 동작입니다. Home에 있는 것을 팀 앞에 놓으려면 스페이스 포스트에 붙이세요. `gobi space create-post --artifact <artifactId>`
</Note>
