@dev-symphony/sym 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,6 +17,10 @@ Symphony는 AI 개발환경(IDE, MCP 기반 LLM Tooling)을 위한 정책 기반
17
17
  - [사용 가능한 MCP 도구](#사용-가능한-mcp-도구)
18
18
  - [`query_conventions`](#query_conventions)
19
19
  - [`validate_code`](#validate_code)
20
+ - [`list_category`](#list_category)
21
+ - [`add_category`](#add_category)
22
+ - [`edit_category`](#edit_category)
23
+ - [`remove_category`](#remove_category)
20
24
  - [컨벤션 파일](#컨벤션-파일)
21
25
  - [요구사항](#요구사항)
22
26
  - [지원 플랫폼](#지원-플랫폼)
@@ -29,6 +33,7 @@ Symphony는 AI 개발환경(IDE, MCP 기반 LLM Tooling)을 위한 정책 기반
29
33
  - 자연어로 컨벤션 정의
30
34
  - LLM이 MCP를 통해 필요한 컨벤션만 추출하여 컨텍스트에 포함
31
35
  - LLM이 MCP를 통해 코드 변경사항에 대한 컨벤션 준수 여부를 검사
36
+ - 카테고리 기반 규칙 분류 및 관리
32
37
  - RBAC 기반 접근 제어
33
38
 
34
39
  ---
@@ -80,6 +85,26 @@ sym dashboard
80
85
  - 코드가 정의된 규칙을 따르는지 검사합니다.
81
86
  - 필수 파라미터: `files`
82
87
 
88
+ ### `list_category`
89
+
90
+ - 프로젝트에 정의된 카테고리 목록을 조회합니다.
91
+ - 파라미터 없음
92
+
93
+ ### `add_category`
94
+
95
+ - 새 카테고리를 추가합니다 (배치 지원).
96
+ - 필수 파라미터: `categories` (배열)
97
+
98
+ ### `edit_category`
99
+
100
+ - 기존 카테고리를 편집합니다 (배치 지원).
101
+ - 필수 파라미터: `edits` (배열)
102
+
103
+ ### `remove_category`
104
+
105
+ - 카테고리를 삭제합니다 (배치 지원).
106
+ - 필수 파라미터: `names` (배열)
107
+
83
108
  ---
84
109
 
85
110
  ## 컨벤션 파일
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-symphony/sym",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Symphony - LLM-friendly convention linter for AI coding assistants",
5
5
  "keywords": [
6
6
  "mcp",