{"id":50414141,"url":"https://github.com/gmoon92/alive-domain-docgen","last_synced_at":"2026-05-31T05:02:49.868Z","repository":{"id":337352607,"uuid":"1144917445","full_name":"gmoon92/alive-domain-docgen","owner":"gmoon92","description":"Alive Domain Docgen은 개발 프로세스를 바꾸지 않는다. 단지, 개발이 남긴 흔적을 도메인 지식으로 변환할 뿐이다.","archived":false,"fork":false,"pushed_at":"2026-02-09T03:52:29.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-09T09:44:46.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gmoon92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-29T07:40:03.000Z","updated_at":"2026-02-09T03:52:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gmoon92/alive-domain-docgen","commit_stats":null,"previous_names":["gmoon92/alive-domain-docgen"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gmoon92/alive-domain-docgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmoon92%2Falive-domain-docgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmoon92%2Falive-domain-docgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmoon92%2Falive-domain-docgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmoon92%2Falive-domain-docgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmoon92","download_url":"https://codeload.github.com/gmoon92/alive-domain-docgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmoon92%2Falive-domain-docgen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33719601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-31T05:02:49.480Z","updated_at":"2026-05-31T05:02:49.863Z","avatar_url":"https://github.com/gmoon92.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alive Domain Docgen\n\n**\"이 코드를 왜 이렇게 짰지?\"**\n\n6개월 전 내가 작성한 코드조차 기억나지 않습니다. 동료가 짠 코드는 더더욱. 도메인 문서는 있지만, 실제 코드와 맞지 않습니다. 수정할 때마다 불안합니다.\n\n**Alive Domain Docgen**은 커밋 히스토리를 읽어 도메인 문서를 자동으로 생성합니다. 개발자는 평소처럼 커밋만 하면 됩니다.\n\n---\n\n## 이런 경험 없으신가요?\n\n- 신입 개발자에게 \"일단 코드 읽어봐\"라고 말하는 것 외엔 방법이 없다\n- 핵심 멤버가 퇴사하면 도메인 지식도 함께 증발한다\n- 리팩토링을 시도하다가 \"왜 이렇게 짰는지\" 몰라서 되돌린다\n- 도메인 문서를 쓰자고 하면 모두가 침묵한다\n\n**문제는 명확합니다**: 문서를 쓸 시간이 없습니다. 쓴다 해도 금방 낡습니다.\n\n---\n\n## 작동 방식\n\n```\n1. 개발자가 평소처럼 커밋한다\n   ↓\n2. AI가 변경을 분석하고 도메인 관점으로 해석한다\n   ↓\n3. 도메인 문서가 자동으로 최신화된다\n```\n\n**핵심**: 개발 흐름을 바꾸지 않습니다. CI/CD처럼 백그라운드에서 작동합니다.\n\n\u003e 예: `OrderService`에 취소 로직을 추가하면, \"주문 정책\" 문서에 \"취소 가능 조건\"이 자동으로 기록됩니다.\n\n---\n\n## 얻을 수 있는 것\n\n### 지식 증발 방지\n특정 개발자에게 의존하지 않습니다. 커밋 히스토리가 있는 한, 도메인 지식은 보존됩니다.\n\n### 온보딩 시간 단축\n신규 개발자가 \"왜 이 코드가 존재하는지\" 맥락을 빠르게 파악합니다.\n\n### 자신감 있는 리팩토링\n도메인 규칙이 문서화되어 있어, 무엇을 지켜야 하는지 명확합니다.\n\n### 살아있는 문서\n코드와 함께 자동으로 업데이트됩니다. 낡은 문서 걱정이 사라집니다.\n\n---\n\n## 차별점\n\n**문서를 강요하지 않습니다**\n게이트도 없고, 규칙도 없습니다. 커밋만 하면 됩니다.\n\n**운영 중인 코드만 문서화합니다**\n실험하다 되돌린 코드, 머지되지 않은 브랜치는 무시합니다. 문서는 현재 프로덕션의 진실만 담습니다.\n\n**레거시 프로젝트도 환영합니다**\n완벽한 초기 분석은 포기합니다. 지금부터 바뀌는 코드를 기준으로 점진적으로 성장합니다.\n\n---\n\n## 더 알아보기\n\n궁금하신 분을 위한 상세 문서입니다:\n\n- [왜 만들었나요?](docs/01-background-and-problems.md) - 배경과 문제 인식\n- [어떤 원칙으로 설계했나요?](docs/03-design-principles.md) - 핵심 설계 원칙\n- [내부 구조가 궁금해요](docs/07-architecture.md) - 시스템 아키텍처\n- [전체 문서 보기](docs/) - 8개 문서 전체 목차\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmoon92%2Falive-domain-docgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmoon92%2Falive-domain-docgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmoon92%2Falive-domain-docgen/lists"}