idea-manager 0.9.6 → 0.9.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.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,14 +1,18 @@
1
1
  {
2
2
  "name": "idea-manager",
3
- "version": "0.9.6",
4
- "description": "AI 기반 브레인스토밍 구조화 프롬프트 생성 도구. MCP Server 내장.",
3
+ "version": "0.9.7",
4
+ "description": "Turn free-form brainstorming into structured task trees with AI-generated prompts. Built-in MCP Server for autonomous AI agent execution. Local-first with SQLite, cross-PC sync via Git.",
5
5
  "keywords": [
6
6
  "brainstorm",
7
7
  "ai",
8
8
  "mcp",
9
9
  "idea",
10
+ "task-manager",
11
+ "prompt",
10
12
  "structuring",
11
- "prompt"
13
+ "project-management",
14
+ "sqlite",
15
+ "local-first"
12
16
  ],
13
17
  "author": "navskh",
14
18
  "license": "MIT",