@unity-china/codely-cli 1.0.0-rc.1 → 1.0.0-rc.11

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": "@unity-china/codely-cli",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.11",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -30,14 +30,15 @@
30
30
  "test": "cross-env NODE_NO_WARNINGS=1 npm run test --workspaces --if-present",
31
31
  "test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts",
32
32
  "test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts",
33
+ "test:bundle-smoke": "npm run bundle && vitest run --config ./scripts/tests/vitest.config.ts -- scripts/tests/bundle-smoke.test.js",
33
34
  "test:e2e": "cross-env VERBOSE=true KEEP_OUTPUT=true npm run test:integration:sandbox:none",
34
35
  "test:integration:all": "npm run test:integration:sandbox:none && npm run test:integration:sandbox:docker && npm run test:integration:sandbox:podman",
35
36
  "test:integration:sandbox:none": "cross-env GEMINI_SANDBOX=false vitest run --root ./integration-tests",
36
37
  "test:integration:sandbox:docker": "npm run build:sandbox && cross-env GEMINI_SANDBOX=docker vitest run --root ./integration-tests",
37
38
  "test:integration:sandbox:podman": "cross-env GEMINI_SANDBOX=podman vitest run --root ./integration-tests",
38
- "lint": "eslint . --ext .ts,.tsx --ignore-pattern qwen-code --ignore-pattern gemini-cli --ignore-pattern opencode && eslint integration-tests",
39
- "lint:fix": "eslint . --fix --ignore-pattern qwen-code --ignore-pattern gemini-cli --ignore-pattern opencode && eslint integration-tests --fix",
40
- "lint:ci": "eslint . --ext .ts,.tsx --max-warnings 0 --ignore-pattern qwen-code --ignore-pattern gemini-cli --ignore-pattern opencode && eslint integration-tests --max-warnings 0",
39
+ "lint": "eslint --ext .ts,.tsx packages",
40
+ "lint:fix": "eslint --ext .ts,.tsx --fix packages",
41
+ "lint:ci": "eslint --ext .ts,.tsx --max-warnings 0 packages",
41
42
  "format": "prettier --experimental-cli --ignore-path .gitignore --write .",
42
43
  "typecheck": "npm run typecheck --workspaces --if-present",
43
44
  "preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
@@ -46,6 +47,8 @@
46
47
  "release:version": "node scripts/version.js",
47
48
  "telemetry": "node scripts/telemetry.js",
48
49
  "verify-external-platforms": "node scripts/verify-external-platforms-disabled.js",
50
+ "export:system-prompt": "node scripts/export-system-prompt.mjs",
51
+ "export:system-prompt:unity": "node scripts/export-system-prompt.mjs --with-unity",
49
52
  "clean": "node scripts/clean.js",
50
53
  "install-cli": "npm install -g ./packages/cli",
51
54
  "pack": "node scripts/ensure-dist.js && npm run build && npm pack --pack-destination ./dist",
@@ -88,7 +91,6 @@
88
91
  "cross-env": "^7.0.3",
89
92
  "esbuild": "^0.25.0",
90
93
  "eslint": "^9.24.0",
91
- "postject": "^1.0.0-alpha.6",
92
94
  "eslint-config-prettier": "^10.1.2",
93
95
  "eslint-plugin-import": "^2.31.0",
94
96
  "eslint-plugin-license-header": "^0.8.0",
@@ -103,6 +105,7 @@
103
105
  "mnemonist": "^0.40.3",
104
106
  "mock-fs": "^5.5.0",
105
107
  "msw": "^2.10.4",
108
+ "postject": "^1.0.0-alpha.6",
106
109
  "prettier": "^3.5.3",
107
110
  "rcedit": "^4.0.1",
108
111
  "react-devtools-core": "^6.1.2",