docs(commands): stack·ci 모듈 RustDoc 추가#323
Merged
Merged
Conversation
stack.rs: //! 모듈 헤더 + stack/stack_sync/stack_submit 함수 doc ci.rs: //! 모듈 헤더 + ci/fetch_bitbucket_ci 함수 doc 프로덕션 코드 변경 없음 — 주석 73줄 추가만. Closes #322 Co-Authored-By: Claude Sonnet 4.6 <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.
무엇
src/cli/commands/stack.rs와src/cli/commands/ci.rs에 module-level//!및 function-level///RustDoc 추가.왜
diff.rs,history.rs,smartlog.rs,complete.rs)은 모두 문서화된 상태stack/stack_sync/stack_submit/ci/fetch_bitbucket_ci5개 함수가 설명 없이 노출 → 신규 기여자 진입 장벽cargo doc품질 개선변경
stack.rs//!모듈 헤더 (3개 커맨드 역할·스택 개념 설명) +stack·stack_sync·stack_submit함수 docci.rs//!모듈 헤더 (forge 선택 로직·--watch동작 설명) +ci·fetch_bitbucket_ci함수 doc프로덕션 코드 변경 없음 — 주석 73줄 추가만.
리스크
없음. 주석 전용 변경.
롤백
브랜치 drop 또는
git revert HEAD.Test plan
cargo build --quiet✅cargo fmt --check✅cargo clippy -- -D warnings✅Closes #322
@erishforG 검토 부탁드립니다 🖤