feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: P-REINFORCE-662214
|
||||
category: "[[10_Wiki/💡 Topics/Software Architecture]]"
|
||||
category: "10_Wiki/💡 Topics/Software Architecture"
|
||||
confidence_score: 0.95
|
||||
tags: []
|
||||
last_reinforced: 2026-04-20
|
||||
@@ -21,5 +21,5 @@ github_commit: "[P-Reinforce] Mega Batch - Wikified API-Contract-Definition"
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
|
||||
- Raw Source: [[00_Raw/2026-04-20/API-Contract-Definition.md]]
|
||||
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: P-REINFORCE-E43C2B
|
||||
category: "[[10_Wiki/💡 Topics/Software Architecture]]"
|
||||
category: "10_Wiki/💡 Topics/Software Architecture"
|
||||
confidence_score: 0.95
|
||||
tags: []
|
||||
last_reinforced: 2026-04-20
|
||||
@@ -32,11 +32,11 @@ github_commit: "[P-Reinforce] Mega Batch - Wikified API-First Architecture"
|
||||
- **정책 변화:** Software Architecture 카테고리의 전문성 확보 및 링크 밀도 최적화.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[Contract-Driven Development]], [[OpenAPI]], [[AsyncAPI]]
|
||||
- **Projects/Contexts:** [[Stripe]], [[Twilio]] (이 철학으로 잘 문서화된 API를 구축하여 비즈니스를 성장시킨 대표적인 기업 사례 [3])
|
||||
- **Related Topics:** Contract-Driven Development, OpenAPI, AsyncAPI
|
||||
- **Projects/Contexts:** Stripe, Twilio (이 철학으로 잘 문서화된 API를 구축하여 비즈니스를 성장시킨 대표적인 기업 사례 [3])
|
||||
- **Contradictions/Notes:** 소스 내에 상충되는 주장은 존재하지 않습니다. 다만, 이 구조의 구현 복잡성은 '중간(Medium)' 수준이며, 성공적인 도입과 유지를 위해서는 스펙 우선(spec-first)의 규율과 명확한 거버넌스가 요구된다고 명시하고 있습니다 [5].
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-18*
|
||||
- Raw Source: [[00_Raw/2026-04-20/API-First Architecture.md]]
|
||||
|
||||
---
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-4BB54E
|
||||
category: "[[10_Wiki/💡 Topics/Software Architecture]]"
|
||||
category: "10_Wiki/💡 Topics/Software Architecture"
|
||||
confidence_score: 0.98
|
||||
tags: [AlphaGo, MCTS, Reinforcement Learning, Simulation, Robotics]
|
||||
last_reinforced: 2026-04-20
|
||||
@@ -25,5 +25,5 @@ github_commit: "[P-Reinforce] Substantial content added to AI Simulation Bundle.
|
||||
- 시뮬레이션은 정교할수록 좋지만, 현실과의 괴리인 'Reality Gap'이 항상 존재한다. 이를 해결하기 위해 Domain Randomization(시뮬레이션 환경에 무작위 변동을 주어 강건함을 확보) 기법이 필수적으로 동반되어야 한다.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Related: [[Digital Twins]] , [[Reinforcement Learning]] , [[Systemic_Simulation_Principles]]
|
||||
- Related: [[Digital Twins]] , Reinforcement Learning , [[Systemic_Simulation_Principles]]
|
||||
- Foundation: [[Information Theory]]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: P-REINFORCE-4F930E
|
||||
category: "[[10_Wiki/💡 Topics/Software Architecture]]"
|
||||
category: "10_Wiki/💡 Topics/Software Architecture"
|
||||
confidence_score: 0.95
|
||||
tags: []
|
||||
last_reinforced: 2026-04-20
|
||||
@@ -21,5 +21,5 @@ github_commit: "[P-Reinforce] Mega Batch - Wikified Architectural-Constraint-Enf
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
|
||||
- Raw Source: [[00_Raw/2026-04-20/Architectural-Constraint-Enforcement.md]]
|
||||
|
||||
---
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: DDD-MASTER-001
|
||||
category: "[[10_Wiki/💡 Topics/Software Architecture]]"
|
||||
category: "10_Wiki/💡 Topics/Software Architecture"
|
||||
confidence_score: 1.0
|
||||
tags: [architecture, ddd, strategic-design, tactical-design, ubiquitous-language]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Domain-Driven Design (DDD, 도메인 주도 설계)]]
|
||||
# Domain-Driven Design (DDD, 도메인 주도 설계)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "복잡한 비즈니스 로직을 소프트웨어의 심장으로 만들어라" — 기술적 복잡성보다 비즈니스 도메인의 복잡성을 우선시하며, 개발자와 전문가가 동일한 언어(Ubiquitous Language)로 소통하며 설계하는 방법론.
|
||||
@@ -28,10 +28,10 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 '지식 관리', '게임 엔진', '데이터 수집'을 각각의 Bounded Context로 분리하고, 컨텍스트 간 통신은 메시지 큐를 통한 비동기 방식을 지향함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** [[10_Wiki/💡 Topics/Software Architecture]]
|
||||
- **Related:** [[Bounded-Context]], [[Microservices]], [[Clean-Architecture]], [[Event-Sourcing]]
|
||||
- **Parent:** 10_Wiki/💡 Topics/Software Architecture
|
||||
- **Related:** Bounded-Context, Microservices, Clean-Architecture, Event-Sourcing
|
||||
- **Merged Sources:**
|
||||
- [[10_Wiki/Topics/AI/Domain-Driven Design (DDD) in TypeScript.md]]
|
||||
- [[10_Wiki/Topics/AI/Domain-Driven Design (DDD) Type Safety.md]]
|
||||
- [[10_Wiki/Topics/AI/도메인 주도 설계 (Domain-Driven Design DDD).md]]
|
||||
- [[10_Wiki/Topics/Frontend_Mastery/Domain-Driven Design (DDD).md]]
|
||||
- 10_Wiki/Topics/AI/Domain-Driven Design (DDD) in TypeScript.md
|
||||
- 10_Wiki/Topics/AI/Domain-Driven Design (DDD) Type Safety.md
|
||||
- 10_Wiki/Topics/AI/도메인 주도 설계 (Domain-Driven Design DDD).md
|
||||
- 10_Wiki/Topics/Frontend_Mastery/Domain-Driven Design (DDD).md
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: P-REINFORCE-AI-048
|
||||
category: "[[10_Wiki/💡 Topics/Software Architecture]]"
|
||||
category: "10_Wiki/💡 Topics/Software Architecture"
|
||||
confidence_score: 0.99
|
||||
tags: [microservice, architecture, distributed system, scalability]
|
||||
last_reinforced: 2026-06-XX
|
||||
@@ -29,5 +29,5 @@ github_commit: "[P-Reinforce] Processed Microservices-Architecture.md"
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Parent: [[Microservices-Architecture]]
|
||||
- Related: [[Bounded Contexts]] , [[Event Storming]] , [[API-First Architecture]]
|
||||
- Raw Source: [[00_Raw/Microservices-Architecture.md]]
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user