From 2b965f7c8743369f1f546213b0d4e19add6f01bd Mon Sep 17 00:00:00 2001 From: toki Date: Fri, 1 May 2026 11:24:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95:=20framework=20=EB=AA=A8?= =?UTF-8?q?=EB=93=88=20=EC=A0=9C=EA=B1=B0=EC=97=90=20=EB=94=B0=EB=9D=BC=20?= =?UTF-8?q?rules.md=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent-ops/rules/project/rules.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agent-ops/rules/project/rules.md b/agent-ops/rules/project/rules.md index 794b199..0df4110 100644 --- a/agent-ops/rules/project/rules.md +++ b/agent-ops/rules/project/rules.md @@ -32,6 +32,8 @@ lib/ └── pipeline/ # 파이프라인 실행 엔진 ``` +> **참고**: `lib/framework/` 모듈이 제거되었습니다. 기존 기능은 `lib/oto/` 내부로 통합되었습니다. + ## 기술 스택 - 언어: Dart (SDK >=2.18.6 <4.0.0) @@ -85,7 +87,6 @@ lib/ | `lib/oto/application.dart` | core | `agent-ops/rules/project/domain/core/rules.md` | | `lib/oto/core/**` | core | `agent-ops/rules/project/domain/core/rules.md` | | `lib/oto/utils/**` | core | `agent-ops/rules/project/domain/core/rules.md` | -| `lib/framework/**` | framework | `agent-ops/rules/project/domain/framework/rules.md` | | `assets/yaml/sample/**` | sample | `agent-ops/rules/project/domain/sample/rules.md` | ## 스킬 라우팅