[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
+2 -2
View File
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-CODING-001
id: [[P-Reinforce]]-CODING-001
category: "10_Wiki/💡 Topics/Coding"
confidence_score: 0.92
tags: [coding, ast, compiler]
@@ -26,4 +26,4 @@ github_commit: "batch-reinforce-01"
## 🔗 지식 연결 (Graph)
- **Parent:** 10_Wiki/💡 Topics/Coding
- **Related:** [[CST]], [[Parser]], Visitor-Pattern
- **Raw Source:** 00_Raw/2026-04-20/Abstract-Syntax-Tree-Traversal.md
- **Raw Source:** 00_Raw/2026-04-20/[[Abstract-Syntax-Tree-Traversal]].md
+3 -3
View File
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-CODING-002
id: [[P-Reinforce]]-CODING-002
category: "10_Wiki/💡 Topics/Coding"
confidence_score: 0.95
tags: [coding, cst, compiler, parsing]
@@ -25,5 +25,5 @@ github_commit: "batch-reinforce-06"
## 🔗 지식 연결 (Graph)
- **Parent:** 10_Wiki/💡 Topics/Coding
- **Related:** [[AST_Traversal]], [[Parser]], Formatting-Tools
- **Raw Source:** 00_Raw/2026-04-20/Concrete Syntax Tree (CST).md
- **Related:** [[AST_Traversal]], [[Parser]], [[Formatting]]-Tools
- **Raw Source:** 00_Raw/2026-04-20/[[Concrete Syntax Tree (CST)]].md
+3 -3
View File
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-CODING-004
id: [[P-Reinforce]]-CODING-004
category: "10_Wiki/💡 Topics/Coding"
confidence_score: 0.93
tags: [coding, formatting, style-guide, standard]
@@ -7,7 +7,7 @@ last_reinforced: 2026-04-20
github_commit: "batch-reinforce-07"
---
# Code Formatting (코드 정제 표준)
# [[Code Formatting]] (코드 정제 표준)
## 📌 한 줄 통찰 (The Karpathy Summary)
> 코드의 의미를 바꾸지 않으면서 가독성과 협업의 효율성을 극대화하는 '시각적 문법'의 정립.
@@ -15,7 +15,7 @@ github_commit: "batch-reinforce-07"
## 📖 구조화된 지식 (Synthesized Content)
- **추출된 패턴:** CST(구체 구문 트리)의 정보를 보존하며 통일된 스타일 가이드에 따라 텍스트 배치를 재정렬하는 서식화 패턴.
- **세부 내용:**
- Prettier, ESLint 등 도구를 활용한 자동화된 스타일 교정.
- [[Prettier]], [[ESLint]] 등 도구를 활용한 자동화된 스타일 교정.
- 들여쓰기, 개행 규칙, 식별자 명명 규칙 등 팀 내 합의된 표준 준수.
- 코드 리뷰 시 로직에 집중할 수 있도록 서식 관련 논쟁 원천 차단.
+2 -2
View File
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-CODING-003
id: [[P-Reinforce]]-CODING-003
category: "10_Wiki/💡 Topics/Coding"
confidence_score: 0.97
tags: [coding, scaling, compiler, parser, typescript]
@@ -25,5 +25,5 @@ github_commit: "batch-reinforce-07"
## 🔗 지식 연결 (Graph)
- **Parent:** 10_Wiki/💡 Topics/Coding
- **Related:** [[AST_Traversal]], [[CST]], TypeScript-Architecture
- **Related:** [[AST_Traversal]], [[CST]], TypeScript-[[Architecture]]
- **Raw Source:** 00_Raw/2026-04-20/TypeScript-Compiler-Architecture.md