idea-manager 0.3.1 → 0.3.2
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 +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,15 +106,14 @@ claude mcp add idea-manager -- npx -y idea-manager mcp
|
|
|
106
106
|
| Frontend | Next.js 15, React 19, TypeScript, Tailwind CSS 4 |
|
|
107
107
|
| Backend | Next.js API Routes |
|
|
108
108
|
| Database | SQLite (better-sqlite3) |
|
|
109
|
-
| AI |
|
|
109
|
+
| AI | Claude CLI (구독 기반, API 키 불필요) |
|
|
110
110
|
| MCP | Model Context Protocol (stdio) |
|
|
111
111
|
| CLI | Commander.js |
|
|
112
112
|
|
|
113
|
-
##
|
|
113
|
+
## 요구 사항
|
|
114
114
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
```
|
|
115
|
+
- **Node.js** 18+
|
|
116
|
+
- **Claude CLI** — AI 채팅/다듬기 기능 사용 시 필요 (Claude 구독 필요). 없어도 태스크 관리, 프롬프트 작성 등 기본 기능은 정상 동작합니다.
|
|
118
117
|
|
|
119
118
|
## 라이선스
|
|
120
119
|
|