[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -1,7 +1,7 @@
---
title: 배포 프로토콜 및 CI/CD 자동화
category: Software Architecture
tags: [Deployment, CI/CD, GitHub Actions, Vercel, DevOps]
category: Software [[Architecture]]
tags: [Deployment, CI/CD, [[GitHub Actions]], Vercel, DevOps]
created: 2026-04-20
---
@@ -23,4 +23,4 @@ created: 2026-04-20
## 🔗 지식 연결 (Graph)
- Related: [[Modern_Environment_Ecosystem]] , [[Collaboration_Governance]]
- Pre-requisite: [[React_Testing_Strategy]]
- Pre-requisite: [[React_[[Testing]]_Strategy]]
@@ -1,7 +1,7 @@
---
title: 개발 환경 및 실행 프로세스 관리 (DevOps & Setup)
category: DevOps
tags: [DevOps, Environment, CI/CD, Process Management]
tags: [DevOps, Environment, CI/CD, Process [[Management]]]
created: 2026-04-20
---
@@ -1,4 +1,4 @@
# 🛠️ Git Operation & Work Log Protocol (Git 작업 및 기록 지침)
# 🛠️ Git [[Opera]]tion & Work Log Protocol (Git 작업 및 기록 지침)
> **카테고리**: 03_DevOps_Environment, Automation
> **상태**: 🟢 활성화 (Active)
@@ -9,7 +9,7 @@
## 📌 개요 (Overview)
본 문서는 Skybound 프로젝트를 포함한 4개 주요 개발 거점의 원격 저장소 동기화 정합성을 유지하고, 모든 AI 작업 과정을 체계적으로 문서화하기 위한 Git 운영 규정 및 작업 로그(Work Log) 시스템을 정의한다.
## 🔗 프로젝트별 Git 맵핑 (Repository Mapping)
## 🔗 프로젝트별 Git 맵핑 ([[Repository]] Mapping)
대표님의 명령 한마디로 정확한 경로에서 작업을 수행하기 위해 각 폴더별로 독립적인 Git 설정을 유지한다.
| 프로젝트 | 로컬 경로 | 원격 저장소 (Remote URL) | 리모트 명칭 |
@@ -17,7 +17,7 @@
| **Wiki (2nd)** | `E:\Wiki\2nd` | `https://github.com/wonseokjung/solopreneur-ai-agents.git` | `lm_sync` |
| **Skybound** | `E:\Wiki\skybound` | `https://github.com/wonseokjung/skybound-protocol.git` | `origin` |
| **Legal** | `E:\Wiki\legal-bridge` | `https://github.com/wonseokjung/legal-bridge.git` | `origin` |
| **Agent** | `E:\Wiki\auto-research-agent`| `https://github.com/wonseokjung/auto-research-agent.git` | `origin` |
| **Agent** | `E:\Wiki\auto-[[Research]]-agent`| `https://github.com/wonseokjung/auto-re[[Search]]-agent.git` | `origin` |
## 🛠️ 운영 지침 (Operational Guidelines)
@@ -37,7 +37,7 @@
- **Result**: 최종 결과 및 관련 연결 지식.
### 3. 위키화 (Wikification)
- `00_Raw`에 축적된 로그는 주기적으로 `10_Wiki\Topics` 하위 카테고리로 고도화(Refinement)되어 이동된다.
- `00_Raw`에 축적된 로그는 주기적으로 `10_Wiki\Topics` 하위 카테고리로 고도화([[Refinement]])되어 이동된다.
- 위키화가 완료된 원본 로그는 삭제하여 지식 베이스의 정결성을 유지한다.
## 🚀 기대 효과
@@ -1,7 +1,7 @@
---
title: 모던 개발 환경 및 프레임워크 생태계
category: Software Architecture
tags: [Vite, Next.js, Ecosystem, Modern Stack]
category: Software [[Architecture]]
tags: [Vite, [[Next.js]], Ecosystem, Modern Stack]
created: 2026-04-20
---
@@ -16,7 +16,7 @@ created: 2026-04-20
- **Framework: Next.js (The Fullstack Edge)**:
- 단순히 SEO를 위한 SSR 도구가 아니다. API Routes를 통한 서버리스 함수 구현, 데이터 캐싱 전략(ISR/SSG) 등 현대 웹이 요구하는 거의 모든 기능을 탑재한 '거버넌스' 그 자체다.
- **패키지 매니저의 선택**:
- `pnpm` 또는 `npm v7+`의 워크스페이스 기능을 통해 모노레포(Monorepo) 구조를 효율적으로 관리하고, 패키지 중복 설치를 최소화하여 빌드 성능을 최적화한다.
- `pnpm` 또는 `npm v7+`의 워크스페이스 기능을 통해 모노레포([[Monorepo]]) 구조를 효율적으로 관리하고, 패키지 중복 설치를 최소화하여 빌드 성능을 최적화한다.
## ⚠️ 모순 및 업데이트 (RL Update)
- 최신 기술이 항상 정답은 아니다. 안정성이 최우선인 기업 환경에서는 검증된 `CRA` 혹은 `Webpack` 기반의 설정을 유지하는 것이 보수적인 면에서 유리할 수 있다. 기술 부채(Tech Debt)와 도입 비용을 항상 저울질하라.
@@ -1,21 +1,21 @@
---
title: 프로젝트 회고: 고성능 테트리스 아키텍처
category: Projects
tags: [Retrospective, Tetris, Architecture, Performance]
tags: [Retrospective, Tetris, [[Architecture]], Performance]
created: 2026-04-20
---
# 프로젝트 회고: 고성능 테트리스 아키텍처 (P-Reinforce)
# 프로젝트 회고: 고성능 테트리스 아키텍처 ([[P-Reinforce]])
## 🌊 프로젝트 아키텍처 요약
본 프로젝트는 **Web Worker**를 활용한 완전한 연산-렌더링 분리를 실현하여, 실시간 게임 환경에서 극강의 부드러움을 확보하는 데 성공했습니다.
### 🧩 컴포넌트별 기술적 역할
- **Game Engine**: 물리 계산 및 상태 전이 (`public/gameWorker.js`).
- **State Manager**: UI의 유일한 진실 공급원 (`src/App.js`).
- **[[State]] Manager**: UI의 유일한 진실 공급원 (`src/App.js`).
- **Renderer**: Props 기반의 순수 매핑 렌더러 (`src/components/GameBoard.jsx`).
## ⚠️ 핵심 교훈 (Lessons Learned)
## ⚠️ 핵심 교훈 ([[Lessons Learned]])
> [!IMPORTANT]
> **"논리가 완벽해도 실행 환경이 무너지면 아무 의미가 없다."**
> 아키텍처 설계만큼이나 '파일 무결성 검증'과 '환경 재설정 루틴'이 개발 생산성에 지대한 영향을 미친다는 것을 확인했습니다.