chore(repo): Knowledge 저장소 책임 범위 정리#25
Draft
hywznn wants to merge 1 commit into
Draft
Conversation
모노레포 공통 문서와 모델 실험 템플릿을 제거하고 Knowledge 소유 범위와 전용 저장소 경계를 문서화합니다.\n\nCloses #24
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.
변경 내용
조직별 저장소 분리 이후
fowoco/knowledge에 남아 있던 모노레포 표현을 제거하고, Knowledge 저장소의 소유 범위를 명확히 했습니다.삭제한 파일
docs/DEVELOPMENT_STRATEGY.mdCONTRIBUTING.md, 조직별 구현은 각 전용 저장소에서 관리docs/adr/0001-github-flow-monorepo.mddocs/adr에 기록.github/ISSUE_TEMPLATE/model-experiment.ymlfowoco/ai의 실행 책임수정한 파일
README.md: Knowledge 소유 범위, 비소유 범위와 전용 저장소 링크 명시CONTRIBUTING.md: 지식·데이터·스키마·검증 도구 중심으로 기여 범위 조정docs/adr/README.md: Knowledge 의사결정 대상만 남기도록 범위 축소의도적으로 유지한 항목
src와tests: 제품 기능이 아니라 Knowledge의 참조·스키마·품질을 재현 가능하게 검증하는 도구AGENT_INTEGRATION.md: AI·Server가 Knowledge를 소비할 때 필요한 계약MODEL_PLAN.md: 모델 구현 코드가 아닌 데이터 역할·평가 경계 문서Makefile과 workspace 설정: Knowledge 패키지 설치와 CI 실행 진입점영향
fowoco/ai에서 생성검증
git diff --checkmake checkCloses #24