@auto-ai/agent 2.1.98 → 2.1.102
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/404.html +1 -1
- package/dist/_next/static/chunks/61a0a3d64729e396.js +5 -0
- package/dist/_next/static/chunks/{52e2164e45febae6.js → 709b3b8b804968f9.js} +1 -1
- package/dist/_next/static/chunks/ca9f8762dcc69f96.js +1 -0
- package/dist/_next/static/chunks/e070f5d18cd33b41.js +5 -0
- package/dist/_next/static/chunks/e520aa06a5014225.js +1 -0
- package/dist/_next/static/chunks/f2835908a39a5ecd.js +1 -0
- package/dist/_next/static/chunks/{turbopack-3d84668fefd38b4b.js → turbopack-c6738ed405f889d3.js} +1 -1
- package/dist/_next/static/chunks/{turbopack-8b41433c9a94981f.js → turbopack-d89adea5a8b1dc47.js} +1 -1
- package/dist/_next/static/chunks/{turbopack-be468c2a89b10d33.js → turbopack-fd992622892ef26f.js} +1 -1
- package/dist/_next/static/{cTHBIunE3OANgRkUnrMUo → sZLdRgbBZICVvq28FwOCR}/_buildManifest.js +1 -1
- package/dist/index.html +1 -1
- package/dist/index.txt +25 -27
- package/dist/manage/{about/index.html → about.html} +2 -2
- package/dist/manage/about.txt +38 -0
- package/dist/manage/add-account/{index.html → basic.html} +2 -2
- package/dist/manage/add-account/basic.txt +36 -0
- package/dist/manage/add-account/{prompt/index.html → prompt.html} +2 -2
- package/dist/manage/add-account/prompt.txt +37 -0
- package/dist/manage/{add-account/basic/index.html → add-account.html} +2 -2
- package/dist/manage/add-account.txt +42 -0
- package/dist/manage/{agent-teams/index.html → agent-teams.html} +2 -2
- package/dist/manage/agent-teams.txt +42 -0
- package/dist/manage/{env/index.html → env.html} +2 -2
- package/dist/manage/env.txt +41 -0
- package/dist/manage/{permissions/index.html → general.html} +2 -2
- package/dist/manage/general.txt +39 -0
- package/dist/manage/{mcp/index.html → mcp.html} +2 -2
- package/dist/manage/mcp.txt +41 -0
- package/dist/manage/{general/index.html → permissions.html} +2 -2
- package/dist/manage/permissions.txt +39 -0
- package/dist/manage/{skills/index.html → skills.html} +2 -2
- package/dist/manage/skills.txt +41 -0
- package/dist/manage/{task/index.html → task.html} +2 -2
- package/dist/manage/task.txt +39 -0
- package/dist/manage/teams.html +1 -0
- package/dist/manage/teams.txt +38 -0
- package/dist/manage/{tools/index.html → tools.html} +2 -2
- package/dist/manage/tools.txt +41 -0
- package/dist/manage.html +1 -0
- package/dist/manage.txt +35 -0
- package/dist/ws-test.html +78 -27
- package/lib/launcher-env.js +63 -4
- package/package.json +8 -6
- package/skills-runtime/geelib/SKILL.md +229 -0
- package/skills-runtime/geelib/build.mjs +15 -0
- package/skills-runtime/geelib/cli/args.ts +67 -0
- package/skills-runtime/geelib/cli/auth.ts +159 -0
- package/skills-runtime/geelib/cli/client.ts +56 -0
- package/skills-runtime/geelib/cli/commands/comment.ts +25 -0
- package/skills-runtime/geelib/cli/commands/matter.ts +167 -0
- package/skills-runtime/geelib/cli/commands/poll.ts +322 -0
- package/skills-runtime/geelib/cli/commands/project.ts +98 -0
- package/skills-runtime/geelib/cli/commands/user.ts +5 -0
- package/skills-runtime/geelib/cli/index.ts +171 -0
- package/skills-runtime/geelib/geelib-poller-state.json +17 -0
- package/skills-runtime/geelib/geelib.mjs +762 -0
- package/skills-runtime/geelib/node_modules/.package-lock.json +67 -0
- package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/README.md +3 -0
- package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/package.json +20 -0
- package/skills-runtime/geelib/node_modules/esbuild/LICENSE.md +21 -0
- package/skills-runtime/geelib/node_modules/esbuild/README.md +3 -0
- package/skills-runtime/geelib/node_modules/esbuild/bin/esbuild +0 -0
- package/skills-runtime/geelib/node_modules/esbuild/install.js +289 -0
- package/skills-runtime/geelib/node_modules/esbuild/lib/main.d.ts +716 -0
- package/skills-runtime/geelib/node_modules/esbuild/lib/main.js +2242 -0
- package/skills-runtime/geelib/node_modules/esbuild/package.json +49 -0
- package/skills-runtime/geelib/package-lock.json +499 -0
- package/skills-runtime/geelib/package.json +12 -0
- package/tools-runtime/code-tool/build-cli.ts +10 -0
- package/tools-runtime/code-tool/build.ts +10 -0
- package/tools-runtime/code-tool/bun.lock +15 -0
- package/tools-runtime/code-tool/code-tool.mjs +292 -0
- package/tools-runtime/code-tool/index.cjs +15179 -0
- package/tools-runtime/code-tool/node_modules/zod/LICENSE +21 -0
- package/tools-runtime/code-tool/node_modules/zod/README.md +191 -0
- package/tools-runtime/code-tool/node_modules/zod/index.cjs +33 -0
- package/tools-runtime/code-tool/node_modules/zod/index.d.cts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/index.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/index.js +4 -0
- package/tools-runtime/code-tool/node_modules/zod/locales/index.cjs +17 -0
- package/tools-runtime/code-tool/node_modules/zod/locales/index.d.cts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/locales/index.d.ts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/locales/index.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/locales/package.json +7 -0
- package/tools-runtime/code-tool/node_modules/zod/mini/index.cjs +32 -0
- package/tools-runtime/code-tool/node_modules/zod/mini/index.d.cts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/mini/index.d.ts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/mini/index.js +3 -0
- package/tools-runtime/code-tool/node_modules/zod/mini/package.json +7 -0
- package/tools-runtime/code-tool/node_modules/zod/package.json +135 -0
- package/tools-runtime/code-tool/node_modules/zod/src/index.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/src/locales/index.ts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/src/mini/index.ts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/ZodError.ts +330 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/datetime.ts +58 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +80 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/index.ts +59 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/ipv4.ts +57 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/object.ts +69 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/primitives.ts +162 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/realworld.ts +63 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/string.ts +55 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/union.ts +80 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/errors.ts +13 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/external.ts +6 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/enumUtil.ts +17 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/errorUtil.ts +8 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/parseUtil.ts +176 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/partialUtil.ts +34 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/typeAliases.ts +2 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/util.ts +224 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/index.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/locales/en.ts +124 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/standard-schema.ts +113 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/Mocker.ts +54 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/all-errors.test.ts +157 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/anyunknown.test.ts +28 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/array.test.ts +71 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/async-parsing.test.ts +388 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/async-refinements.test.ts +46 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/base.test.ts +29 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/bigint.test.ts +55 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/branded.test.ts +53 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/catch.test.ts +220 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/coerce.test.ts +133 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/complex.test.ts +70 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/custom.test.ts +31 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/date.test.ts +32 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/deepmasking.test.ts +186 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/default.test.ts +112 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/description.test.ts +33 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +315 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/enum.test.ts +80 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/error.test.ts +551 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/firstparty.test.ts +87 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +21 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/function.test.ts +261 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/generics.test.ts +48 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/instanceof.test.ts +37 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/intersection.test.ts +110 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/language-server.source.ts +76 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/language-server.test.ts +207 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/literal.test.ts +36 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/map.test.ts +110 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/masking.test.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/mocker.test.ts +19 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nan.test.ts +24 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nativeEnum.test.ts +87 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nullable.test.ts +42 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/number.test.ts +176 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object-augmentation.test.ts +29 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +29 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object.test.ts +434 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/optional.test.ts +42 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/parseUtil.test.ts +23 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/parser.test.ts +41 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/partials.test.ts +243 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/pickomit.test.ts +111 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/pipeline.test.ts +29 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/preprocess.test.ts +186 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/primitive.test.ts +440 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/promise.test.ts +90 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/readonly.test.ts +194 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/record.test.ts +171 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/recursive.test.ts +197 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/refine.test.ts +313 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/safeparse.test.ts +27 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/set.test.ts +142 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/standard-schema.test.ts +83 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/string.test.ts +916 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/transformer.test.ts +233 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/tuple.test.ts +90 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/unions.test.ts +57 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/validations.test.ts +133 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/void.test.ts +15 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v3/types.ts +5138 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/checks.ts +32 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/coerce.ts +27 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/compat.ts +70 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/errors.ts +82 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/external.ts +52 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/from-json-schema.ts +659 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/index.ts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/iso.ts +90 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/parse.ts +82 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/schemas.ts +2672 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +26 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/apply.test.ts +59 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/array.test.ts +264 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/assignability.test.ts +216 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +381 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +68 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/base.test.ts +7 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/bigint.test.ts +54 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/brand.test.ts +106 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/catch.test.ts +326 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +20 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +573 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/codec.test.ts +703 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/coerce.test.ts +160 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/continuability.test.ts +374 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/custom.test.ts +40 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/date.test.ts +62 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/datetime.test.ts +302 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/default.test.ts +409 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +27 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/description.test.ts +32 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +197 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +694 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/enum.test.ts +285 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +807 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/error.test.ts +711 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/file.test.ts +96 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +179 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +26 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +895 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/function.test.ts +360 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/generics.test.ts +72 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/global-config.test.ts +39 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/hash.test.ts +68 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/index.test.ts +939 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +60 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/intersection.test.ts +198 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +46 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/json.test.ts +109 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/lazy.test.ts +227 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/literal.test.ts +117 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +29 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +24 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/map.test.ts +330 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nan.test.ts +21 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +168 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +101 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nullable.test.ts +22 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/number.test.ts +325 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/object.test.ts +717 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/optional.test.ts +333 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/partial.test.ts +450 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +211 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/pipe.test.ts +101 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/prefault.test.ts +74 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +26 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +351 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/primitive.test.ts +175 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/promise.test.ts +81 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +23 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/readonly.test.ts +252 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/record.test.ts +717 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +631 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/refine.test.ts +633 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/registries.test.ts +243 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/set.test.ts +181 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +134 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +125 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/string.test.ts +1224 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +106 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +771 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +438 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +3125 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/transform.test.ts +378 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/tuple.test.ts +496 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/union.test.ts +273 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/url.test.ts +13 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/validations.test.ts +283 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/void.test.ts +12 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/api.ts +1823 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/checks.ts +1293 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/config.ts +15 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/core.ts +153 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/doc.ts +44 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/errors.ts +455 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/index.ts +16 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema-generator.ts +126 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema-processors.ts +666 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema.ts +147 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/parse.ts +195 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/regexes.ts +190 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/registries.ts +105 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/schemas.ts +4730 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/standard-schema.ts +159 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/extend.test.ts +59 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/index.test.ts +46 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/be.test.ts +124 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/el.test.ts +215 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/en.test.ts +22 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/es.test.ts +181 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +72 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/he.test.ts +379 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +163 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +46 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +128 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +69 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +105 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +125 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +45 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/to-json-schema.ts +622 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/util.ts +983 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/versions.ts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/zsf.ts +323 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/index.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ar.ts +115 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/az.ts +111 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/be.ts +176 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/bg.ts +128 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ca.ts +116 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/cs.ts +118 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/da.ts +123 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/de.ts +116 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/el.ts +121 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/en.ts +123 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/eo.ts +118 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/es.ts +141 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fa.ts +126 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fi.ts +121 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fr-CA.ts +116 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fr.ts +132 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/he.ts +246 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hr.ts +131 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hu.ts +117 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hy.ts +164 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/id.ts +115 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/index.ts +52 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/is.ts +119 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/it.ts +116 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ja.ts +114 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ka.ts +123 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/kh.ts +7 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/km.ts +119 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ko.ts +121 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/lt.ts +239 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/mk.ts +118 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ms.ts +115 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/nl.ts +121 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/no.ts +116 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ota.ts +117 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/pl.ts +118 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ps.ts +126 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/pt.ts +116 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ro.ts +129 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ru.ts +176 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/sl.ts +118 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/sv.ts +119 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ta.ts +118 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/th.ts +119 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/tr.ts +111 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ua.ts +7 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/uk.ts +117 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ur.ts +119 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/uz.ts +117 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/vi.ts +117 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/yo.ts +124 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/zh-CN.ts +116 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/zh-TW.ts +115 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/checks.ts +32 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/coerce.ts +27 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/external.ts +41 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/index.ts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/iso.ts +66 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/parse.ts +14 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/schemas.ts +1947 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/apply.test.ts +24 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/assignability.test.ts +129 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/brand.test.ts +94 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/checks.test.ts +144 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/codec.test.ts +548 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/computed.test.ts +36 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/error.test.ts +22 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/functions.test.ts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/index.test.ts +993 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/number.test.ts +95 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/object.test.ts +227 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +43 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +325 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +50 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/string.test.ts +352 -0
- package/tools-runtime/code-tool/node_modules/zod/src/v4-mini/index.ts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.cjs +138 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.d.cts +164 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.d.ts +164 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.js +133 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/errors.cjs +17 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/errors.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/errors.d.ts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/errors.js +9 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/external.cjs +22 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/external.d.cts +6 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/external.d.ts +6 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/external.js +6 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.js +6 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.cjs +137 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.d.cts +85 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.d.ts +85 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.js +133 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/index.cjs +33 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/index.d.cts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/index.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/index.js +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.cjs +112 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.d.cts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.d.ts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/package.json +7 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.cjs +2 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.d.cts +102 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.d.ts +102 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/types.cjs +3777 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/types.d.cts +1034 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/types.d.ts +1034 -0
- package/tools-runtime/code-tool/node_modules/zod/v3/types.js +3695 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.cjs +33 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.d.cts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.d.ts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.cjs +47 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.d.cts +17 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.d.ts +17 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.js +17 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.cjs +61 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.d.cts +50 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.d.ts +50 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.js +31 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.cjs +74 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.d.cts +30 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.d.ts +30 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.js +48 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.cjs +73 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.d.cts +16 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.d.ts +16 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.js +20 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.cjs +625 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.d.cts +12 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.d.ts +12 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.js +599 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.cjs +33 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.d.cts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.js +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.cjs +60 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.d.cts +22 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.d.ts +22 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.js +30 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/package.json +7 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.cjs +41 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.d.cts +31 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.d.ts +31 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.js +15 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.cjs +1511 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.d.cts +767 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.d.ts +767 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.js +1395 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/api.cjs +1227 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/api.d.cts +325 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/api.d.ts +325 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/api.js +1087 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.cjs +601 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.d.cts +278 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.d.ts +278 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.js +575 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/core.cjs +85 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/core.d.cts +70 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/core.d.ts +70 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/core.js +78 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.cjs +39 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.d.cts +14 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.d.ts +14 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.js +35 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.cjs +216 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.d.cts +221 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.d.ts +221 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.js +185 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/index.cjs +47 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/index.d.cts +16 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/index.d.ts +16 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/index.js +16 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.cjs +99 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.d.cts +65 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.d.ts +65 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.cjs +644 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.d.cts +49 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.d.ts +49 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.js +601 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.cjs +2 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.d.cts +88 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.d.ts +88 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/package.json +7 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.cjs +131 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.d.cts +49 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.d.ts +49 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.js +93 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.cjs +172 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.d.cts +85 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.d.ts +85 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.js +139 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.cjs +56 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.d.cts +35 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.d.ts +35 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.js +51 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.cjs +2270 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.d.cts +1184 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.d.ts +1184 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.js +2239 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.cjs +2 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.d.cts +126 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.d.ts +126 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.cjs +457 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.d.cts +114 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.d.ts +114 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.js +448 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/util.cjs +734 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/util.d.cts +200 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/util.d.ts +200 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/util.js +674 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.cjs +8 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.d.ts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.js +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/index.cjs +22 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/index.d.cts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/index.d.ts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/index.js +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.cjs +133 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.js +106 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.cjs +132 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.js +105 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.cjs +183 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.js +156 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.cjs +147 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.js +120 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.cjs +134 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.js +107 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.cjs +138 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.js +111 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.cjs +142 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.js +115 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.cjs +135 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.js +108 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.cjs +136 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.cjs +140 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.js +113 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.cjs +136 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.cjs +159 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.js +132 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.cjs +141 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.js +114 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.cjs +139 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.js +112 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.cjs +134 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.cjs +152 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.js +125 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.cjs +241 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.js +214 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.cjs +149 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.js +122 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.cjs +135 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.js +108 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.cjs +174 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.js +147 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.cjs +133 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.js +106 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.cjs +111 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.d.cts +52 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.d.ts +52 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.js +52 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.cjs +136 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.cjs +135 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.js +108 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.cjs +134 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.js +107 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.cjs +139 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.js +112 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.cjs +12 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.d.ts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.js +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.cjs +137 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.js +110 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.cjs +138 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.js +111 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.cjs +230 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.js +203 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.cjs +136 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.cjs +134 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.js +107 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.cjs +137 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.js +110 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.cjs +135 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.js +108 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.cjs +136 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/package.json +7 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.cjs +136 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.cjs +141 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.js +114 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.cjs +135 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.js +108 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.cjs +146 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.js +119 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.cjs +183 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.js +156 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.cjs +136 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.cjs +137 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.js +110 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.cjs +137 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.js +110 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.cjs +137 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.js +110 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.cjs +132 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.js +105 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.cjs +12 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.d.ts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.js +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.cjs +135 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.js +108 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.cjs +137 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.js +110 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.cjs +137 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.js +110 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.cjs +135 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.js +108 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.cjs +134 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.js +107 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.cjs +136 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.cjs +134 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.d.cts +5 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.cjs +34 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.d.cts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.d.ts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.cjs +52 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.d.cts +7 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.d.ts +7 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.js +22 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.cjs +63 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.d.cts +13 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.d.ts +13 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.js +14 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.cjs +32 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.d.cts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.d.ts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.js +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.cjs +64 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.d.cts +22 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.d.ts +22 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.js +34 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/package.json +7 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.cjs +16 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.d.cts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.d.ts +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.js +1 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.cjs +1083 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.d.cts +445 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.d.ts +445 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.js +961 -0
- package/tools-runtime/code-tool/node_modules/zod/v4/package.json +7 -0
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.cjs +32 -0
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.d.cts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.d.ts +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.js +3 -0
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/package.json +7 -0
- package/tools-runtime/code-tool/package.json +12 -0
- package/tools-runtime/code-tool/src/actions/apply.ts +32 -0
- package/tools-runtime/code-tool/src/actions/inspect.ts +30 -0
- package/tools-runtime/code-tool/src/actions/prepare.ts +22 -0
- package/tools-runtime/code-tool/src/actions/read.ts +22 -0
- package/tools-runtime/code-tool/src/actions/record.ts +37 -0
- package/tools-runtime/code-tool/src/actions/run.ts +54 -0
- package/tools-runtime/code-tool/src/actions/search.ts +46 -0
- package/tools-runtime/code-tool/src/actions/status.ts +35 -0
- package/tools-runtime/code-tool/src/agentConfig.test.ts +16 -0
- package/tools-runtime/code-tool/src/agentConfig.ts +28 -0
- package/tools-runtime/code-tool/src/cli.ts +42 -0
- package/tools-runtime/code-tool/src/codeMdTemplate.ts +33 -0
- package/tools-runtime/code-tool/src/hooks.ts +33 -0
- package/tools-runtime/code-tool/src/index.ts +204 -0
- package/tools-runtime/code-tool/src/memory/constants.ts +13 -0
- package/tools-runtime/code-tool/src/memory/loadCodeMd.ts +194 -0
- package/tools-runtime/code-tool/src/memory/types.ts +9 -0
- package/tools-runtime/code-tool/src/mergeSection.test.ts +28 -0
- package/tools-runtime/code-tool/src/mergeSection.ts +68 -0
- package/tools-runtime/code-tool/src/pathGuard.ts +31 -0
- package/tools-runtime/code-tool/src/projectScan.ts +61 -0
- package/tools-runtime/code-tool/src/sessionAppend.ts +38 -0
- package/tools-runtime/code-tool/src/workspace.ts +24 -0
- package/tools-runtime/code-tool/src/wsInit.ts +53 -0
- package/tools-runtime/git-tool/build.ts +24 -0
- package/tools-runtime/git-tool/bun.lock +15 -0
- package/tools-runtime/git-tool/index.cjs +14210 -0
- package/tools-runtime/git-tool/package.json +12 -0
- package/tools-runtime/git-tool/src/agentConfig.test.ts +16 -0
- package/tools-runtime/git-tool/src/agentConfig.ts +34 -0
- package/tools-runtime/git-tool/src/hooks.ts +32 -0
- package/tools-runtime/git-tool/src/index.ts +505 -0
- package/tools-runtime/git-tool/src/workspace.test.ts +143 -0
- package/tools-runtime/git-tool/src/workspace.ts +277 -0
- package/tools-runtime/git-tool/src/wsInit.ts +25 -0
- package/tools-runtime/schedule-tool/build.ts +10 -0
- package/tools-runtime/schedule-tool/index.cjs +14078 -0
- package/tools-runtime/schedule-tool/package.json +12 -0
- package/tools-runtime/schedule-tool/src/agentConfig.test.ts +16 -0
- package/tools-runtime/schedule-tool/src/agentConfig.ts +28 -0
- package/tools-runtime/schedule-tool/src/cron.ts +152 -0
- package/tools-runtime/schedule-tool/src/index.test.ts +36 -0
- package/tools-runtime/schedule-tool/src/index.ts +517 -0
- package/dist/404/index.html +0 -1
- package/dist/_next/static/chunks/40268f8e3ff0314e.js +0 -1
- package/dist/_next/static/chunks/442d298f96035d5d.js +0 -1
- package/dist/_next/static/chunks/6fa420f0e5f24320.js +0 -1
- package/dist/_next/static/chunks/ad4ba491cf12423f.js +0 -5
- package/dist/_next/static/chunks/ebcd85ff4a1db0dc.js +0 -5
- package/dist/manage/about/index.txt +0 -40
- package/dist/manage/add-account/basic/index.txt +0 -37
- package/dist/manage/add-account/index.txt +0 -38
- package/dist/manage/add-account/prompt/index.txt +0 -38
- package/dist/manage/agent-teams/index.txt +0 -38
- package/dist/manage/env/index.txt +0 -42
- package/dist/manage/general/index.txt +0 -40
- package/dist/manage/index.html +0 -1
- package/dist/manage/index.txt +0 -36
- package/dist/manage/mcp/index.txt +0 -42
- package/dist/manage/permissions/index.txt +0 -35
- package/dist/manage/skills/index.txt +0 -43
- package/dist/manage/task/index.txt +0 -40
- package/dist/manage/teams/index.html +0 -1
- package/dist/manage/teams/index.txt +0 -40
- package/dist/manage/tools/index.txt +0 -43
- /package/dist/_next/static/{cTHBIunE3OANgRkUnrMUo → sZLdRgbBZICVvq28FwOCR}/_clientMiddlewareManifest.json +0 -0
- /package/dist/_next/static/{cTHBIunE3OANgRkUnrMUo → sZLdRgbBZICVvq28FwOCR}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,762 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// cli/args.ts
|
|
5
|
+
function parseArgs(argv) {
|
|
6
|
+
const positional = [];
|
|
7
|
+
const flags = {};
|
|
8
|
+
for (let i = 0; i < argv.length; i++) {
|
|
9
|
+
const arg = argv[i];
|
|
10
|
+
if (!arg.startsWith("--")) {
|
|
11
|
+
positional.push(arg);
|
|
12
|
+
continue;
|
|
13
|
+
}
|
|
14
|
+
const eq = arg.indexOf("=");
|
|
15
|
+
if (eq > 0) {
|
|
16
|
+
flags[arg.slice(2, eq)] = arg.slice(eq + 1);
|
|
17
|
+
continue;
|
|
18
|
+
}
|
|
19
|
+
const key = arg.slice(2);
|
|
20
|
+
const next = argv[i + 1];
|
|
21
|
+
if (next !== void 0 && !next.startsWith("--")) {
|
|
22
|
+
flags[key] = next;
|
|
23
|
+
i++;
|
|
24
|
+
} else {
|
|
25
|
+
flags[key] = "true";
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
return { positional, flags };
|
|
29
|
+
}
|
|
30
|
+
function requireFlag(flags, name) {
|
|
31
|
+
const v = flags[name];
|
|
32
|
+
if (v === void 0 || v === "") {
|
|
33
|
+
throw new Error(`\u7F3A\u5C11\u5FC5\u586B\u53C2\u6570 --${name}`);
|
|
34
|
+
}
|
|
35
|
+
return v;
|
|
36
|
+
}
|
|
37
|
+
function flagNumber(flags, name) {
|
|
38
|
+
const raw = requireFlag(flags, name);
|
|
39
|
+
const n = Number(raw);
|
|
40
|
+
if (!Number.isFinite(n)) {
|
|
41
|
+
throw new Error(`--${name} \u5FC5\u987B\u662F\u6570\u5B57`);
|
|
42
|
+
}
|
|
43
|
+
return n;
|
|
44
|
+
}
|
|
45
|
+
function flagOptionalNumber(flags, name) {
|
|
46
|
+
const raw = flags[name];
|
|
47
|
+
if (raw === void 0 || raw === "") {
|
|
48
|
+
return void 0;
|
|
49
|
+
}
|
|
50
|
+
const n = Number(raw);
|
|
51
|
+
if (!Number.isFinite(n)) {
|
|
52
|
+
throw new Error(`--${name} \u5FC5\u987B\u662F\u6570\u5B57`);
|
|
53
|
+
}
|
|
54
|
+
return n;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// cli/auth.ts
|
|
58
|
+
var SSO_LOGIN_URL = "https://login.ops.qihoo.net:4436/sec/login";
|
|
59
|
+
var GEELIB_DO_LOGIN_URL = "https://geelib.qihoo.net/ones/Login/doLogin";
|
|
60
|
+
var GEELIB_VERIFY_URL = "https://geelib.qihoo.net/ones/user/userInfo?need_share=0";
|
|
61
|
+
var BOUNDARY = "----WebKitFormBoundaryGeelibCli";
|
|
62
|
+
var sessionCookie = "";
|
|
63
|
+
function getCookie() {
|
|
64
|
+
return sessionCookie;
|
|
65
|
+
}
|
|
66
|
+
function buildFormData(fields) {
|
|
67
|
+
let body = "";
|
|
68
|
+
for (const [name, value] of Object.entries(fields)) {
|
|
69
|
+
body += `--${BOUNDARY}\r
|
|
70
|
+
`;
|
|
71
|
+
body += `Content-Disposition: form-data; name="${name}"\r
|
|
72
|
+
\r
|
|
73
|
+
`;
|
|
74
|
+
body += `${value}\r
|
|
75
|
+
`;
|
|
76
|
+
}
|
|
77
|
+
body += `--${BOUNDARY}--\r
|
|
78
|
+
`;
|
|
79
|
+
return body;
|
|
80
|
+
}
|
|
81
|
+
function parseCookies(headers) {
|
|
82
|
+
const setCookies = headers.getSetCookie?.() ?? [];
|
|
83
|
+
const cookies = {};
|
|
84
|
+
for (const c of setCookies) {
|
|
85
|
+
const [pair] = c.split(";");
|
|
86
|
+
const [name, ...rest] = pair.trim().split("=");
|
|
87
|
+
cookies[name.trim()] = rest.join("=").trim();
|
|
88
|
+
}
|
|
89
|
+
return cookies;
|
|
90
|
+
}
|
|
91
|
+
async function ssoLogin(user, passwd) {
|
|
92
|
+
const body = buildFormData({
|
|
93
|
+
user,
|
|
94
|
+
passwd,
|
|
95
|
+
src: "qihoo",
|
|
96
|
+
syzm: "",
|
|
97
|
+
ref: "https://geelib.qihoo.net/geelib/"
|
|
98
|
+
});
|
|
99
|
+
const resp = await fetch(SSO_LOGIN_URL, {
|
|
100
|
+
method: "POST",
|
|
101
|
+
headers: {
|
|
102
|
+
"Content-Type": `multipart/form-data; boundary=${BOUNDARY}`,
|
|
103
|
+
Accept: "application/json, text/plain, */*",
|
|
104
|
+
Cookie: "SSO_PREFERED_DOMAIN=qihoo",
|
|
105
|
+
Referer: "https://login.ops.qihoo.net:4436/sec/login",
|
|
106
|
+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
|
|
107
|
+
},
|
|
108
|
+
body
|
|
109
|
+
});
|
|
110
|
+
if (!resp.ok) {
|
|
111
|
+
throw new Error(`SSO login failed: ${resp.status} ${resp.statusText}`);
|
|
112
|
+
}
|
|
113
|
+
const data = await resp.json();
|
|
114
|
+
if (data.status !== 0) {
|
|
115
|
+
throw new Error(`SSO login error: ${JSON.stringify(data)}`);
|
|
116
|
+
}
|
|
117
|
+
return data.sid;
|
|
118
|
+
}
|
|
119
|
+
async function doLogin(sid) {
|
|
120
|
+
const resp = await fetch(GEELIB_DO_LOGIN_URL, {
|
|
121
|
+
method: "POST",
|
|
122
|
+
headers: {
|
|
123
|
+
"Content-Type": "application/json",
|
|
124
|
+
Accept: "application/json, text/plain, */*",
|
|
125
|
+
Referer: "https://geelib.qihoo.net/geelib/",
|
|
126
|
+
Origin: "https://geelib.qihoo.net",
|
|
127
|
+
"X-Requested-With": "XMLHttpRequest",
|
|
128
|
+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
|
|
129
|
+
},
|
|
130
|
+
body: JSON.stringify({ sid, ref: "https://geelib.qihoo.net/geelib/" })
|
|
131
|
+
});
|
|
132
|
+
if (!resp.ok) {
|
|
133
|
+
throw new Error(`doLogin failed: ${resp.status}`);
|
|
134
|
+
}
|
|
135
|
+
const cookies = parseCookies(resp.headers);
|
|
136
|
+
const data = await resp.json();
|
|
137
|
+
if (data.errno !== 2e3) {
|
|
138
|
+
throw new Error(`doLogin error: errno=${data.errno} errmsg=${data.errmsg}`);
|
|
139
|
+
}
|
|
140
|
+
const cookieStr = Object.entries(cookies).map(([k, v]) => `${k}=${v}`).join("; ");
|
|
141
|
+
return {
|
|
142
|
+
cookieStr,
|
|
143
|
+
userName: data.data?.real_name ?? data.data?.name ?? ""
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
async function verifyCookie(cookieStr) {
|
|
147
|
+
try {
|
|
148
|
+
const resp = await fetch(GEELIB_VERIFY_URL, {
|
|
149
|
+
headers: {
|
|
150
|
+
Cookie: cookieStr,
|
|
151
|
+
Referer: "https://geelib.qihoo.net/geelib/",
|
|
152
|
+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
|
|
153
|
+
Accept: "application/json, text/plain, */*",
|
|
154
|
+
"X-Requested-With": "XMLHttpRequest"
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
const data = await resp.json();
|
|
158
|
+
return data.errno === 2e3;
|
|
159
|
+
} catch {
|
|
160
|
+
return false;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
async function login() {
|
|
164
|
+
const user = process.env.GEELIB_USER;
|
|
165
|
+
const passwd = process.env.GEELIB_PASSWD;
|
|
166
|
+
if (!user || !passwd) {
|
|
167
|
+
throw new Error("\u8BF7\u914D\u7F6E GEELIB_USER \u548C GEELIB_PASSWD \u73AF\u5883\u53D8\u91CF");
|
|
168
|
+
}
|
|
169
|
+
const sid = await ssoLogin(user, passwd);
|
|
170
|
+
const { cookieStr } = await doLogin(sid);
|
|
171
|
+
sessionCookie = cookieStr;
|
|
172
|
+
return cookieStr;
|
|
173
|
+
}
|
|
174
|
+
async function ensureAuth() {
|
|
175
|
+
if (sessionCookie && await verifyCookie(sessionCookie)) {
|
|
176
|
+
return;
|
|
177
|
+
}
|
|
178
|
+
await login();
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// cli/client.ts
|
|
182
|
+
var BASE_URL = process.env.GEELIB_BASE_URL ?? "https://geelib.qihoo.net";
|
|
183
|
+
function buildHeaders() {
|
|
184
|
+
return {
|
|
185
|
+
Cookie: getCookie(),
|
|
186
|
+
"Content-Type": "application/json",
|
|
187
|
+
Accept: "application/json, text/plain, */*",
|
|
188
|
+
"X-Requested-With": "XMLHttpRequest",
|
|
189
|
+
Referer: `${BASE_URL}/geelib/`,
|
|
190
|
+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
|
|
191
|
+
};
|
|
192
|
+
}
|
|
193
|
+
async function request(fn) {
|
|
194
|
+
await ensureAuth();
|
|
195
|
+
let resp = await fn();
|
|
196
|
+
if (resp.status === 401 || resp.status === 403) {
|
|
197
|
+
await ensureAuth();
|
|
198
|
+
resp = await fn();
|
|
199
|
+
}
|
|
200
|
+
if (!resp.ok) {
|
|
201
|
+
throw new Error(`HTTP ${resp.status} ${resp.statusText} \u2014 ${resp.url}`);
|
|
202
|
+
}
|
|
203
|
+
return resp.json();
|
|
204
|
+
}
|
|
205
|
+
async function geelibGet(path, params) {
|
|
206
|
+
const url = new URL(path, BASE_URL);
|
|
207
|
+
if (params) {
|
|
208
|
+
for (const [k, v] of Object.entries(params)) {
|
|
209
|
+
if (v !== void 0) {
|
|
210
|
+
url.searchParams.set(k, String(v));
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
return request(
|
|
215
|
+
() => fetch(url.toString(), { method: "GET", headers: buildHeaders() })
|
|
216
|
+
);
|
|
217
|
+
}
|
|
218
|
+
async function geelibPost(path, body) {
|
|
219
|
+
const url = new URL(path, BASE_URL);
|
|
220
|
+
return request(
|
|
221
|
+
() => fetch(url.toString(), {
|
|
222
|
+
method: "POST",
|
|
223
|
+
headers: buildHeaders(),
|
|
224
|
+
body: body !== void 0 ? JSON.stringify(body) : void 0
|
|
225
|
+
})
|
|
226
|
+
);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// cli/commands/user.ts
|
|
230
|
+
async function cmdGetUserInfo() {
|
|
231
|
+
return geelibGet("/ones/user/userInfo", { need_share: 0 });
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
// cli/commands/project.ts
|
|
235
|
+
async function cmdListProjects(query = "") {
|
|
236
|
+
return geelibGet("/projects/subBusMgr/getCanAccessSubList", {
|
|
237
|
+
query,
|
|
238
|
+
simple: 2
|
|
239
|
+
});
|
|
240
|
+
}
|
|
241
|
+
async function cmdListActiveProjectsText() {
|
|
242
|
+
const resp = await cmdListProjects("");
|
|
243
|
+
if (resp.errno !== 2e3) {
|
|
244
|
+
return `[geelib] \u9879\u76EE\u5217\u8868\u83B7\u53D6\u5931\u8D25: errno=${resp.errno} ${resp.errmsg ?? ""}`;
|
|
245
|
+
}
|
|
246
|
+
const rawList = Array.isArray(resp.data) ? resp.data : resp.data?.list;
|
|
247
|
+
if (!rawList?.length) {
|
|
248
|
+
return "\uFF08\u65E0\u8FDB\u884C\u4E2D\u9879\u76EE\uFF09";
|
|
249
|
+
}
|
|
250
|
+
const active = rawList.filter((p) => p.is_archive === 0);
|
|
251
|
+
if (active.length === 0) {
|
|
252
|
+
return "\uFF08\u65E0\u8FDB\u884C\u4E2D\u9879\u76EE\uFF09";
|
|
253
|
+
}
|
|
254
|
+
const lines = [
|
|
255
|
+
`\u5171 ${active.length} \u4E2A\u8FDB\u884C\u4E2D\u9879\u76EE\uFF08is_archive=0\uFF09\uFF1A`,
|
|
256
|
+
"",
|
|
257
|
+
"| sub_id | \u9879\u76EE\u540D\u79F0 | sub_status_id | \u66F4\u65B0\u65F6\u95F4 |",
|
|
258
|
+
"| --- | --- | --- | --- |"
|
|
259
|
+
];
|
|
260
|
+
for (const p of active) {
|
|
261
|
+
const subId = p.id ?? p.sub_id;
|
|
262
|
+
if (subId === void 0) {
|
|
263
|
+
continue;
|
|
264
|
+
}
|
|
265
|
+
const name = (p.name ?? "").replace(/\|/g, "\\|");
|
|
266
|
+
lines.push(
|
|
267
|
+
`| ${subId} | ${name} | ${p.sub_status_id ?? "-"} | ${p.update_time ?? "-"} |`
|
|
268
|
+
);
|
|
269
|
+
}
|
|
270
|
+
return lines.join("\n");
|
|
271
|
+
}
|
|
272
|
+
async function cmdGetProjectDetail(subId) {
|
|
273
|
+
return geelibGet("/projects/subBusMgr/getSubDetail", { sub_id: subId });
|
|
274
|
+
}
|
|
275
|
+
async function cmdListProjectMembers(subId) {
|
|
276
|
+
return geelibGet("/projects/subBusMgr/getSubUserListSortByInitial", {
|
|
277
|
+
sub_id: subId
|
|
278
|
+
});
|
|
279
|
+
}
|
|
280
|
+
async function cmdListMatterTypes(subId) {
|
|
281
|
+
return geelibGet("/matter/Matter/getMatterType", {
|
|
282
|
+
sub_id: subId,
|
|
283
|
+
page: 0,
|
|
284
|
+
pageSize: 9999
|
|
285
|
+
});
|
|
286
|
+
}
|
|
287
|
+
async function cmdListMatterStatuses(subId, typeId) {
|
|
288
|
+
return geelibGet("/matter/matterType/getMatterTypeStatusList", {
|
|
289
|
+
sub_id: subId,
|
|
290
|
+
type_id: typeId
|
|
291
|
+
});
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
// cli/commands/matter.ts
|
|
295
|
+
var PRIORITY_MAP = {
|
|
296
|
+
low: 1,
|
|
297
|
+
medium: 2,
|
|
298
|
+
high: 3,
|
|
299
|
+
urgent: 4
|
|
300
|
+
};
|
|
301
|
+
async function cmdListMatters(opts) {
|
|
302
|
+
const customContent = {};
|
|
303
|
+
if (opts.statusId !== void 0) {
|
|
304
|
+
customContent.status = [opts.statusId];
|
|
305
|
+
}
|
|
306
|
+
if (opts.assigneeId !== void 0) {
|
|
307
|
+
customContent.executor = [opts.assigneeId];
|
|
308
|
+
}
|
|
309
|
+
const body = {
|
|
310
|
+
sub_id: opts.subId,
|
|
311
|
+
type_id: [opts.typeId],
|
|
312
|
+
page: opts.page ?? 1,
|
|
313
|
+
pageSize: opts.pageSize ?? 20,
|
|
314
|
+
title: opts.keyword ?? "",
|
|
315
|
+
order_by: [],
|
|
316
|
+
customContent,
|
|
317
|
+
is_favor: 0,
|
|
318
|
+
simple: 0,
|
|
319
|
+
from_v3: 1,
|
|
320
|
+
tree: 0,
|
|
321
|
+
need_user_name: 1
|
|
322
|
+
};
|
|
323
|
+
return geelibPost("/matter/Matter/getMatterList", body);
|
|
324
|
+
}
|
|
325
|
+
async function cmdGetMatter(subId, matterId) {
|
|
326
|
+
return geelibGet("/matter/Matter/getMatterDetail", {
|
|
327
|
+
sub_id: subId,
|
|
328
|
+
id: matterId,
|
|
329
|
+
need_options: 1
|
|
330
|
+
});
|
|
331
|
+
}
|
|
332
|
+
async function cmdUpdateMatter(opts) {
|
|
333
|
+
const results = [];
|
|
334
|
+
const hasOtherFields = opts.title !== void 0 || opts.description !== void 0 || opts.assigneeId !== void 0 || opts.priority !== void 0 || opts.progress !== void 0 || opts.sprintId !== void 0;
|
|
335
|
+
if (hasOtherFields) {
|
|
336
|
+
const body = {
|
|
337
|
+
sub_id: opts.subId,
|
|
338
|
+
id: opts.matterId
|
|
339
|
+
};
|
|
340
|
+
if (opts.title !== void 0) body.title = opts.title;
|
|
341
|
+
if (opts.description !== void 0) body.content = opts.description;
|
|
342
|
+
if (opts.assigneeId !== void 0) body.executor = opts.assigneeId;
|
|
343
|
+
if (opts.priority !== void 0) {
|
|
344
|
+
body.priority = PRIORITY_MAP[opts.priority] ?? opts.priority;
|
|
345
|
+
}
|
|
346
|
+
if (opts.progress !== void 0) body.progress = opts.progress;
|
|
347
|
+
if (opts.sprintId !== void 0) body.sprint_id = opts.sprintId;
|
|
348
|
+
const r = await geelibPost(
|
|
349
|
+
"/matter/Matter/editMatter",
|
|
350
|
+
body
|
|
351
|
+
);
|
|
352
|
+
results.push({ fields: "other", ...r });
|
|
353
|
+
}
|
|
354
|
+
if (opts.statusId !== void 0) {
|
|
355
|
+
const statusBody = {
|
|
356
|
+
sub_id: String(opts.subId),
|
|
357
|
+
id: opts.matterId,
|
|
358
|
+
data: { cf_id: "1", cf_value: String(opts.statusId) },
|
|
359
|
+
additional_attribute: [],
|
|
360
|
+
remark: "",
|
|
361
|
+
toUsers: []
|
|
362
|
+
};
|
|
363
|
+
const sr = await geelibPost(
|
|
364
|
+
"/matter/Matter/editMatter",
|
|
365
|
+
statusBody
|
|
366
|
+
);
|
|
367
|
+
if (sr.errno === 2e3) {
|
|
368
|
+
const detail = await geelibGet("/matter/Matter/getMatterDetail", {
|
|
369
|
+
sub_id: opts.subId,
|
|
370
|
+
id: opts.matterId,
|
|
371
|
+
need_options: 1
|
|
372
|
+
});
|
|
373
|
+
const actualStatus = detail.data?.matter_status;
|
|
374
|
+
if (actualStatus !== opts.statusId) {
|
|
375
|
+
const missingFields = (detail.data?.matterCustomAttributes ?? []).filter((a) => a.is_required && a.matterCustomAttributeValue === null).map((a) => `\u300C${a.cf_name}\u300D(${a.cf_key})`);
|
|
376
|
+
const hint = missingFields.length > 0 ? `\u539F\u56E0\uFF1A\u5DE5\u4F5C\u9879\u5B58\u5728\u672A\u586B\u7684\u5FC5\u586B\u5B57\u6BB5\uFF1A${missingFields.join("\u3001")}\u3002\u8BF7\u5148\u5728 Geelib \u7F51\u9875\u7AEF\u8865\u5168\u540E\u91CD\u8BD5\u3002` : "\u72B6\u6001\u672A\u53D8\u66F4\uFF0C\u53EF\u80FD\u5B58\u5728\u672A\u77E5\u7684\u72B6\u6001\u6D41\u8F6C\u9650\u5236\u3002";
|
|
377
|
+
results.push({
|
|
378
|
+
fields: "status",
|
|
379
|
+
errno: sr.errno,
|
|
380
|
+
errmsg: `API \u8FD4\u56DE\u6210\u529F\u4F46\u72B6\u6001\u5B9E\u9645\u672A\u53D8\u66F4\uFF08\u5F53\u524D\u72B6\u6001\uFF1A${detail.data?.status_name ?? actualStatus}\uFF09\u3002${hint}`
|
|
381
|
+
});
|
|
382
|
+
} else {
|
|
383
|
+
results.push({
|
|
384
|
+
fields: "status",
|
|
385
|
+
errno: 2e3,
|
|
386
|
+
errmsg: "\u72B6\u6001\u53D8\u66F4\u6210\u529F",
|
|
387
|
+
actual_status: detail.data?.status_name
|
|
388
|
+
});
|
|
389
|
+
}
|
|
390
|
+
} else {
|
|
391
|
+
results.push({ fields: "status", ...sr });
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
if (results.length === 0) {
|
|
395
|
+
return { errno: 2e3, errmsg: "\u65E0\u9700\u66F4\u65B0\uFF08\u672A\u63D0\u4F9B\u4EFB\u4F55\u4FEE\u6539\u5B57\u6BB5\uFF09" };
|
|
396
|
+
}
|
|
397
|
+
if (results.length === 1) {
|
|
398
|
+
return results[0];
|
|
399
|
+
}
|
|
400
|
+
return results;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
// cli/commands/comment.ts
|
|
404
|
+
async function cmdGetComments(subId, matterId) {
|
|
405
|
+
return geelibGet("/bservice/Comment/getList", {
|
|
406
|
+
sub_id: subId,
|
|
407
|
+
type: "matter",
|
|
408
|
+
id: matterId
|
|
409
|
+
});
|
|
410
|
+
}
|
|
411
|
+
async function cmdAddComment(subId, matterId, content) {
|
|
412
|
+
return geelibPost("/bservice/Comment/add", {
|
|
413
|
+
sub_id: subId,
|
|
414
|
+
type: "matter",
|
|
415
|
+
id: matterId,
|
|
416
|
+
content
|
|
417
|
+
});
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
// cli/commands/poll.ts
|
|
421
|
+
import { readFile, writeFile } from "node:fs/promises";
|
|
422
|
+
import { join } from "node:path";
|
|
423
|
+
var STATE_FILENAME = "geelib-poller-state.json";
|
|
424
|
+
function stateFilePath(cwd) {
|
|
425
|
+
return join(cwd, STATE_FILENAME);
|
|
426
|
+
}
|
|
427
|
+
async function readPollerState(cwd) {
|
|
428
|
+
try {
|
|
429
|
+
const raw = await readFile(stateFilePath(cwd), "utf8");
|
|
430
|
+
const parsed = JSON.parse(raw);
|
|
431
|
+
return {
|
|
432
|
+
lastPollAt: parsed.lastPollAt ?? 0,
|
|
433
|
+
processedMatterIds: Array.isArray(parsed.processedMatterIds) ? parsed.processedMatterIds.map(Number) : [],
|
|
434
|
+
discovered: {
|
|
435
|
+
sub_id: parsed.discovered?.sub_id ?? null,
|
|
436
|
+
type_id: parsed.discovered?.type_id ?? null,
|
|
437
|
+
pending_status_ids: Array.isArray(
|
|
438
|
+
parsed.discovered?.pending_status_ids
|
|
439
|
+
) ? parsed.discovered.pending_status_ids.map(Number) : [],
|
|
440
|
+
done_status_id: parsed.discovered?.done_status_id ?? null
|
|
441
|
+
}
|
|
442
|
+
};
|
|
443
|
+
} catch {
|
|
444
|
+
return {
|
|
445
|
+
lastPollAt: 0,
|
|
446
|
+
processedMatterIds: [],
|
|
447
|
+
discovered: {
|
|
448
|
+
sub_id: null,
|
|
449
|
+
type_id: null,
|
|
450
|
+
pending_status_ids: [],
|
|
451
|
+
done_status_id: null
|
|
452
|
+
}
|
|
453
|
+
};
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
async function writePollerState(cwd, state) {
|
|
457
|
+
await writeFile(stateFilePath(cwd), `${JSON.stringify(state, null, 2)}
|
|
458
|
+
`);
|
|
459
|
+
}
|
|
460
|
+
function extractMatterId(row) {
|
|
461
|
+
const id = row.id ?? row.matter_id;
|
|
462
|
+
if (typeof id === "number" && Number.isFinite(id)) {
|
|
463
|
+
return id;
|
|
464
|
+
}
|
|
465
|
+
return null;
|
|
466
|
+
}
|
|
467
|
+
function isDoneStatusName(name, statusStage) {
|
|
468
|
+
const stage = (statusStage ?? "").trim();
|
|
469
|
+
if (stage.includes("\u5DF2\u5B8C\u6210") || stage.includes("\u5B8C\u6210")) {
|
|
470
|
+
return true;
|
|
471
|
+
}
|
|
472
|
+
const n = name.toLowerCase();
|
|
473
|
+
return n.includes("\u5B8C\u6210") || n.includes("\u5173\u95ED") || n.includes("done") || n.includes("closed");
|
|
474
|
+
}
|
|
475
|
+
function isPendingStatusName(name) {
|
|
476
|
+
const n = name.toLowerCase();
|
|
477
|
+
if (isDoneStatusName(n)) {
|
|
478
|
+
return false;
|
|
479
|
+
}
|
|
480
|
+
return n.includes("\u5F85") || n.includes("\u8FDB\u884C") || n.includes("\u5904\u7406") || n.includes("open") || n.includes("progress") || n.includes("todo");
|
|
481
|
+
}
|
|
482
|
+
async function discoverConfig(state, subIdOverride, typeIdOverride) {
|
|
483
|
+
if (subIdOverride !== void 0 && typeIdOverride !== void 0 && state.discovered.pending_status_ids.length > 0) {
|
|
484
|
+
return {
|
|
485
|
+
sub_id: subIdOverride,
|
|
486
|
+
type_id: typeIdOverride,
|
|
487
|
+
pending_status_ids: state.discovered.pending_status_ids,
|
|
488
|
+
done_status_id: state.discovered.done_status_id
|
|
489
|
+
};
|
|
490
|
+
}
|
|
491
|
+
let subId = subIdOverride ?? state.discovered.sub_id;
|
|
492
|
+
if (subId === null) {
|
|
493
|
+
const projects = await cmdListProjects();
|
|
494
|
+
const projectList = Array.isArray(projects.data) ? projects.data : projects.data?.list;
|
|
495
|
+
if (projects.errno !== 2e3 || !projectList?.length) {
|
|
496
|
+
throw new Error("list-projects \u672A\u8FD4\u56DE\u53EF\u7528\u9879\u76EE");
|
|
497
|
+
}
|
|
498
|
+
const first = projectList[0];
|
|
499
|
+
subId = first.id ?? first.sub_id ?? null;
|
|
500
|
+
if (subId === null) {
|
|
501
|
+
throw new Error("\u65E0\u6CD5\u4ECE\u9879\u76EE\u5217\u8868\u89E3\u6790 sub_id");
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
let typeId = typeIdOverride ?? state.discovered.type_id;
|
|
505
|
+
if (typeId === null) {
|
|
506
|
+
const types = await cmdListMatterTypes(subId);
|
|
507
|
+
if (types.errno !== 2e3 || !types.data?.length) {
|
|
508
|
+
throw new Error(`list-matter-types(sub_id=${subId}) \u65E0\u6570\u636E`);
|
|
509
|
+
}
|
|
510
|
+
const taskType = types.data.find((t) => (t.type_name ?? t.name ?? "").includes("\u4EFB\u52A1")) ?? types.data[0];
|
|
511
|
+
typeId = taskType.id ?? taskType.type_id ?? null;
|
|
512
|
+
if (typeId === null) {
|
|
513
|
+
throw new Error("\u65E0\u6CD5\u4ECE\u7C7B\u578B\u5217\u8868\u89E3\u6790 type_id");
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
let pendingIds = state.discovered.pending_status_ids;
|
|
517
|
+
let doneId = state.discovered.done_status_id;
|
|
518
|
+
if (pendingIds.length === 0 || doneId === null) {
|
|
519
|
+
const statuses = await cmdListMatterStatuses(subId, typeId);
|
|
520
|
+
if (statuses.errno !== 2e3 || !statuses.data?.length) {
|
|
521
|
+
throw new Error("list-matter-statuses \u65E0\u6570\u636E");
|
|
522
|
+
}
|
|
523
|
+
pendingIds = [];
|
|
524
|
+
for (const s of statuses.data) {
|
|
525
|
+
const sid = s.status_id ?? s.matterStatus?.id ?? s.id;
|
|
526
|
+
const name = s.matterStatus?.status_name ?? s.name ?? "";
|
|
527
|
+
const stage = s.matterStatus?.status_stage ?? "";
|
|
528
|
+
if (sid === void 0) continue;
|
|
529
|
+
if (isDoneStatusName(name, stage)) {
|
|
530
|
+
if (doneId === null) {
|
|
531
|
+
doneId = sid;
|
|
532
|
+
}
|
|
533
|
+
} else if (isPendingStatusName(name)) {
|
|
534
|
+
pendingIds.push(sid);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
if (pendingIds.length === 0) {
|
|
538
|
+
pendingIds = statuses.data.filter((s) => {
|
|
539
|
+
const name = s.matterStatus?.status_name ?? s.name ?? "";
|
|
540
|
+
const stage = s.matterStatus?.status_stage ?? "";
|
|
541
|
+
return !isDoneStatusName(name, stage);
|
|
542
|
+
}).map((s) => s.status_id ?? s.matterStatus?.id ?? s.id).filter((x) => x !== void 0 && x !== doneId);
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
return {
|
|
546
|
+
sub_id: subId,
|
|
547
|
+
type_id: typeId,
|
|
548
|
+
pending_status_ids: pendingIds,
|
|
549
|
+
done_status_id: doneId
|
|
550
|
+
};
|
|
551
|
+
}
|
|
552
|
+
async function cmdPoll(opts) {
|
|
553
|
+
const state = await readPollerState(opts.cwd);
|
|
554
|
+
const discovered = await discoverConfig(state, opts.subId, opts.typeId);
|
|
555
|
+
state.discovered = discovered;
|
|
556
|
+
const userInfo = await cmdGetUserInfo();
|
|
557
|
+
if (userInfo.errno !== 2e3) {
|
|
558
|
+
throw new Error(`get-user-info \u5931\u8D25: ${JSON.stringify(userInfo)}`);
|
|
559
|
+
}
|
|
560
|
+
const assigneeId = userInfo.data?.id ?? userInfo.data?.user_id;
|
|
561
|
+
if (assigneeId === void 0) {
|
|
562
|
+
throw new Error("\u65E0\u6CD5\u4ECE get-user-info \u89E3\u6790\u5F53\u524D\u7528\u6237 ID");
|
|
563
|
+
}
|
|
564
|
+
const subId = discovered.sub_id;
|
|
565
|
+
const typeId = discovered.type_id;
|
|
566
|
+
const listResp = await cmdListMatters({
|
|
567
|
+
subId,
|
|
568
|
+
typeId,
|
|
569
|
+
page: 1,
|
|
570
|
+
pageSize: 50,
|
|
571
|
+
assigneeId
|
|
572
|
+
});
|
|
573
|
+
const allMatters = listResp.errno === 2e3 ? listResp.data?.list ?? listResp.data?.data ?? [] : [];
|
|
574
|
+
const processedSet = new Set(state.processedMatterIds);
|
|
575
|
+
const seen = /* @__PURE__ */ new Set();
|
|
576
|
+
const candidates = [];
|
|
577
|
+
for (const row of allMatters) {
|
|
578
|
+
const mid = extractMatterId(row);
|
|
579
|
+
if (mid === null || seen.has(mid) || processedSet.has(mid)) {
|
|
580
|
+
continue;
|
|
581
|
+
}
|
|
582
|
+
seen.add(mid);
|
|
583
|
+
candidates.push(row);
|
|
584
|
+
}
|
|
585
|
+
candidates.sort((a, b) => {
|
|
586
|
+
const ta = a.create_time ?? a.updated_at ?? "";
|
|
587
|
+
const tb = b.create_time ?? b.updated_at ?? "";
|
|
588
|
+
return tb.localeCompare(ta);
|
|
589
|
+
});
|
|
590
|
+
const now = Date.now();
|
|
591
|
+
state.lastPollAt = now;
|
|
592
|
+
await writePollerState(opts.cwd, state);
|
|
593
|
+
const matter = candidates.length > 0 ? candidates[0] : null;
|
|
594
|
+
return {
|
|
595
|
+
hasNew: matter !== null,
|
|
596
|
+
matter,
|
|
597
|
+
mattersTotal: candidates.length,
|
|
598
|
+
lastPollAt: now,
|
|
599
|
+
discovered
|
|
600
|
+
};
|
|
601
|
+
}
|
|
602
|
+
async function cmdMarkProcessed(cwd, matterId) {
|
|
603
|
+
const state = await readPollerState(cwd);
|
|
604
|
+
if (!state.processedMatterIds.includes(matterId)) {
|
|
605
|
+
state.processedMatterIds.push(matterId);
|
|
606
|
+
}
|
|
607
|
+
await writePollerState(cwd, state);
|
|
608
|
+
return state;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
// cli/index.ts
|
|
612
|
+
var USAGE = `geelib CLI \u2014 GeeLib \u5DE5\u4F5C\u9879 API
|
|
613
|
+
|
|
614
|
+
\u7528\u6CD5: geelib.mjs <command> [options]
|
|
615
|
+
|
|
616
|
+
\u547D\u4EE4:
|
|
617
|
+
get-user-info
|
|
618
|
+
list-projects [--query=]
|
|
619
|
+
list-active-projects
|
|
620
|
+
get-project-detail --sub-id=
|
|
621
|
+
list-project-members --sub-id=
|
|
622
|
+
list-matter-types --sub-id=
|
|
623
|
+
list-matter-statuses --sub-id= --type-id=
|
|
624
|
+
list-matters --sub-id= --type-id= [--page=] [--page-size=] [--keyword=] [--status-id=] [--assignee-id=]
|
|
625
|
+
get-matter --sub-id= --matter-id=
|
|
626
|
+
update-matter --sub-id= --matter-id= [--title=] [--description=] [--status-id=] [--assignee-id=] [--priority=low|medium|high|urgent] [--progress=] [--sprint-id=]
|
|
627
|
+
get-comments --sub-id= --matter-id=
|
|
628
|
+
add-comment --sub-id= --matter-id= --content=
|
|
629
|
+
poll [--sub-id=] [--type-id=] [--cwd=]
|
|
630
|
+
mark-processed --matter-id= [--cwd=]
|
|
631
|
+
|
|
632
|
+
\u73AF\u5883\u53D8\u91CF: GEELIB_USER, GEELIB_PASSWD\uFF08\u5FC5\u586B\uFF09
|
|
633
|
+
`;
|
|
634
|
+
function output(data) {
|
|
635
|
+
process.stdout.write(`${JSON.stringify(data, null, 2)}
|
|
636
|
+
`);
|
|
637
|
+
}
|
|
638
|
+
function resolveCwd(flags) {
|
|
639
|
+
return flags.cwd ?? process.cwd();
|
|
640
|
+
}
|
|
641
|
+
async function main() {
|
|
642
|
+
const { positional, flags } = parseArgs(process.argv.slice(2));
|
|
643
|
+
const command = positional[0];
|
|
644
|
+
if (!command || command === "help" || command === "--help") {
|
|
645
|
+
process.stdout.write(USAGE);
|
|
646
|
+
process.exit(command ? 0 : 1);
|
|
647
|
+
}
|
|
648
|
+
await login();
|
|
649
|
+
switch (command) {
|
|
650
|
+
case "get-user-info":
|
|
651
|
+
output(await cmdGetUserInfo());
|
|
652
|
+
break;
|
|
653
|
+
case "list-projects":
|
|
654
|
+
output(await cmdListProjects(flags.query ?? ""));
|
|
655
|
+
break;
|
|
656
|
+
case "list-active-projects":
|
|
657
|
+
process.stdout.write(`${await cmdListActiveProjectsText()}
|
|
658
|
+
`);
|
|
659
|
+
break;
|
|
660
|
+
case "get-project-detail":
|
|
661
|
+
output(await cmdGetProjectDetail(flagNumber(flags, "sub-id")));
|
|
662
|
+
break;
|
|
663
|
+
case "list-project-members":
|
|
664
|
+
output(await cmdListProjectMembers(flagNumber(flags, "sub-id")));
|
|
665
|
+
break;
|
|
666
|
+
case "list-matter-types":
|
|
667
|
+
output(await cmdListMatterTypes(flagNumber(flags, "sub-id")));
|
|
668
|
+
break;
|
|
669
|
+
case "list-matter-statuses":
|
|
670
|
+
output(
|
|
671
|
+
await cmdListMatterStatuses(
|
|
672
|
+
flagNumber(flags, "sub-id"),
|
|
673
|
+
flagNumber(flags, "type-id")
|
|
674
|
+
)
|
|
675
|
+
);
|
|
676
|
+
break;
|
|
677
|
+
case "list-matters":
|
|
678
|
+
output(
|
|
679
|
+
await cmdListMatters({
|
|
680
|
+
subId: flagNumber(flags, "sub-id"),
|
|
681
|
+
typeId: flagNumber(flags, "type-id"),
|
|
682
|
+
page: flagOptionalNumber(flags, "page"),
|
|
683
|
+
pageSize: flagOptionalNumber(flags, "page-size"),
|
|
684
|
+
keyword: flags.keyword,
|
|
685
|
+
statusId: flagOptionalNumber(flags, "status-id"),
|
|
686
|
+
assigneeId: flagOptionalNumber(flags, "assignee-id")
|
|
687
|
+
})
|
|
688
|
+
);
|
|
689
|
+
break;
|
|
690
|
+
case "get-matter":
|
|
691
|
+
output(
|
|
692
|
+
await cmdGetMatter(
|
|
693
|
+
flagNumber(flags, "sub-id"),
|
|
694
|
+
flagNumber(flags, "matter-id")
|
|
695
|
+
)
|
|
696
|
+
);
|
|
697
|
+
break;
|
|
698
|
+
case "update-matter":
|
|
699
|
+
output(
|
|
700
|
+
await cmdUpdateMatter({
|
|
701
|
+
subId: flagNumber(flags, "sub-id"),
|
|
702
|
+
matterId: flagNumber(flags, "matter-id"),
|
|
703
|
+
title: flags.title,
|
|
704
|
+
description: flags.description,
|
|
705
|
+
statusId: flagOptionalNumber(flags, "status-id"),
|
|
706
|
+
assigneeId: flagOptionalNumber(flags, "assignee-id"),
|
|
707
|
+
priority: flags.priority,
|
|
708
|
+
progress: flagOptionalNumber(flags, "progress"),
|
|
709
|
+
sprintId: flagOptionalNumber(flags, "sprint-id")
|
|
710
|
+
})
|
|
711
|
+
);
|
|
712
|
+
break;
|
|
713
|
+
case "get-comments":
|
|
714
|
+
output(
|
|
715
|
+
await cmdGetComments(
|
|
716
|
+
flagNumber(flags, "sub-id"),
|
|
717
|
+
flagNumber(flags, "matter-id")
|
|
718
|
+
)
|
|
719
|
+
);
|
|
720
|
+
break;
|
|
721
|
+
case "add-comment": {
|
|
722
|
+
const content = requireFlag(flags, "content");
|
|
723
|
+
output(
|
|
724
|
+
await cmdAddComment(
|
|
725
|
+
flagNumber(flags, "sub-id"),
|
|
726
|
+
flagNumber(flags, "matter-id"),
|
|
727
|
+
content
|
|
728
|
+
)
|
|
729
|
+
);
|
|
730
|
+
break;
|
|
731
|
+
}
|
|
732
|
+
case "poll":
|
|
733
|
+
output(
|
|
734
|
+
await cmdPoll({
|
|
735
|
+
cwd: resolveCwd(flags),
|
|
736
|
+
subId: flagOptionalNumber(flags, "sub-id"),
|
|
737
|
+
typeId: flagOptionalNumber(flags, "type-id")
|
|
738
|
+
})
|
|
739
|
+
);
|
|
740
|
+
break;
|
|
741
|
+
case "mark-processed":
|
|
742
|
+
output(
|
|
743
|
+
await cmdMarkProcessed(
|
|
744
|
+
resolveCwd(flags),
|
|
745
|
+
flagNumber(flags, "matter-id")
|
|
746
|
+
)
|
|
747
|
+
);
|
|
748
|
+
break;
|
|
749
|
+
default:
|
|
750
|
+
process.stderr.write(`\u672A\u77E5\u547D\u4EE4: ${command}
|
|
751
|
+
|
|
752
|
+
${USAGE}`);
|
|
753
|
+
process.exit(1);
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
main().catch((err) => {
|
|
757
|
+
process.stderr.write(
|
|
758
|
+
`[geelib-cli] ${err instanceof Error ? err.message : String(err)}
|
|
759
|
+
`
|
|
760
|
+
);
|
|
761
|
+
process.exit(1);
|
|
762
|
+
});
|