flowmind 1.4.6 → 1.4.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "flowmind",
3
- "version": "1.4.6",
4
- "description": "The AI Agent That Learns How You Work - Stop repeating yourself, FlowMind learns your workflows and applies them automatically.",
3
+ "version": "1.4.8",
4
+ "description": "Memory and workflow automation for MCP, Codex, and Claude Code. Reuse repeatable developer operations through skills and explicit feedback.",
5
5
  "main": "core/index.js",
6
6
  "bin": {
7
7
  "flowmind": "./bin/flowmind.js",
@@ -18,16 +18,21 @@
18
18
  "dev": "nodemon core/index.js"
19
19
  },
20
20
  "keywords": [
21
+ "mcp",
22
+ "model-context-protocol",
23
+ "codex",
24
+ "claude-code",
21
25
  "ai-agent",
22
- "workflow-automation",
23
26
  "developer-tools",
24
- "learning-system",
25
- "code-review",
27
+ "cli",
28
+ "workflow-automation",
29
+ "developer-productivity",
30
+ "memory-layer",
31
+ "skill-routing",
26
32
  "log-analysis",
33
+ "code-review",
27
34
  "devops",
28
- "mcp-server",
29
- "claude-integration",
30
- "codex-integration"
35
+ "mcp-server"
31
36
  ],
32
37
  "author": "FlowMind Technologies",
33
38
  "license": "MIT",
@@ -50,8 +55,13 @@
50
55
  "templates/",
51
56
  "config/",
52
57
  "learning/",
58
+ "demo/",
59
+ "docs/integration-guide.md",
60
+ "docs/guide.md",
61
+ "docs/guide.zh-CN.md",
53
62
  "README.md",
54
63
  "README_CN.md",
64
+ "CONTRIBUTING.md",
55
65
  "LICENSE",
56
66
  "CHANGELOG.md"
57
67
  ],