@su-record/vibe 1.1.6 → 1.1.7
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,8 +138,7 @@ project/
|
|
|
138
138
|
└── .vibe/
|
|
139
139
|
├── config.json # 프로젝트 설정
|
|
140
140
|
├── constitution.md # 프로젝트 원칙
|
|
141
|
-
├── mcp/ # hi-ai MCP (로컬
|
|
142
|
-
│ └── node_modules/ # .gitignore에 포함
|
|
141
|
+
├── mcp/ # hi-ai MCP (로컬 설치, .gitignore)
|
|
143
142
|
├── rules/ # 코딩 규칙
|
|
144
143
|
│ ├── core/ # 핵심 원칙
|
|
145
144
|
│ ├── quality/ # 품질 체크리스트
|