feat: 프로젝트 레포 맥락 추천 근거 추가#3
Merged
Merged
Conversation
- 로컬 git repo summary를 WorkItem project context로 연결 - CLI/MCP project path와 remote 옵션 추가 - README와 project context recipe 보강 - 타입체크, 테스트, release check 검증
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.
TL;DR
--project-path,--project-remote,projects[]config 추가맥락
사용자는 Notion 칸반이나 Jira 이슈만 보는 것이 아니라, 해당 업무가 연결된 실제 프로젝트 레포 상태까지 함께 보고 오늘 할 일을 추천받고 싶어 함. WorkCue 제품 원칙에 맞춰 새 todo source를 만들지 않고, 기존 source item을 read-only project context로 보강하는 방식으로 구현
변경사항
WorkItem.projectContexts와project_contextscoring signal 추가projects[]schema와 init 옵션 추가검증
pnpm typecheckpnpm testpnpm today --demo --project-path . --project-remote https://github.com/acme/app --date 2026-05-29pnpm sync --demo --project-path . --project-remote https://github.com/acme/app --date 2026-05-29 --jsonpnpm release:checkpnpm public-safety남은 위험
project_contextweight는 실제 사용자 데이터로 조정 필요Obsidian 기록
f0f0be3 docs: 프로젝트 레포 맥락 작업 기록 추가