[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-05-10 22:08:15 +09:00
parent 21ac3ed255
commit 504fd5fb42
3011 changed files with 380280 additions and 206977 deletions
+99 -21
View File
@@ -7,8 +7,9 @@
- [[Error_Handling_Result_vs_Throw]] · [[Defensive_Copying]] · [[Null_Safety_Patterns]]
- [[Feature_Flags_in_Practice]] · [[Optimistic_Concurrency_Control]] · [[Backpressure_Patterns]] · [[Tagged_Union_Discriminated_Types]]
## 🏛 Architecture / DDD (5)
## 🏛 Architecture / DDD (9)
- [[Arch_Hexagonal_Clean]] · [[Arch_DDD_Bounded_Context]] · [[Arch_Aggregate_Design]] · [[Arch_Domain_Events]] · [[Arch_Module_Boundaries]]
- [[Arch_Strangler_Fig]] · [[Arch_Anti_Corruption_Layer]] · [[Arch_Modular_Monolith]] · [[Arch_Cell_Based]]
## ⚛️ React (29)
- [[React_useEffect_Pitfalls]] · [[React_useMemo_When_Not_To]] · [[React_useCallback_Reality]] · [[React_Custom_Hook_Patterns]]
@@ -138,6 +139,81 @@
## 🔥 Backend 추가 (6)
- [[Backend_Hono_Modern]] · [[Backend_Edge_Functions]] · [[Backend_Server_Components_Pattern]] · [[Backend_GraphQL_Yoga_Pothos]] · [[Backend_BFF_Pattern]] · [[Backend_Backpressure_Server_Side]]
## 🌉 API Gateway / MLOps (4)
- [[API_Gateway_Kong_Envoy]] · [[MLOps_Model_Registry]] · [[MLOps_Model_Monitoring]] · [[MLOps_Feature_Store]]
## 🆕 이번 turn 추가 (50, 450 → 500)
### Testing (2)
- [[Testing_Pact_Contract_Deep]] · [[Testing_Stryker_Mutation]]
### Frontend (8)
- [[Frontend_shadcn_Radix_Patterns]] · [[Frontend_Million_Optimization]] · [[Frontend_TanStack_Start]] · [[Frontend_Bun_Lightning_Patterns]]
- [[Frontend_Form_State_Deep]] · [[Frontend_State_Management_Modern]] · [[Frontend_React_Compiler_Deep]] · [[Frontend_Astro_Islands_Deep]] · [[Frontend_Solid_Qwik_Deep]] · [[Frontend_A11y_Modern]]
### AI (8)
- [[AI_Browser_Agent_Patterns]] · [[AI_RLHF_DPO_Basics]] · [[AI_Eval_Framework_Modern]] · [[AI_Production_Deploy]]
- [[AI_RAG_Production]] · [[AI_Vision_Multimodal_Production]] · [[AI_Code_Agent_Patterns]] · [[AI_Fine_Tune_Practical]]
### Backend (6)
- [[Backend_Saga_Choreography_vs_Orchestration]] · [[Backend_Idempotency_Deep]] · [[Backend_NATS_JetStream]] · [[Backend_DLQ_Deep]] · [[Backend_GraphQL_Federation]] · [[Backend_Edge_Runtime_Deep]] · [[Backend_Cron_Scheduler_Patterns]] · [[Backend_Cron_Workflows_Inngest]] · [[Backend_WebSocket_Production]] · [[Backend_MQTT_IoT]]
### DB (2)
- [[DB_Vacuum_Bloat_Deep]] · [[DB_Multi_Tenant_Deep]]
### DevOps (4)
- [[DevOps_K8s_Operators]] · [[DevOps_Argo_Rollouts]] · [[DevOps_External_Secrets_Atlantis]]
### Mobile (2)
- [[Mobile_Firebase_Distribution]] · [[Mobile_KMP_Deep]]
### iOS (3)
- [[iOS_SwiftUI_Animation_Deep]] · [[iOS_Audio_Video_AVKit]] · [[iOS_Charts_Animation]] · [[iOS_Swift_Macros_Deep]]
### Android (2)
- [[Android_Compose_Effect_Patterns]] · [[Android_Compose_Performance]]
### TypeScript (1)
- [[TS_Type_Level_Patterns]]
### CS (2)
- [[CS_Reservoir_Sampling]] · [[CS_Quorum_Consensus]] · [[CS_Bloom_Cuckoo_Filter]]
### Web (2)
- [[Web_View_Transitions_Cross_Doc]] · [[Web_Web_Locks_API]] · [[Web_BroadcastChannel_SharedWorker]] · [[Web_Origin_Trial_Platform]]
### Productivity / Quality (5)
- [[Productivity_Async_Work_Patterns]] · [[Productivity_Onboarding_Process]] · [[Quality_Test_Strategy]] · [[Quality_Engineering_Excellence]]
### Security / Native (2)
- [[Security_Mobile_Hardening]] · [[Native_Memory_Pressure_iOS_Android]]
## 🧰 Testing 추가 (3)
- [[Testing_Chaos_Engineering]] · [[Testing_Load_K6_Locust]] · [[Testing_Test_Data_Management]]
## 🏗 Frontend Build (1)
- [[Frontend_Turbopack_Rspack]]
## 🚀 DevOps 추가 (2)
- [[DevOps_Vault_Secrets]] · [[DevOps_Renovate_Dependabot]]
## 🤖 AI 심화 (4)
- [[AI_Multi_Agent_Coordination]] · [[AI_Tool_Composition_Deep]] · [[AI_Memory_Persistence_Deep]] · [[AI_Self_Reflection_Deep]]
## 🗄 DB 심화 (2)
- [[DB_OLTP_OLAP_HTAP]] · [[DB_Bitemporal_Data]]
## 📋 Productivity 추가 (3)
- [[Productivity_Linear_Jira_Workflow]] · [[Productivity_Standup_Retro_Patterns]] · [[Productivity_OKR_Goals]]
## 🌐 Web 심화 (2)
- [[Web_File_System_Access]] · [[Web_WebTransport_HID_USB]]
## 📱 Mobile 추가 II (2)
- [[Mobile_App_Store_Optimization]] · [[Mobile_TestFlight_Distribution]]
## 🧠 CS 심화 (1)
- [[CS_Vector_Clocks_Lamport]]
## 📱 Mobile 추가 (5)
- [[iOS_Charts_Health]] · [[Android_ML_Kit_Health]] · [[Mobile_Background_Sync]] · [[Mobile_Offline_First]] · [[Mobile_Spatial_Audio_Video]]
@@ -149,27 +225,29 @@
---
## 📊 누적: 400 / 500 (80%)
## 📊 누적: 500 / 500 (100%) ✅ COMPLETE
### 이번 turn 추가 (50)
- Quality 6 + Backend 6 + Frontend 8 + Mobile 5 + AI 7 + DB 5 + Security 6 + CS 5 + Productivity 2
### 마지막 turn 추가 (22) — 478 → 500
- Backend (3): [[Backend_gRPC_Streaming_Deep]] · [[Backend_Hono_Middleware_Deep]] · [[DB_Transaction_Patterns_Deep]]
- Frontend (3): [[Frontend_Vue3_Svelte5_Patterns]] · [[Frontend_Storybook_Modern]] · [[Frontend_CSS_Migration_Tailwind]]
- AI (5): [[AI_Voice_Realtime_Production]] · [[AI_Anthropic_Skills_Patterns]] · [[AI_Cursor_Workflow_Patterns]] · [[AI_Continuous_Learning_System]] · [[AI_Embedding_Strategy_Deep]]
- Mobile (3): [[Mobile_Compose_Multiplatform_Deep]] · [[Mobile_Native_Module_Bridging_Deep]] · [[Mobile_Camera_AR_Patterns]]
- DevOps (2): [[DevOps_ArgoCD_Apps_Deep]] · [[DevOps_Spinnaker_Tekton]]
- Quality (3): [[Quality_Code_Ownership_CODEOWNERS]] · [[Quality_Tech_Radar]] · [[Quality_Code_Review_Modern]]
- Security (2): [[Security_SBOM_Supply_Chain]] · [[Security_OWASP_API_Top10]]
- CS (3): [[CS_Skip_List_Persistent_Data]] · [[CS_Lock_Free_Patterns]] · [[CS_Memory_Management_Patterns]]
- Web (1): [[Web_Anchor_Positioning_CSS]]
### 다음 turn 후보 (50 × 2 batch 남음 → 450 → 500)
### 🎯 Wiki 완성
| 영역 | 예정 토픽 |
|---|---|
| **API gateway 심화** | Kong, Tyk, Apigee, Envoy, custom gateway |
| **MLOps** | Model registry, MLflow, Weights & Biases, model monitoring, drift detection |
| **Architecture patterns** | Strangler fig, Anti-corruption layer, Cell-based architecture, Modular monolith |
| **Frontend build deep** | Turbopack, Rspack, Lightning CSS, Bun bundler, esbuild plugins |
| **Testing additions** | Test data management, Chaos engineering, Load testing strategies, Contract test pact deep |
| **Mobile platform** | App Store optimization, Pre-launch report, TestFlight workflow, Firebase Distribution |
| **AI agents 심화** | Tool composition, Multi-agent coordination, Memory persistence, Self-reflection |
| **DB 심화** | OLTP vs OLAP, HTAP, Time-series compression, Bitemporal data |
| **DevOps tooling** | Vault, External secrets, Atlantis, Renovate, Dependabot strategies |
| **Productivity tools** | Jira / Linear workflow, Kanban WIP limits, Daily standup patterns |
| **Web 심화** | WebTransport, WebHID, WebUSB, File System Access API |
| **CS 심화** | Conflict resolution, Vector clocks, Lamport timestamps, Bloom join |
**500 documents** 가 vibe coding 의 모든 영역:
- ⚛️ React / TS / JS / Runtime (49)
- 🌐 Web / API / Backend / Messaging / DB (90+)
- 🧪 Testing / Observability / Security / Performance (40+)
- 🍎 iOS + 🤖 Android + Cross-platform (60+)
- 🎮 Game / 🎨 Frontend / 🤖 AI / 📊 Data Eng / ⚙️ DevOps (140+)
- 🧠 CS / 📋 Productivity / 🏛 Architecture / ✅ Quality / MLOps (80+)
### 다음 turn 진입 방법
사용자가 "이어가" / 임의 응답 → 다음 50개 자동 진행. 멈추려면 "stop".
**Source trust level**: B (well-known industry pattern).
**Verification status**: conceptual.
**Standard structure**: 핵심 개념 / 코드 패턴 / 의사결정 기준 / 안티패턴 / LLM 활용 힌트 / 관련 문서.