@comate/zulu 1.4.0-beta.6 → 1.4.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/comate-engine/assets/skills/code-review/SKILL.md +20 -20
- package/comate-engine/assets/skills/code-review/agents/correctness-reviewer.md +4 -3
- package/comate-engine/assets/skills/code-review/agents/custom-reviewer.md +8 -3
- package/comate-engine/assets/skills/code-review/agents/meta-reviewer.md +9 -7
- package/comate-engine/assets/skills/code-review/agents/style-reviewer.md +24 -14
- package/comate-engine/assets/skills/code-review/references/dispatch-template.md +10 -22
- package/comate-engine/assets/skills/code-review/references/output-schema.md +4 -4
- package/comate-engine/assets/skills/code-review/references/report-format.md +16 -4
- package/comate-engine/assets/skills/code-review/references/rules/Java/JAVA_STYLE_RULES.md +30 -2
- package/comate-engine/assets/skills/code-review/references/rules/Python/PYTHON_STYLE_RULES.md +28 -2
- package/comate-engine/assets/skills/code-review/references/telemetry.md +30 -1
- package/comate-engine/node_modules/@comate/plugin-engine/dist/index.js +8 -8
- package/comate-engine/node_modules/@comate/plugin-host/dist/{index-B2o7Olgl.js → index-DMeQwfyA.js} +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/index.js +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/main.js +1 -1
- package/comate-engine/node_modules/@comate/plugin-host/dist/{user-COVMgwjA.js → user-GYQM-VG_.js} +8 -8
- package/comate-engine/node_modules/@comate/plugin-shared-internals/dist/index.js +8 -8
- package/comate-engine/node_modules/better-sqlite3/node_modules/.bin/prebuild-install +2 -2
- package/comate-engine/node_modules/tree-sitter-bash/node_modules/.bin/node-gyp-build +2 -2
- package/comate-engine/node_modules/tree-sitter-bash/node_modules/.bin/node-gyp-build-optional +2 -2
- package/comate-engine/node_modules/tree-sitter-bash/node_modules/.bin/node-gyp-build-test +2 -2
- package/comate-engine/server.js +7 -7
- package/dist/bundle/index.js +7 -7
- package/package.json +1 -1
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules/prebuild-install/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
9
|
+
export NODE_PATH="/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules/prebuild-install/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules/prebuild-install/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
11
|
+
export NODE_PATH="/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules/prebuild-install/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/prebuild-install@7.1.3/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../../../../../prebuild-install@7.1.3/node_modules/prebuild-install/bin.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
9
|
+
export NODE_PATH="/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
11
|
+
export NODE_PATH="/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../../../../../node-gyp-build@4.8.4/node_modules/node-gyp-build/bin.js" "$@"
|
package/comate-engine/node_modules/tree-sitter-bash/node_modules/.bin/node-gyp-build-optional
CHANGED
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
9
|
+
export NODE_PATH="/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
11
|
+
export NODE_PATH="/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../../../../../node-gyp-build@4.8.4/node_modules/node-gyp-build/optional.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
9
|
+
export NODE_PATH="/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
11
|
+
export NODE_PATH="/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules/node-gyp-build/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node-gyp-build@4.8.4/node_modules:/Users/wangshenyu/Projects/baidu/ide/comate-plugin-host/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../../../../../node-gyp-build@4.8.4/node_modules/node-gyp-build/build-test.js" "$@"
|