idea-manager 0.7.9 → 0.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idea-manager",
3
- "version": "0.7.9",
3
+ "version": "0.7.10",
4
4
  "description": "AI 기반 브레인스토밍 → 구조화 → 프롬프트 생성 도구. MCP Server 내장.",
5
5
  "keywords": [
6
6
  "brainstorm",
@@ -57,7 +57,7 @@ export default function Editor({ projectId, onCollapse }: EditorProps) {
57
57
  return (
58
58
  <div className="flex flex-col h-full">
59
59
  <div className="flex items-center justify-between px-4 py-2 border-b border-border">
60
- <h2 className="text-sm font-medium text-muted-foreground">브레인스토밍</h2>
60
+ <h2 className="text-sm font-medium text-muted-foreground">BRAINSTORMING</h2>
61
61
  <div className="flex items-center gap-2">
62
62
  <span className="text-xs text-muted-foreground">
63
63
  {saving ? '저장 중...' : content ? '저장됨' : ''}