Conversation
lib/team_security.py: - 경로 마스킹: glob 패턴으로 민감 경로 자동 [MASKED] - 콘텐츠 필터: 키워드 기반 redact/skip 모드 - 세션 opt-out: CLAUDE_DIARY_SKIP 환경변수 + skip_projects - 접근 제어: member/lead/admin 3단계 역할 + 권한 필터링 core.py: - opt-out 체크 (파이프라인 최초) - 경로 마스킹 + 콘텐츠 필터 (시크릿 스캔 후 적용) cli.py: - delete --last / --session 명령어 (세션 삭제) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
team.py: - init_team(): repo clone + .team-config.json 로드 + 보안 규칙 병합 - team_stats(): 팀원별/프로젝트별 세션 통계 - print_team_stats(): 터미널 대시보드 출력 - team_weekly_report(): 팀 주간 마크다운 리포트 생성 cli.py: - team 서브커맨드 (stats, weekly, monthly, init, add-member) - init --team <url> 옵션 (팀 모드 초기화) - delete --last / --session (세션 삭제) .team-config.json 스키마: - team_name, members, roles (member/lead/admin) - security (mask_paths, content_filters, required_secret_scan) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
notion.py: member_name config 시 Author Select 컬럼 자동 추가 팀 Notion DB에서 작성자별 필터/정렬 가능 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code