feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-ESRL-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.97
tags: [auto-reinforced, eslint, linter, static-analysis, code-quality, dev-tooling, automation]
last_reinforced: 2026-04-20
@@ -26,6 +26,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 이제는 사람이 일일이 규칙 정책을 짜는 것을 넘어, AI 가 프로젝트 코드 전체를 학습하여 반복되는 오류 정책을 발견하고 새로운 린트 규칙 정책을 스스로 제안하는 시대로 진화 중임. (Scripts와 연결)
## 🔗 지식 연결 (Graph)
- [[Technical-Debt]], [[Testing]], [[Scripts]], [[Quality-Control]], [[Automation]], [[Technical-Architecture]]
- [[Technical-Debt]], [[Testing]], [[Scripts]], [[Quality-Control]], Automation, [[Technical-Architecture]]
- **Key Concepts**: Abstract Syntax Tree (AST), Esprima, Estraverse.
---