feat(ux): 일상 사용 흐름 간소화#30
Merged
Merged
Conversation
오늘 보기, 완료 기록, 전체 검증을 단일 진입점으로 묶습니다. 브리핑에 재실행 가능한 완료 명령을 제공하고 Actions 실행 요약에서 결과를 바로 확인할 수 있게 합니다.
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.
Title
Feat: 일상 사용 흐름 간소화
Description
What
./career-feed하나로 오늘 보기, 완료 기록, 전체 검증에 진입하도록 정리했습니다.--stdout-only모드를 추가하면서 기존--stdout의 파일 쓰기 호환성은 유지했습니다.Backend Daily결과를 GitHub Actions 실행 요약에서 바로 확인할 수 있게 했습니다.Why
Closes #
Key Code (Before & After)
Before
After
Reason for Change
To Reviewer
./career-feed,today --date,done,check흐름을 확인해 주세요.--stdout은 계속 파일을 쓰고--stdout-only만 파일을 만들지 않는지 확인해 주세요.Backend Dailyworkflow의 Markdown이 실행 요약에 정상 표시되는지 확인해 주세요../career-feed check에서 Python 156개 테스트와 Gradle lab 테스트가 통과했습니다.