refactor(db): DDL 현행화 + 워크플로우 v1.5.0 + 문서 통일 #68

닫힘
htlee "feature/css-refactoring 에서 develop 로 5 commits 를 머지하려 합니다"

5 커밋

작성자 SHA1 메시지 날짜
ce2a76dfa0 chore: 팀 워크플로우 v1.5.0 동기화
- /mr: 권한 확인 + RELEASE-NOTES.md 자동 갱신 + PR 승인/머지 옵션
- /release: admin 권한 확인 + claude-bot PR 자동 승인/머지
- /version: 신규 스킬 (RELEASE-NOTES → VERSION-HISTORY 생성)
- /push: Gitea API 권한 확인 추가
- release-notes-guide.md: 2계층 릴리즈 노트 작성 지침
- settings.json: CLAUDE_BOT_TOKEN 환경변수 추가
- pre-commit: 모노레포 hook 유지 (템플릿은 단일 프로젝트용)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 18:08:43 +09:00
b3f3073be3 fix(docs): Keep a Changelog 링크 404 수정 (ko/1.1.0 → ko/1.0.0)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 16:14:53 +09:00
a42c446b9c docs: CHANGELOG→RELEASE-NOTES 참조 전면 통일 (5개 파일 6곳)
- docs/RELEASE-NOTES.md 내부 제목 수정
- README.md 문서 링크 + 스킬 설명 수정
- CLAUDE.md 문서 목록 수정
- .claude/skills/init-project/SKILL.md 훅 메시지 + gitignore 예시 수정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 16:12:42 +09:00
ebbb074866 docs: CHANGELOG.md → RELEASE-NOTES.md 이름 변경 (git exclude 회피)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 16:08:11 +09:00
13d6ca69e2 refactor(db): DDL 스크립트 현행화 + wing_auth→auth 스키마 문서 전면 수정
- database/schema/ 14개 DDL 파일 신규 생성 (운영 DB pg_dump 기반)
- database/seed/ 14개 초기 데이터 파일 분리
- database/_deprecated/로 구 init.sql, auth_init.sql 이동
- database/README.md 신규 작성 (DB 아키텍처, 설치 절차)
- docs/ 6개 가이드 문서 wing_auth→auth 스키마 구조로 수정
- README.md, CLAUDE.md wing 단일 DB 구조 반영

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:16:38 +09:00