콘텐츠로 이동

데이터와 개인정보

Agent Note 는 hosted backend 없이 AI review history 를 남기려는 팀을 위해 설계되었습니다. 영구 데이터는 git-native 이고, 임시 데이터는 local clone 안에 남습니다.

항목동작
Hosted serviceAgent Note server 불필요
영구 기록refs/notes/agentnote 의 git notes
임시 데이터.git/agentnote/, commit 되지 않음
Telemetryprompt, response, path 를 Agent Note service 로 보내지 않음
항목목적
prompt / responsecommit 으로 이어진 대화
contexts[]짧은 prompt 를 위한 display-only hint
filescommitted files 와 AI touch 여부
attributionAI Ratio, method, 사용 가능한 경우 줄 수
agent / modelagent 와 model metadata

repository root 의 .agentnoteignore 와 일치하는 path 도 files 에 남습니다. AI Ratio denominator 에서만 제외됩니다.

전체 schema 는 작동 방식 에 있습니다.

확인할 점권장 사항
Pages 를 볼 수 있는 사람이 prompt 도 읽어도 되는가repository 정책과 Pages 공개 범위가 맞을 때만 Dashboard 를 켜세요.
prompt 에 secret 이나 고객 데이터가 들어갈 수 있는가git notes 를 review data 로 다루고, secret 은 prompt 에 넣지 마세요.
PR review 문맥만 필요한가PR Report 만 사용하고 --dashboard 는 생략하세요.
계층저장 위치공유 여부
임시 session data.git/agentnote/sessions/아니요
영구 notesrefs/notes/agentnote예, git push
PR ReportPR description 또는 comment예, GitHub 에서
DashboardPages artifact 와 gh-pages/dashboard/notes/*.json예, 활성화한 경우
  • 전체 workspace.
  • shell command output 을 file evidence 로 저장하지 않습니다.
  • Agent Note backend 로 전송되는 데이터.

refs/notes/agentnote 를 fetch 할 수 있는 사람은 저장된 prompt 와 response 를 읽을 수 있습니다. git notes 를 repository data 로 다루세요.

Dashboard 는 optional 입니다. 공유 web view 가 필요 없다면 PR Report 만 쓰고 --dashboard 는 생략하세요.