chore: 잔존 '저장소' 주석·문구를 '프로젝트'로 정리

저장소 기능 제거 후 남은 '저장소' 표현을 프로젝트로 통일:
- 백엔드: activity/notification/task 주석·ApiResponse 문구, AI 시스템 프롬프트
  (SUGGEST_SYSTEM_PROMPT 의 저장소→프로젝트, 무의미해진 'slug=영문이름' 지시 제거),
  CONTEXT_REPO_LIMIT→CONTEXT_PROJECT_LIMIT(프로젝트 컨텍스트 한도)
- 프론트: 페이지/스토어 주석 및 TaskCreate/TaskDetail 의 사용자 노출 문구('저장소'→'프로젝트')
- 단, auth OAuth state 'store' 의미의 '저장소'(cookie-state/strategies)는 정당하여 유지

검증: 백엔드 build/lint 0·8 tests, 프론트 type-check/lint/build 0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-21 01:57:06 +09:00
parent be0a1bc9d1
commit 32a87d8f62
15 changed files with 42 additions and 36 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import type { Paginated } from '@/types/pagination'
export function useMember() {
const api = useApi()
// 멤버 목록 (멤버 또는 공개 저장소) — 백엔드가 페이지네이션 { items, total, ... } 반환
// 멤버 목록 (멤버 또는 공개 프로젝트) — 백엔드가 페이지네이션 { items, total, ... } 반환
async function list(
projectId: string,
page = 1,