intention-coding 0.2.0 → 0.2.1

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/dist/index.cjs CHANGED
@@ -30,7 +30,7 @@ var __webpack_modules__ = {
30
30
  };
31
31
  const SERVICE_CONFIG = {
32
32
  name: "\u667A\u80FD\u8F6F\u4EF6\u661F\u5DE5\u5382",
33
- version: "0.0.1",
33
+ version: "0.2.0",
34
34
  description: "\u8F6F\u4EF6\u5DE5\u7A0B\u5316\u7684\u9700\u6C42\u5206\u6790\uFF0C\u529F\u80FD\u8BBE\u8BA1\uFF0C\u4EE3\u7801\u7F16\u5199\uFF0C\u6D4B\u8BD5\u8FD0\u884C\u548C\u53D1\u5E03\u90E8\u7F72"
35
35
  };
36
36
  },
package/dist/index.js CHANGED
@@ -44,7 +44,7 @@ var __webpack_modules__ = {
44
44
  };
45
45
  const SERVICE_CONFIG = {
46
46
  name: "\u667A\u80FD\u8F6F\u4EF6\u661F\u5DE5\u5382",
47
- version: "0.0.1",
47
+ version: "0.2.0",
48
48
  description: "\u8F6F\u4EF6\u5DE5\u7A0B\u5316\u7684\u9700\u6C42\u5206\u6790\uFF0C\u529F\u80FD\u8BBE\u8BA1\uFF0C\u4EE3\u7801\u7F16\u5199\uFF0C\u6D4B\u8BD5\u8FD0\u884C\u548C\u53D1\u5E03\u90E8\u7F72"
49
49
  };
50
50
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intention-coding",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "软件工程化的需求分析,功能设计,代码编写,测试运行和发布部署",
5
5
  "type": "module",
6
6
  "exports": {
@@ -26,11 +26,9 @@
26
26
  "prepublish": "npm run build"
27
27
  },
28
28
  "engines": {
29
- "node": ">=16.20.2"
29
+ "node": ">=20.19.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@modelcontextprotocol/inspector": "0.9.0",
33
- "@modelcontextprotocol/sdk": "1.10.2",
34
32
  "@rslib/core": "^0.10.0",
35
33
  "@types/better-sqlite3": "^7.6.13",
36
34
  "@types/node": "^18.0.0",
@@ -42,7 +40,6 @@
42
40
  "zod": "3.25.64"
43
41
  },
44
42
  "dependencies": {
45
- "@anthropic-ai/claude-code": "^1.0.51",
46
43
  "@types/pdf-parse": "^1.1.5",
47
44
  "aico-pack": "2.1.0",
48
45
  "axios": "^1.10.0",
@@ -51,7 +48,6 @@
51
48
  "lru-cache": "^11.1.0",
52
49
  "mammoth": "^1.9.1",
53
50
  "pdf-parse": "^1.1.1",
54
- "repomix": "^0.3.9",
55
51
  "uuid": "^11.1.0",
56
52
  "winston": "^3.17.0",
57
53
  "winston-daily-rotate-file": "^5.0.0",