flowmind 1.0.0 → 1.1.0

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,13 +1,15 @@
1
1
  {
2
2
  "name": "flowmind",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "The AI Agent That Learns How You Work - Stop repeating yourself, FlowMind learns your workflows and applies them automatically.",
5
5
  "main": "core/index.js",
6
6
  "bin": {
7
- "flowmind": "./bin/flowmind.js"
7
+ "flowmind": "./bin/flowmind.js",
8
+ "flowmind-mcp": "./mcp/server.js"
8
9
  },
9
10
  "scripts": {
10
11
  "start": "node core/index.js",
12
+ "mcp": "node mcp/server.js",
11
13
  "test": "jest",
12
14
  "test:coverage": "jest --coverage",
13
15
  "lint": "eslint .",
@@ -21,7 +23,10 @@
21
23
  "learning-system",
22
24
  "code-review",
23
25
  "log-analysis",
24
- "devops"
26
+ "devops",
27
+ "mcp-server",
28
+ "claude-integration",
29
+ "codex-integration"
25
30
  ],
26
31
  "author": "FlowMind Technologies",
27
32
  "license": "MIT",
@@ -36,6 +41,7 @@
36
41
  "files": [
37
42
  "bin/",
38
43
  "core/",
44
+ "mcp/",
39
45
  "skills/",
40
46
  "scripts/",
41
47
  "templates/",
@@ -19,8 +19,8 @@ const DEFAULT_MAPPING = {
19
19
  'aliyun-dms-mcp-server': { type: 'databaseManager', provider: 'aliyun-dms' },
20
20
  'friday-rds-redis-query': { type: 'databaseQuery', provider: 'aliyun-rds-query' },
21
21
  'friday-aliyun-sz-rds-redis': { type: 'redisMonitor', provider: 'aliyun-redis' },
22
- 'aomi-yapi-mcp': { type: 'apiDoc', provider: 'yapi' },
23
- 'aomi-yuque-mcp': { type: 'knowledgeBase', provider: 'yuque' },
22
+ 'yapi-mcp': { type: 'apiDoc', provider: 'yapi' },
23
+ 'yuque-mcp': { type: 'knowledgeBase', provider: 'yuque' },
24
24
  'friday-auto-flow': { type: 'workflow', provider: 'friday-flow' },
25
25
  'friday-auto-report': { type: 'report', provider: 'friday-report' }
26
26
  };
@@ -68,7 +68,7 @@ This skill uses the **apiDoc** component. The actual API documentation provider
68
68
 
69
69
  | Provider | MCP Server | Description |
70
70
  |----------|------------|-------------|
71
- | yapi | aomi-yapi-mcp | YApi API documentation platform |
71
+ | yapi | yapi-mcp | YApi API documentation platform |
72
72
 
73
73
  Configuration is managed in `flowmind.config.json` under `components.apiDoc`.
74
74
 
@@ -69,7 +69,7 @@ This skill uses the **knowledgeBase** component. The actual knowledge base provi
69
69
 
70
70
  | Provider | MCP Server | Description |
71
71
  |----------|------------|-------------|
72
- | yuque | aomi-yuque-mcp | Yuque knowledge base |
72
+ | yuque | yuque-mcp | Yuque knowledge base |
73
73
  | notion | notion-mcp | Notion workspace |
74
74
 
75
75
  Configuration is managed in `flowmind.config.json` under `components.knowledgeBase`.
@@ -105,12 +105,12 @@ FlowMind:
105
105
  ┌─────────────────────────────────────────────────────┐
106
106
  │ Yuque Design Sync Report │
107
107
  ├─────────────────────────────────────────────────────┤
108
- │ Repository: aomi-design-docs
108
+ │ Repository: design-docs
109
109
  │ Document: 订单模块详细设计 │
110
110
  ├─────────────────────────────────────────────────────┤
111
111
  │ Action: Update │
112
112
  │ Status: ✅ Success │
113
- │ URL: https://yuque.com/aomi/design/order-module
113
+ │ URL: https://yuque.com/your-org/design/order-module
114
114
  ├─────────────────────────────────────────────────────┤
115
115
  │ Sections Synced: 6 │
116
116
  │ • API Design: ✅ │
@@ -134,9 +134,9 @@ FlowMind:
134
134
  │ Keyword: 订单 │
135
135
  │ Results: 5 documents │
136
136
  ├─────────────────────────────────────────────────────┤
137
- │ 1. 订单模块详细设计 (aomi-design-docs)
137
+ │ 1. 订单模块详细设计 (design-docs)
138
138
  │ Updated: 2026-06-20 │
139
- │ 2. 订单流程图 (aomi-design-docs)
139
+ │ 2. 订单流程图 (design-docs)
140
140
  │ Updated: 2026-06-18 │
141
141
  │ 3. 订单API文档 (api-docs) │
142
142
  │ Updated: 2026-06-15 │
@@ -148,7 +148,7 @@ FlowMind:
148
148
  ```json
149
149
  {
150
150
  "yuque-sync-design": {
151
- "defaultRepo": "aomi-design-docs",
151
+ "defaultRepo": "design-docs",
152
152
  "syncFormat": "markdown",
153
153
  "autoCreateToc": true,
154
154
  "archiveAfterSync": true