Local capture
agent hook 이 작업 중 prompt, response, touched file, attribution signal 을 수집합니다.
Agent Note 는 먼저 구성 요소를 이해하면 훨씬 쉽게 도입할 수 있습니다. local hook 이 context 를 모으고, git notes 가 commit 에 붙이며, GitHub Action 이 이를 PR Report 로 만듭니다.
이 페이지는 전체 지도입니다. 설치 명령은 다음 페이지에 두어, 무엇을 활성화하는지 먼저 확인할 수 있게 했습니다.
Local capture
agent hook 이 작업 중 prompt, response, touched file, attribution signal 을 수집합니다.
Git-native history
각 commit 에 refs/notes/agentnote 의 git note 를 붙이며 branch 내용은 바꾸지 않습니다.
Pull Request context
GitHub Action 이 notes 를 읽고 reviewer 를 위한 PR Report 를 작성합니다.
Optional Dashboard
팀이 공유 화면을 원하면 Dashboard 를 GitHub Pages 에 게시할 수 있습니다.

npx agent-note init 을 실행합니다.| 필요한 것 | 페이지 |
|---|---|
| 지금 Agent Note 설치 | 설치 |
| PR Report 설정 | GitHub Action |
| 팀 공유 화면 게시 | Dashboard |
| agent 별 capture 범위 확인 | Agent Support |
| 저장되는 data 이해 | Data & Privacy |
| 누락된 data 해결 | Troubleshooting |