@auto-ai/agent 2.1.103 → 2.1.105
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/ws-test.html +192 -10
- package/lib/launcher-env.js +11 -51
- package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/.mcp.json +7 -5
- package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/server/index.mjs +4 -2
- package/package.json +6 -6
- package/tools-runtime/git-tool/index.cjs +1229 -485
- package/tools-runtime/schedule-tool/index.cjs +1229 -485
- package/mcps-runtime/claude-tuitui/package-lock.json +0 -1167
- package/skills-runtime/geelib/build.mjs +0 -15
- package/skills-runtime/geelib/cli/args.ts +0 -67
- package/skills-runtime/geelib/cli/auth.ts +0 -159
- package/skills-runtime/geelib/cli/client.ts +0 -56
- package/skills-runtime/geelib/cli/commands/comment.ts +0 -25
- package/skills-runtime/geelib/cli/commands/matter.ts +0 -167
- package/skills-runtime/geelib/cli/commands/poll.ts +0 -322
- package/skills-runtime/geelib/cli/commands/project.ts +0 -98
- package/skills-runtime/geelib/cli/commands/user.ts +0 -5
- package/skills-runtime/geelib/cli/index.ts +0 -171
- package/skills-runtime/geelib/node_modules/.package-lock.json +0 -67
- package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/README.md +0 -3
- package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- package/skills-runtime/geelib/node_modules/@esbuild/linux-x64/package.json +0 -20
- package/skills-runtime/geelib/node_modules/esbuild/LICENSE.md +0 -21
- package/skills-runtime/geelib/node_modules/esbuild/README.md +0 -3
- package/skills-runtime/geelib/node_modules/esbuild/bin/esbuild +0 -0
- package/skills-runtime/geelib/node_modules/esbuild/install.js +0 -289
- package/skills-runtime/geelib/node_modules/esbuild/lib/main.d.ts +0 -716
- package/skills-runtime/geelib/node_modules/esbuild/lib/main.js +0 -2242
- package/skills-runtime/geelib/node_modules/esbuild/package.json +0 -49
- package/skills-runtime/geelib/package-lock.json +0 -499
- package/skills-runtime/geelib/package.json +0 -12
- package/tools-runtime/code-tool/bun.lock +0 -15
- package/tools-runtime/code-tool/node_modules/zod/LICENSE +0 -21
- package/tools-runtime/code-tool/node_modules/zod/README.md +0 -191
- package/tools-runtime/code-tool/node_modules/zod/index.cjs +0 -33
- package/tools-runtime/code-tool/node_modules/zod/index.d.cts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/index.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/index.js +0 -4
- package/tools-runtime/code-tool/node_modules/zod/locales/index.cjs +0 -17
- package/tools-runtime/code-tool/node_modules/zod/locales/index.d.cts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/locales/index.d.ts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/locales/index.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/locales/package.json +0 -7
- package/tools-runtime/code-tool/node_modules/zod/mini/index.cjs +0 -32
- package/tools-runtime/code-tool/node_modules/zod/mini/index.d.cts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/mini/index.d.ts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/mini/index.js +0 -3
- package/tools-runtime/code-tool/node_modules/zod/mini/package.json +0 -7
- package/tools-runtime/code-tool/node_modules/zod/package.json +0 -135
- package/tools-runtime/code-tool/node_modules/zod/src/index.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/src/locales/index.ts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/src/mini/index.ts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/src/v3/ZodError.ts +0 -330
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
- package/tools-runtime/code-tool/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
- package/tools-runtime/code-tool/node_modules/zod/src/v3/errors.ts +0 -13
- package/tools-runtime/code-tool/node_modules/zod/src/v3/external.ts +0 -6
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
- package/tools-runtime/code-tool/node_modules/zod/src/v3/helpers/util.ts +0 -224
- package/tools-runtime/code-tool/node_modules/zod/src/v3/index.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/src/v3/locales/en.ts +0 -124
- package/tools-runtime/code-tool/node_modules/zod/src/v3/standard-schema.ts +0 -113
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/array.test.ts +0 -71
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/base.test.ts +0 -29
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/date.test.ts +0 -32
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/default.test.ts +0 -112
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/description.test.ts +0 -33
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/error.test.ts +0 -551
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/function.test.ts +0 -261
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/map.test.ts +0 -110
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/number.test.ts +0 -176
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/object.test.ts +0 -434
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/record.test.ts +0 -171
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/set.test.ts +0 -142
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/string.test.ts +0 -916
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
- package/tools-runtime/code-tool/node_modules/zod/src/v3/tests/void.test.ts +0 -15
- package/tools-runtime/code-tool/node_modules/zod/src/v3/types.ts +0 -5138
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/checks.ts +0 -32
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/coerce.ts +0 -27
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/compat.ts +0 -70
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/errors.ts +0 -82
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/external.ts +0 -52
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -659
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/index.ts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/iso.ts +0 -90
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/parse.ts +0 -82
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/schemas.ts +0 -2672
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -216
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -326
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -703
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -409
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +0 -197
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -694
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -807
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -895
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/global-config.test.ts +0 -39
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +0 -46
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +0 -29
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +0 -24
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -325
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -717
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -333
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -450
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +0 -26
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -351
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -717
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -631
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -633
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1224
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -3125
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -378
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -496
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -273
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
- package/tools-runtime/code-tool/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/api.ts +0 -1823
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/checks.ts +0 -1293
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/config.ts +0 -15
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/core.ts +0 -153
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/doc.ts +0 -44
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/errors.ts +0 -455
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/index.ts +0 -16
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -666
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/json-schema.ts +0 -147
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/parse.ts +0 -195
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/regexes.ts +0 -190
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/registries.ts +0 -105
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/schemas.ts +0 -4730
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/el.test.ts +0 -215
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +0 -72
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +0 -163
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -105
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -125
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/to-json-schema.ts +0 -622
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/util.ts +0 -983
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/versions.ts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/src/v4/core/zsf.ts +0 -323
- package/tools-runtime/code-tool/node_modules/zod/src/v4/index.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ar.ts +0 -115
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/az.ts +0 -111
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/be.ts +0 -176
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/bg.ts +0 -128
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ca.ts +0 -116
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/cs.ts +0 -118
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/da.ts +0 -123
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/de.ts +0 -116
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/el.ts +0 -121
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/en.ts +0 -123
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/eo.ts +0 -118
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/es.ts +0 -141
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fa.ts +0 -126
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fi.ts +0 -121
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/fr.ts +0 -132
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/he.ts +0 -246
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hr.ts +0 -131
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hu.ts +0 -117
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/hy.ts +0 -164
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/id.ts +0 -115
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/index.ts +0 -52
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/is.ts +0 -119
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/it.ts +0 -116
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ja.ts +0 -114
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ka.ts +0 -123
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/kh.ts +0 -7
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/km.ts +0 -119
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ko.ts +0 -121
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/lt.ts +0 -239
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/mk.ts +0 -118
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ms.ts +0 -115
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/nl.ts +0 -121
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/no.ts +0 -116
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ota.ts +0 -117
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/pl.ts +0 -118
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ps.ts +0 -126
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/pt.ts +0 -116
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ro.ts +0 -129
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ru.ts +0 -176
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/sl.ts +0 -118
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/sv.ts +0 -119
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ta.ts +0 -118
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/th.ts +0 -119
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/tr.ts +0 -111
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ua.ts +0 -7
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/uk.ts +0 -117
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/ur.ts +0 -119
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/uz.ts +0 -117
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/vi.ts +0 -117
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/yo.ts +0 -124
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
- package/tools-runtime/code-tool/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/checks.ts +0 -32
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/coerce.ts +0 -27
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/external.ts +0 -41
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/index.ts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/iso.ts +0 -66
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/parse.ts +0 -14
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/schemas.ts +0 -1947
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -548
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -993
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -325
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
- package/tools-runtime/code-tool/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -352
- package/tools-runtime/code-tool/node_modules/zod/src/v4-mini/index.ts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.cjs +0 -138
- package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.d.cts +0 -164
- package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.d.ts +0 -164
- package/tools-runtime/code-tool/node_modules/zod/v3/ZodError.js +0 -133
- package/tools-runtime/code-tool/node_modules/zod/v3/errors.cjs +0 -17
- package/tools-runtime/code-tool/node_modules/zod/v3/errors.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v3/errors.d.ts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v3/errors.js +0 -9
- package/tools-runtime/code-tool/node_modules/zod/v3/external.cjs +0 -22
- package/tools-runtime/code-tool/node_modules/zod/v3/external.d.cts +0 -6
- package/tools-runtime/code-tool/node_modules/zod/v3/external.d.ts +0 -6
- package/tools-runtime/code-tool/node_modules/zod/v3/external.js +0 -6
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/enumUtil.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/errorUtil.js +0 -6
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/parseUtil.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/partialUtil.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/typeAliases.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.cjs +0 -137
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.d.cts +0 -85
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.d.ts +0 -85
- package/tools-runtime/code-tool/node_modules/zod/v3/helpers/util.js +0 -133
- package/tools-runtime/code-tool/node_modules/zod/v3/index.cjs +0 -33
- package/tools-runtime/code-tool/node_modules/zod/v3/index.d.cts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v3/index.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v3/index.js +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.cjs +0 -112
- package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.d.cts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.d.ts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v3/locales/en.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v3/package.json +0 -7
- package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.cjs +0 -2
- package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.d.cts +0 -102
- package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.d.ts +0 -102
- package/tools-runtime/code-tool/node_modules/zod/v3/standard-schema.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v3/types.cjs +0 -3777
- package/tools-runtime/code-tool/node_modules/zod/v3/types.d.cts +0 -1034
- package/tools-runtime/code-tool/node_modules/zod/v3/types.d.ts +0 -1034
- package/tools-runtime/code-tool/node_modules/zod/v3/types.js +0 -3695
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.cjs +0 -33
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.d.cts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.d.ts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/checks.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.cjs +0 -47
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.d.cts +0 -17
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.d.ts +0 -17
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/coerce.js +0 -17
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.cjs +0 -61
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.d.cts +0 -50
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.d.ts +0 -50
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/compat.js +0 -31
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.cjs +0 -74
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.d.cts +0 -30
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.d.ts +0 -30
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/errors.js +0 -48
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.cjs +0 -73
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.d.cts +0 -16
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.d.ts +0 -16
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/external.js +0 -20
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.cjs +0 -625
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.d.cts +0 -12
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.d.ts +0 -12
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/from-json-schema.js +0 -599
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.cjs +0 -33
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.d.cts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/index.js +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.cjs +0 -60
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.d.cts +0 -22
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.d.ts +0 -22
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/iso.js +0 -30
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/package.json +0 -7
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.cjs +0 -41
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.d.cts +0 -31
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.d.ts +0 -31
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/parse.js +0 -15
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.cjs +0 -1511
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.d.cts +0 -767
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.d.ts +0 -767
- package/tools-runtime/code-tool/node_modules/zod/v4/classic/schemas.js +0 -1395
- package/tools-runtime/code-tool/node_modules/zod/v4/core/api.cjs +0 -1227
- package/tools-runtime/code-tool/node_modules/zod/v4/core/api.d.cts +0 -325
- package/tools-runtime/code-tool/node_modules/zod/v4/core/api.d.ts +0 -325
- package/tools-runtime/code-tool/node_modules/zod/v4/core/api.js +0 -1087
- package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.cjs +0 -601
- package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.d.cts +0 -278
- package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.d.ts +0 -278
- package/tools-runtime/code-tool/node_modules/zod/v4/core/checks.js +0 -575
- package/tools-runtime/code-tool/node_modules/zod/v4/core/core.cjs +0 -85
- package/tools-runtime/code-tool/node_modules/zod/v4/core/core.d.cts +0 -70
- package/tools-runtime/code-tool/node_modules/zod/v4/core/core.d.ts +0 -70
- package/tools-runtime/code-tool/node_modules/zod/v4/core/core.js +0 -78
- package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.cjs +0 -39
- package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.d.cts +0 -14
- package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.d.ts +0 -14
- package/tools-runtime/code-tool/node_modules/zod/v4/core/doc.js +0 -35
- package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.cjs +0 -216
- package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.d.cts +0 -221
- package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.d.ts +0 -221
- package/tools-runtime/code-tool/node_modules/zod/v4/core/errors.js +0 -185
- package/tools-runtime/code-tool/node_modules/zod/v4/core/index.cjs +0 -47
- package/tools-runtime/code-tool/node_modules/zod/v4/core/index.d.cts +0 -16
- package/tools-runtime/code-tool/node_modules/zod/v4/core/index.d.ts +0 -16
- package/tools-runtime/code-tool/node_modules/zod/v4/core/index.js +0 -16
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.cjs +0 -99
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.d.cts +0 -65
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.d.ts +0 -65
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-generator.js +0 -95
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.cjs +0 -644
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -49
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -49
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema-processors.js +0 -601
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.cjs +0 -2
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.d.cts +0 -88
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.d.ts +0 -88
- package/tools-runtime/code-tool/node_modules/zod/v4/core/json-schema.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/core/package.json +0 -7
- package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.cjs +0 -131
- package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.d.cts +0 -49
- package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.d.ts +0 -49
- package/tools-runtime/code-tool/node_modules/zod/v4/core/parse.js +0 -93
- package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.cjs +0 -172
- package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.d.cts +0 -85
- package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.d.ts +0 -85
- package/tools-runtime/code-tool/node_modules/zod/v4/core/regexes.js +0 -139
- package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.cjs +0 -56
- package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.d.cts +0 -35
- package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.d.ts +0 -35
- package/tools-runtime/code-tool/node_modules/zod/v4/core/registries.js +0 -51
- package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.cjs +0 -2270
- package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.d.cts +0 -1184
- package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.d.ts +0 -1184
- package/tools-runtime/code-tool/node_modules/zod/v4/core/schemas.js +0 -2239
- package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.cjs +0 -2
- package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.d.cts +0 -126
- package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.d.ts +0 -126
- package/tools-runtime/code-tool/node_modules/zod/v4/core/standard-schema.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.cjs +0 -457
- package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.d.cts +0 -114
- package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.d.ts +0 -114
- package/tools-runtime/code-tool/node_modules/zod/v4/core/to-json-schema.js +0 -448
- package/tools-runtime/code-tool/node_modules/zod/v4/core/util.cjs +0 -734
- package/tools-runtime/code-tool/node_modules/zod/v4/core/util.d.cts +0 -200
- package/tools-runtime/code-tool/node_modules/zod/v4/core/util.d.ts +0 -200
- package/tools-runtime/code-tool/node_modules/zod/v4/core/util.js +0 -674
- package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.cjs +0 -8
- package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.d.ts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/core/versions.js +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/index.cjs +0 -22
- package/tools-runtime/code-tool/node_modules/zod/v4/index.d.cts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4/index.d.ts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4/index.js +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.cjs +0 -133
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ar.js +0 -106
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.cjs +0 -132
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/az.js +0 -105
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.cjs +0 -183
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/be.js +0 -156
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.cjs +0 -147
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/bg.js +0 -120
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.cjs +0 -134
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ca.js +0 -107
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.cjs +0 -138
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/cs.js +0 -111
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.cjs +0 -142
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/da.js +0 -115
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.cjs +0 -135
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/de.js +0 -108
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.cjs +0 -136
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/el.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.cjs +0 -140
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/en.js +0 -113
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.cjs +0 -136
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/eo.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.cjs +0 -159
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/es.js +0 -132
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.cjs +0 -141
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fa.js +0 -114
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.cjs +0 -139
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fi.js +0 -112
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.cjs +0 -134
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr-CA.js +0 -107
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.cjs +0 -152
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/fr.js +0 -125
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.cjs +0 -241
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/he.js +0 -214
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.cjs +0 -149
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hr.js +0 -122
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.cjs +0 -135
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hu.js +0 -108
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.cjs +0 -174
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/hy.js +0 -147
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.cjs +0 -133
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/id.js +0 -106
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.cjs +0 -111
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.d.cts +0 -52
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.d.ts +0 -52
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/index.js +0 -52
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.cjs +0 -136
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/is.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.cjs +0 -135
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/it.js +0 -108
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.cjs +0 -134
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ja.js +0 -107
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.cjs +0 -139
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ka.js +0 -112
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.cjs +0 -12
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.d.ts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/kh.js +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.cjs +0 -137
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/km.js +0 -110
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.cjs +0 -138
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ko.js +0 -111
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.cjs +0 -230
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/lt.js +0 -203
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.cjs +0 -136
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/mk.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.cjs +0 -134
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ms.js +0 -107
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.cjs +0 -137
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/nl.js +0 -110
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.cjs +0 -135
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/no.js +0 -108
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.cjs +0 -136
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ota.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/package.json +0 -7
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.cjs +0 -136
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pl.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.cjs +0 -141
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ps.js +0 -114
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.cjs +0 -135
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/pt.js +0 -108
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.cjs +0 -146
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ro.js +0 -119
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.cjs +0 -183
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ru.js +0 -156
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.cjs +0 -136
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sl.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.cjs +0 -137
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/sv.js +0 -110
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.cjs +0 -137
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ta.js +0 -110
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.cjs +0 -137
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/th.js +0 -110
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.cjs +0 -132
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/tr.js +0 -105
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.cjs +0 -12
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.d.ts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ua.js +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.cjs +0 -135
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uk.js +0 -108
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.cjs +0 -137
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/ur.js +0 -110
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.cjs +0 -137
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/uz.js +0 -110
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.cjs +0 -135
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/vi.js +0 -108
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.cjs +0 -134
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/yo.js +0 -107
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.cjs +0 -136
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-CN.js +0 -109
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.cjs +0 -134
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
- package/tools-runtime/code-tool/node_modules/zod/v4/locales/zh-TW.js +0 -107
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.cjs +0 -34
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.d.cts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.d.ts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/checks.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.cjs +0 -52
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.d.cts +0 -7
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.d.ts +0 -7
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/coerce.js +0 -22
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.cjs +0 -63
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.d.cts +0 -13
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.d.ts +0 -13
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/external.js +0 -14
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.cjs +0 -32
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.d.cts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.d.ts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/index.js +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.cjs +0 -64
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.d.cts +0 -22
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.d.ts +0 -22
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/iso.js +0 -34
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/package.json +0 -7
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.cjs +0 -16
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.d.cts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.d.ts +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/parse.js +0 -1
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.cjs +0 -1083
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.d.cts +0 -445
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.d.ts +0 -445
- package/tools-runtime/code-tool/node_modules/zod/v4/mini/schemas.js +0 -961
- package/tools-runtime/code-tool/node_modules/zod/v4/package.json +0 -7
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.cjs +0 -32
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.d.cts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.d.ts +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/index.js +0 -3
- package/tools-runtime/code-tool/node_modules/zod/v4-mini/package.json +0 -7
- package/tools-runtime/git-tool/bun.lock +0 -15
- /package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/cli.mjs +0 -0
- /package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/server/boot.mjs +0 -0
- /package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/server/state.mjs +0 -0
- /package/mcps-runtime/{claude-tuitui → claude-tuitui-channel}/server/tuitui-api.mjs +0 -0
|
@@ -1,322 +0,0 @@
|
|
|
1
|
-
import { readFile, writeFile } from 'node:fs/promises'
|
|
2
|
-
import { join } from 'node:path'
|
|
3
|
-
import { cmdGetUserInfo } from './user.js'
|
|
4
|
-
import {
|
|
5
|
-
cmdListMatterStatuses,
|
|
6
|
-
cmdListMatterTypes,
|
|
7
|
-
cmdListProjects,
|
|
8
|
-
} from './project.js'
|
|
9
|
-
import { cmdListMatters } from './matter.js'
|
|
10
|
-
|
|
11
|
-
const STATE_FILENAME = 'geelib-poller-state.json'
|
|
12
|
-
|
|
13
|
-
export type DiscoveredConfig = {
|
|
14
|
-
sub_id: number | null
|
|
15
|
-
type_id: number | null
|
|
16
|
-
pending_status_ids: number[]
|
|
17
|
-
done_status_id: number | null
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export type PollerState = {
|
|
21
|
-
lastPollAt: number
|
|
22
|
-
processedMatterIds: number[]
|
|
23
|
-
discovered: DiscoveredConfig
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export function stateFilePath(cwd: string): string {
|
|
27
|
-
return join(cwd, STATE_FILENAME)
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/** 读取 agent 工作区下的巡检状态文件 */
|
|
31
|
-
export async function readPollerState(cwd: string): Promise<PollerState> {
|
|
32
|
-
try {
|
|
33
|
-
const raw = await readFile(stateFilePath(cwd), 'utf8')
|
|
34
|
-
const parsed = JSON.parse(raw) as PollerState
|
|
35
|
-
return {
|
|
36
|
-
lastPollAt: parsed.lastPollAt ?? 0,
|
|
37
|
-
processedMatterIds: Array.isArray(parsed.processedMatterIds)
|
|
38
|
-
? parsed.processedMatterIds.map(Number)
|
|
39
|
-
: [],
|
|
40
|
-
discovered: {
|
|
41
|
-
sub_id: parsed.discovered?.sub_id ?? null,
|
|
42
|
-
type_id: parsed.discovered?.type_id ?? null,
|
|
43
|
-
pending_status_ids: Array.isArray(
|
|
44
|
-
parsed.discovered?.pending_status_ids,
|
|
45
|
-
)
|
|
46
|
-
? parsed.discovered.pending_status_ids.map(Number)
|
|
47
|
-
: [],
|
|
48
|
-
done_status_id: parsed.discovered?.done_status_id ?? null,
|
|
49
|
-
},
|
|
50
|
-
}
|
|
51
|
-
} catch {
|
|
52
|
-
return {
|
|
53
|
-
lastPollAt: 0,
|
|
54
|
-
processedMatterIds: [],
|
|
55
|
-
discovered: {
|
|
56
|
-
sub_id: null,
|
|
57
|
-
type_id: null,
|
|
58
|
-
pending_status_ids: [],
|
|
59
|
-
done_status_id: null,
|
|
60
|
-
},
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export async function writePollerState(
|
|
66
|
-
cwd: string,
|
|
67
|
-
state: PollerState,
|
|
68
|
-
): Promise<void> {
|
|
69
|
-
await writeFile(stateFilePath(cwd), `${JSON.stringify(state, null, 2)}\n`)
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
type MatterRow = {
|
|
73
|
-
id?: number
|
|
74
|
-
matter_id?: number
|
|
75
|
-
title?: string
|
|
76
|
-
create_time?: string
|
|
77
|
-
updated_at?: string
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
function extractMatterId(row: MatterRow): number | null {
|
|
81
|
-
const id = row.id ?? row.matter_id
|
|
82
|
-
if (typeof id === 'number' && Number.isFinite(id)) {
|
|
83
|
-
return id
|
|
84
|
-
}
|
|
85
|
-
return null
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
function isDoneStatusName(name: string, statusStage?: string): boolean {
|
|
89
|
-
const stage = (statusStage ?? '').trim()
|
|
90
|
-
if (stage.includes('已完成') || stage.includes('完成')) {
|
|
91
|
-
return true
|
|
92
|
-
}
|
|
93
|
-
const n = name.toLowerCase()
|
|
94
|
-
return (
|
|
95
|
-
n.includes('完成') ||
|
|
96
|
-
n.includes('关闭') ||
|
|
97
|
-
n.includes('done') ||
|
|
98
|
-
n.includes('closed')
|
|
99
|
-
)
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
function isPendingStatusName(name: string): boolean {
|
|
103
|
-
const n = name.toLowerCase()
|
|
104
|
-
if (isDoneStatusName(n)) {
|
|
105
|
-
return false
|
|
106
|
-
}
|
|
107
|
-
return (
|
|
108
|
-
n.includes('待') ||
|
|
109
|
-
n.includes('进行') ||
|
|
110
|
-
n.includes('处理') ||
|
|
111
|
-
n.includes('open') ||
|
|
112
|
-
n.includes('progress') ||
|
|
113
|
-
n.includes('todo')
|
|
114
|
-
)
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* 首次 poll 时自动发现 sub_id / type_id / 状态 ID。
|
|
119
|
-
* 选第一个可访问项目;类型优先名称含「任务」;状态按名称启发式分类。
|
|
120
|
-
*/
|
|
121
|
-
async function discoverConfig(
|
|
122
|
-
state: PollerState,
|
|
123
|
-
subIdOverride?: number,
|
|
124
|
-
typeIdOverride?: number,
|
|
125
|
-
): Promise<DiscoveredConfig> {
|
|
126
|
-
if (
|
|
127
|
-
subIdOverride !== undefined &&
|
|
128
|
-
typeIdOverride !== undefined &&
|
|
129
|
-
state.discovered.pending_status_ids.length > 0
|
|
130
|
-
) {
|
|
131
|
-
return {
|
|
132
|
-
sub_id: subIdOverride,
|
|
133
|
-
type_id: typeIdOverride,
|
|
134
|
-
pending_status_ids: state.discovered.pending_status_ids,
|
|
135
|
-
done_status_id: state.discovered.done_status_id,
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
let subId = subIdOverride ?? state.discovered.sub_id
|
|
140
|
-
if (subId === null) {
|
|
141
|
-
const projects = (await cmdListProjects()) as {
|
|
142
|
-
errno: number
|
|
143
|
-
data?: { list?: Array<{ id?: number; sub_id?: number }> } | Array<{ id?: number; sub_id?: number }>
|
|
144
|
-
}
|
|
145
|
-
const projectList = Array.isArray(projects.data)
|
|
146
|
-
? projects.data
|
|
147
|
-
: projects.data?.list
|
|
148
|
-
if (projects.errno !== 2000 || !projectList?.length) {
|
|
149
|
-
throw new Error('list-projects 未返回可用项目')
|
|
150
|
-
}
|
|
151
|
-
const first = projectList[0]
|
|
152
|
-
subId = first.id ?? first.sub_id ?? null
|
|
153
|
-
if (subId === null) {
|
|
154
|
-
throw new Error('无法从项目列表解析 sub_id')
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
let typeId = typeIdOverride ?? state.discovered.type_id
|
|
159
|
-
if (typeId === null) {
|
|
160
|
-
const types = (await cmdListMatterTypes(subId)) as {
|
|
161
|
-
errno: number
|
|
162
|
-
data?: Array<{ id?: number; type_id?: number; name?: string; type_name?: string }>
|
|
163
|
-
}
|
|
164
|
-
if (types.errno !== 2000 || !types.data?.length) {
|
|
165
|
-
throw new Error(`list-matter-types(sub_id=${subId}) 无数据`)
|
|
166
|
-
}
|
|
167
|
-
const taskType =
|
|
168
|
-
types.data.find(t => (t.type_name ?? t.name ?? '').includes('任务')) ??
|
|
169
|
-
types.data[0]
|
|
170
|
-
typeId = taskType.id ?? taskType.type_id ?? null
|
|
171
|
-
if (typeId === null) {
|
|
172
|
-
throw new Error('无法从类型列表解析 type_id')
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
let pendingIds = state.discovered.pending_status_ids
|
|
177
|
-
let doneId = state.discovered.done_status_id
|
|
178
|
-
if (pendingIds.length === 0 || doneId === null) {
|
|
179
|
-
const statuses = (await cmdListMatterStatuses(subId, typeId)) as {
|
|
180
|
-
errno: number
|
|
181
|
-
data?: Array<{
|
|
182
|
-
id?: number
|
|
183
|
-
status_id?: number
|
|
184
|
-
name?: string
|
|
185
|
-
matterStatus?: { id?: number; status_name?: string; status_stage?: string }
|
|
186
|
-
}>
|
|
187
|
-
}
|
|
188
|
-
if (statuses.errno !== 2000 || !statuses.data?.length) {
|
|
189
|
-
throw new Error('list-matter-statuses 无数据')
|
|
190
|
-
}
|
|
191
|
-
pendingIds = []
|
|
192
|
-
for (const s of statuses.data) {
|
|
193
|
-
const sid = s.status_id ?? s.matterStatus?.id ?? s.id
|
|
194
|
-
const name = s.matterStatus?.status_name ?? s.name ?? ''
|
|
195
|
-
const stage = s.matterStatus?.status_stage ?? ''
|
|
196
|
-
if (sid === undefined) continue
|
|
197
|
-
if (isDoneStatusName(name, stage)) {
|
|
198
|
-
if (doneId === null) {
|
|
199
|
-
doneId = sid
|
|
200
|
-
}
|
|
201
|
-
} else if (isPendingStatusName(name)) {
|
|
202
|
-
pendingIds.push(sid)
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
if (pendingIds.length === 0) {
|
|
206
|
-
pendingIds = statuses.data
|
|
207
|
-
.filter(s => {
|
|
208
|
-
const name = s.matterStatus?.status_name ?? s.name ?? ''
|
|
209
|
-
const stage = s.matterStatus?.status_stage ?? ''
|
|
210
|
-
return !isDoneStatusName(name, stage)
|
|
211
|
-
})
|
|
212
|
-
.map(s => s.status_id ?? s.matterStatus?.id ?? s.id)
|
|
213
|
-
.filter((x): x is number => x !== undefined && x !== doneId)
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
return {
|
|
218
|
-
sub_id: subId,
|
|
219
|
-
type_id: typeId,
|
|
220
|
-
pending_status_ids: pendingIds,
|
|
221
|
-
done_status_id: doneId,
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
export type PollResult = {
|
|
226
|
-
hasNew: boolean
|
|
227
|
-
matter: MatterRow | null
|
|
228
|
-
mattersTotal: number
|
|
229
|
-
lastPollAt: number
|
|
230
|
-
discovered: DiscoveredConfig
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export type PollOpts = {
|
|
234
|
-
cwd: string
|
|
235
|
-
subId?: number
|
|
236
|
-
typeId?: number
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* 定时巡检:拉取当前用户未处理工作项,返回 state 中尚未 mark 的最新一条。
|
|
241
|
-
* 只更新 lastPollAt,不自动 mark-processed。
|
|
242
|
-
*/
|
|
243
|
-
export async function cmdPoll(opts: PollOpts): Promise<PollResult> {
|
|
244
|
-
const state = await readPollerState(opts.cwd)
|
|
245
|
-
const discovered = await discoverConfig(state, opts.subId, opts.typeId)
|
|
246
|
-
state.discovered = discovered
|
|
247
|
-
|
|
248
|
-
const userInfo = (await cmdGetUserInfo()) as {
|
|
249
|
-
errno: number
|
|
250
|
-
data?: { id?: number; user_id?: number }
|
|
251
|
-
}
|
|
252
|
-
if (userInfo.errno !== 2000) {
|
|
253
|
-
throw new Error(`get-user-info 失败: ${JSON.stringify(userInfo)}`)
|
|
254
|
-
}
|
|
255
|
-
const assigneeId = userInfo.data?.id ?? userInfo.data?.user_id
|
|
256
|
-
if (assigneeId === undefined) {
|
|
257
|
-
throw new Error('无法从 get-user-info 解析当前用户 ID')
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
const subId = discovered.sub_id!
|
|
261
|
-
const typeId = discovered.type_id!
|
|
262
|
-
|
|
263
|
-
// 一次 list 拉取当前用户工作项,避免按状态多次请求
|
|
264
|
-
const listResp = (await cmdListMatters({
|
|
265
|
-
subId,
|
|
266
|
-
typeId,
|
|
267
|
-
page: 1,
|
|
268
|
-
pageSize: 50,
|
|
269
|
-
assigneeId,
|
|
270
|
-
})) as {
|
|
271
|
-
errno: number
|
|
272
|
-
data?: { list?: MatterRow[]; data?: MatterRow[] }
|
|
273
|
-
}
|
|
274
|
-
const allMatters: MatterRow[] =
|
|
275
|
-
listResp.errno === 2000
|
|
276
|
-
? (listResp.data?.list ?? listResp.data?.data ?? [])
|
|
277
|
-
: []
|
|
278
|
-
|
|
279
|
-
const processedSet = new Set(state.processedMatterIds)
|
|
280
|
-
const seen = new Set<number>()
|
|
281
|
-
const candidates: MatterRow[] = []
|
|
282
|
-
for (const row of allMatters) {
|
|
283
|
-
const mid = extractMatterId(row)
|
|
284
|
-
if (mid === null || seen.has(mid) || processedSet.has(mid)) {
|
|
285
|
-
continue
|
|
286
|
-
}
|
|
287
|
-
seen.add(mid)
|
|
288
|
-
candidates.push(row)
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
candidates.sort((a, b) => {
|
|
292
|
-
const ta = a.create_time ?? a.updated_at ?? ''
|
|
293
|
-
const tb = b.create_time ?? b.updated_at ?? ''
|
|
294
|
-
return tb.localeCompare(ta)
|
|
295
|
-
})
|
|
296
|
-
|
|
297
|
-
const now = Date.now()
|
|
298
|
-
state.lastPollAt = now
|
|
299
|
-
await writePollerState(opts.cwd, state)
|
|
300
|
-
|
|
301
|
-
const matter = candidates.length > 0 ? candidates[0] : null
|
|
302
|
-
return {
|
|
303
|
-
hasNew: matter !== null,
|
|
304
|
-
matter,
|
|
305
|
-
mattersTotal: candidates.length,
|
|
306
|
-
lastPollAt: now,
|
|
307
|
-
discovered,
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/** 开发+回写成功后,将 matter_id 记入 processedMatterIds */
|
|
312
|
-
export async function cmdMarkProcessed(
|
|
313
|
-
cwd: string,
|
|
314
|
-
matterId: number,
|
|
315
|
-
): Promise<PollerState> {
|
|
316
|
-
const state = await readPollerState(cwd)
|
|
317
|
-
if (!state.processedMatterIds.includes(matterId)) {
|
|
318
|
-
state.processedMatterIds.push(matterId)
|
|
319
|
-
}
|
|
320
|
-
await writePollerState(cwd, state)
|
|
321
|
-
return state
|
|
322
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { geelibGet } from '../client.js'
|
|
2
|
-
|
|
3
|
-
/** list-projects 返回的单条项目(字段随 API 扩展,只读用到的) */
|
|
4
|
-
type ProjectRow = {
|
|
5
|
-
id?: number
|
|
6
|
-
sub_id?: number
|
|
7
|
-
name?: string
|
|
8
|
-
is_archive?: number
|
|
9
|
-
sub_status_id?: number
|
|
10
|
-
update_time?: string
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
/** list-projects 响应体 */
|
|
14
|
-
type ListProjectsResponse = {
|
|
15
|
-
errno?: number
|
|
16
|
-
errmsg?: string
|
|
17
|
-
data?: { list?: ProjectRow[] } | ProjectRow[]
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export async function cmdListProjects(query = ''): Promise<unknown> {
|
|
21
|
-
return geelibGet('/projects/subBusMgr/getCanAccessSubList', {
|
|
22
|
-
query,
|
|
23
|
-
simple: 2,
|
|
24
|
-
})
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* 拉取进行中项目并格式化为纯文本,供 SKILL 加载时 !` 注入。
|
|
29
|
-
* 进行中:is_archive === 0(未归档)。
|
|
30
|
-
* 始终 exit 0,失败信息写入 stdout,避免 Skill 加载因 !` 失败而中断。
|
|
31
|
-
*/
|
|
32
|
-
export async function cmdListActiveProjectsText(): Promise<string> {
|
|
33
|
-
const resp = (await cmdListProjects('')) as ListProjectsResponse
|
|
34
|
-
|
|
35
|
-
if (resp.errno !== 2000) {
|
|
36
|
-
return `[geelib] 项目列表获取失败: errno=${resp.errno} ${resp.errmsg ?? ''}`
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
const rawList = Array.isArray(resp.data)
|
|
40
|
-
? resp.data
|
|
41
|
-
: resp.data?.list
|
|
42
|
-
if (!rawList?.length) {
|
|
43
|
-
return '(无进行中项目)'
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
const active = rawList.filter(p => p.is_archive === 0)
|
|
47
|
-
if (active.length === 0) {
|
|
48
|
-
return '(无进行中项目)'
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
const lines = [
|
|
52
|
-
`共 ${active.length} 个进行中项目(is_archive=0):`,
|
|
53
|
-
'',
|
|
54
|
-
'| sub_id | 项目名称 | sub_status_id | 更新时间 |',
|
|
55
|
-
'| --- | --- | --- | --- |',
|
|
56
|
-
]
|
|
57
|
-
|
|
58
|
-
for (const p of active) {
|
|
59
|
-
const subId = p.id ?? p.sub_id
|
|
60
|
-
if (subId === undefined) {
|
|
61
|
-
continue
|
|
62
|
-
}
|
|
63
|
-
const name = (p.name ?? '').replace(/\|/g, '\\|')
|
|
64
|
-
lines.push(
|
|
65
|
-
`| ${subId} | ${name} | ${p.sub_status_id ?? '-'} | ${p.update_time ?? '-'} |`,
|
|
66
|
-
)
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
return lines.join('\n')
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export async function cmdGetProjectDetail(subId: number): Promise<unknown> {
|
|
73
|
-
return geelibGet('/projects/subBusMgr/getSubDetail', { sub_id: subId })
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export async function cmdListProjectMembers(subId: number): Promise<unknown> {
|
|
77
|
-
return geelibGet('/projects/subBusMgr/getSubUserListSortByInitial', {
|
|
78
|
-
sub_id: subId,
|
|
79
|
-
})
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
export async function cmdListMatterTypes(subId: number): Promise<unknown> {
|
|
83
|
-
return geelibGet('/matter/Matter/getMatterType', {
|
|
84
|
-
sub_id: subId,
|
|
85
|
-
page: 0,
|
|
86
|
-
pageSize: 9999,
|
|
87
|
-
})
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
export async function cmdListMatterStatuses(
|
|
91
|
-
subId: number,
|
|
92
|
-
typeId: number,
|
|
93
|
-
): Promise<unknown> {
|
|
94
|
-
return geelibGet('/matter/matterType/getMatterTypeStatusList', {
|
|
95
|
-
sub_id: subId,
|
|
96
|
-
type_id: typeId,
|
|
97
|
-
})
|
|
98
|
-
}
|
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* geelib CLI:GeeLib API 命令行入口,供 geelib SKILL 通过 Bash 调用。
|
|
3
|
-
*/
|
|
4
|
-
import { parseArgs, flagNumber, flagOptionalNumber, requireFlag } from './args.js'
|
|
5
|
-
import { login } from './auth.js'
|
|
6
|
-
import { cmdGetUserInfo } from './commands/user.js'
|
|
7
|
-
import {
|
|
8
|
-
cmdGetProjectDetail,
|
|
9
|
-
cmdListMatterStatuses,
|
|
10
|
-
cmdListMatterTypes,
|
|
11
|
-
cmdListProjectMembers,
|
|
12
|
-
cmdListActiveProjectsText,
|
|
13
|
-
cmdListProjects,
|
|
14
|
-
} from './commands/project.js'
|
|
15
|
-
import { cmdGetMatter, cmdListMatters, cmdUpdateMatter } from './commands/matter.js'
|
|
16
|
-
import { cmdAddComment, cmdGetComments } from './commands/comment.js'
|
|
17
|
-
import { cmdMarkProcessed, cmdPoll } from './commands/poll.js'
|
|
18
|
-
|
|
19
|
-
const USAGE = `geelib CLI — GeeLib 工作项 API
|
|
20
|
-
|
|
21
|
-
用法: geelib.mjs <command> [options]
|
|
22
|
-
|
|
23
|
-
命令:
|
|
24
|
-
get-user-info
|
|
25
|
-
list-projects [--query=]
|
|
26
|
-
list-active-projects
|
|
27
|
-
get-project-detail --sub-id=
|
|
28
|
-
list-project-members --sub-id=
|
|
29
|
-
list-matter-types --sub-id=
|
|
30
|
-
list-matter-statuses --sub-id= --type-id=
|
|
31
|
-
list-matters --sub-id= --type-id= [--page=] [--page-size=] [--keyword=] [--status-id=] [--assignee-id=]
|
|
32
|
-
get-matter --sub-id= --matter-id=
|
|
33
|
-
update-matter --sub-id= --matter-id= [--title=] [--description=] [--status-id=] [--assignee-id=] [--priority=low|medium|high|urgent] [--progress=] [--sprint-id=]
|
|
34
|
-
get-comments --sub-id= --matter-id=
|
|
35
|
-
add-comment --sub-id= --matter-id= --content=
|
|
36
|
-
poll [--sub-id=] [--type-id=] [--cwd=]
|
|
37
|
-
mark-processed --matter-id= [--cwd=]
|
|
38
|
-
|
|
39
|
-
环境变量: GEELIB_USER, GEELIB_PASSWD(必填)
|
|
40
|
-
`
|
|
41
|
-
|
|
42
|
-
function output(data: unknown): void {
|
|
43
|
-
process.stdout.write(`${JSON.stringify(data, null, 2)}\n`)
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function resolveCwd(flags: Record<string, string>): string {
|
|
47
|
-
return flags.cwd ?? process.cwd()
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
async function main(): Promise<void> {
|
|
51
|
-
const { positional, flags } = parseArgs(process.argv.slice(2))
|
|
52
|
-
const command = positional[0]
|
|
53
|
-
|
|
54
|
-
if (!command || command === 'help' || command === '--help') {
|
|
55
|
-
process.stdout.write(USAGE)
|
|
56
|
-
process.exit(command ? 0 : 1)
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
await login()
|
|
60
|
-
|
|
61
|
-
switch (command) {
|
|
62
|
-
case 'get-user-info':
|
|
63
|
-
output(await cmdGetUserInfo())
|
|
64
|
-
break
|
|
65
|
-
case 'list-projects':
|
|
66
|
-
output(await cmdListProjects(flags.query ?? ''))
|
|
67
|
-
break
|
|
68
|
-
case 'list-active-projects':
|
|
69
|
-
process.stdout.write(`${await cmdListActiveProjectsText()}\n`)
|
|
70
|
-
break
|
|
71
|
-
case 'get-project-detail':
|
|
72
|
-
output(await cmdGetProjectDetail(flagNumber(flags, 'sub-id')))
|
|
73
|
-
break
|
|
74
|
-
case 'list-project-members':
|
|
75
|
-
output(await cmdListProjectMembers(flagNumber(flags, 'sub-id')))
|
|
76
|
-
break
|
|
77
|
-
case 'list-matter-types':
|
|
78
|
-
output(await cmdListMatterTypes(flagNumber(flags, 'sub-id')))
|
|
79
|
-
break
|
|
80
|
-
case 'list-matter-statuses':
|
|
81
|
-
output(
|
|
82
|
-
await cmdListMatterStatuses(
|
|
83
|
-
flagNumber(flags, 'sub-id'),
|
|
84
|
-
flagNumber(flags, 'type-id'),
|
|
85
|
-
),
|
|
86
|
-
)
|
|
87
|
-
break
|
|
88
|
-
case 'list-matters':
|
|
89
|
-
output(
|
|
90
|
-
await cmdListMatters({
|
|
91
|
-
subId: flagNumber(flags, 'sub-id'),
|
|
92
|
-
typeId: flagNumber(flags, 'type-id'),
|
|
93
|
-
page: flagOptionalNumber(flags, 'page'),
|
|
94
|
-
pageSize: flagOptionalNumber(flags, 'page-size'),
|
|
95
|
-
keyword: flags.keyword,
|
|
96
|
-
statusId: flagOptionalNumber(flags, 'status-id'),
|
|
97
|
-
assigneeId: flagOptionalNumber(flags, 'assignee-id'),
|
|
98
|
-
}),
|
|
99
|
-
)
|
|
100
|
-
break
|
|
101
|
-
case 'get-matter':
|
|
102
|
-
output(
|
|
103
|
-
await cmdGetMatter(
|
|
104
|
-
flagNumber(flags, 'sub-id'),
|
|
105
|
-
flagNumber(flags, 'matter-id'),
|
|
106
|
-
),
|
|
107
|
-
)
|
|
108
|
-
break
|
|
109
|
-
case 'update-matter':
|
|
110
|
-
output(
|
|
111
|
-
await cmdUpdateMatter({
|
|
112
|
-
subId: flagNumber(flags, 'sub-id'),
|
|
113
|
-
matterId: flagNumber(flags, 'matter-id'),
|
|
114
|
-
title: flags.title,
|
|
115
|
-
description: flags.description,
|
|
116
|
-
statusId: flagOptionalNumber(flags, 'status-id'),
|
|
117
|
-
assigneeId: flagOptionalNumber(flags, 'assignee-id'),
|
|
118
|
-
priority: flags.priority,
|
|
119
|
-
progress: flagOptionalNumber(flags, 'progress'),
|
|
120
|
-
sprintId: flagOptionalNumber(flags, 'sprint-id'),
|
|
121
|
-
}),
|
|
122
|
-
)
|
|
123
|
-
break
|
|
124
|
-
case 'get-comments':
|
|
125
|
-
output(
|
|
126
|
-
await cmdGetComments(
|
|
127
|
-
flagNumber(flags, 'sub-id'),
|
|
128
|
-
flagNumber(flags, 'matter-id'),
|
|
129
|
-
),
|
|
130
|
-
)
|
|
131
|
-
break
|
|
132
|
-
case 'add-comment': {
|
|
133
|
-
const content = requireFlag(flags, 'content')
|
|
134
|
-
output(
|
|
135
|
-
await cmdAddComment(
|
|
136
|
-
flagNumber(flags, 'sub-id'),
|
|
137
|
-
flagNumber(flags, 'matter-id'),
|
|
138
|
-
content,
|
|
139
|
-
),
|
|
140
|
-
)
|
|
141
|
-
break
|
|
142
|
-
}
|
|
143
|
-
case 'poll':
|
|
144
|
-
output(
|
|
145
|
-
await cmdPoll({
|
|
146
|
-
cwd: resolveCwd(flags),
|
|
147
|
-
subId: flagOptionalNumber(flags, 'sub-id'),
|
|
148
|
-
typeId: flagOptionalNumber(flags, 'type-id'),
|
|
149
|
-
}),
|
|
150
|
-
)
|
|
151
|
-
break
|
|
152
|
-
case 'mark-processed':
|
|
153
|
-
output(
|
|
154
|
-
await cmdMarkProcessed(
|
|
155
|
-
resolveCwd(flags),
|
|
156
|
-
flagNumber(flags, 'matter-id'),
|
|
157
|
-
),
|
|
158
|
-
)
|
|
159
|
-
break
|
|
160
|
-
default:
|
|
161
|
-
process.stderr.write(`未知命令: ${command}\n\n${USAGE}`)
|
|
162
|
-
process.exit(1)
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
main().catch(err => {
|
|
167
|
-
process.stderr.write(
|
|
168
|
-
`[geelib-cli] ${err instanceof Error ? err.message : String(err)}\n`,
|
|
169
|
-
)
|
|
170
|
-
process.exit(1)
|
|
171
|
-
})
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "geelib-skill",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"node_modules/@esbuild/linux-x64": {
|
|
8
|
-
"version": "0.25.12",
|
|
9
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
|
|
10
|
-
"integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
|
|
11
|
-
"cpu": [
|
|
12
|
-
"x64"
|
|
13
|
-
],
|
|
14
|
-
"dev": true,
|
|
15
|
-
"license": "MIT",
|
|
16
|
-
"optional": true,
|
|
17
|
-
"os": [
|
|
18
|
-
"linux"
|
|
19
|
-
],
|
|
20
|
-
"engines": {
|
|
21
|
-
"node": ">=18"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"node_modules/esbuild": {
|
|
25
|
-
"version": "0.25.12",
|
|
26
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
|
|
27
|
-
"integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
|
|
28
|
-
"dev": true,
|
|
29
|
-
"hasInstallScript": true,
|
|
30
|
-
"license": "MIT",
|
|
31
|
-
"bin": {
|
|
32
|
-
"esbuild": "bin/esbuild"
|
|
33
|
-
},
|
|
34
|
-
"engines": {
|
|
35
|
-
"node": ">=18"
|
|
36
|
-
},
|
|
37
|
-
"optionalDependencies": {
|
|
38
|
-
"@esbuild/aix-ppc64": "0.25.12",
|
|
39
|
-
"@esbuild/android-arm": "0.25.12",
|
|
40
|
-
"@esbuild/android-arm64": "0.25.12",
|
|
41
|
-
"@esbuild/android-x64": "0.25.12",
|
|
42
|
-
"@esbuild/darwin-arm64": "0.25.12",
|
|
43
|
-
"@esbuild/darwin-x64": "0.25.12",
|
|
44
|
-
"@esbuild/freebsd-arm64": "0.25.12",
|
|
45
|
-
"@esbuild/freebsd-x64": "0.25.12",
|
|
46
|
-
"@esbuild/linux-arm": "0.25.12",
|
|
47
|
-
"@esbuild/linux-arm64": "0.25.12",
|
|
48
|
-
"@esbuild/linux-ia32": "0.25.12",
|
|
49
|
-
"@esbuild/linux-loong64": "0.25.12",
|
|
50
|
-
"@esbuild/linux-mips64el": "0.25.12",
|
|
51
|
-
"@esbuild/linux-ppc64": "0.25.12",
|
|
52
|
-
"@esbuild/linux-riscv64": "0.25.12",
|
|
53
|
-
"@esbuild/linux-s390x": "0.25.12",
|
|
54
|
-
"@esbuild/linux-x64": "0.25.12",
|
|
55
|
-
"@esbuild/netbsd-arm64": "0.25.12",
|
|
56
|
-
"@esbuild/netbsd-x64": "0.25.12",
|
|
57
|
-
"@esbuild/openbsd-arm64": "0.25.12",
|
|
58
|
-
"@esbuild/openbsd-x64": "0.25.12",
|
|
59
|
-
"@esbuild/openharmony-arm64": "0.25.12",
|
|
60
|
-
"@esbuild/sunos-x64": "0.25.12",
|
|
61
|
-
"@esbuild/win32-arm64": "0.25.12",
|
|
62
|
-
"@esbuild/win32-ia32": "0.25.12",
|
|
63
|
-
"@esbuild/win32-x64": "0.25.12"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
Binary file
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@esbuild/linux-x64",
|
|
3
|
-
"version": "0.25.12",
|
|
4
|
-
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/evanw/esbuild.git"
|
|
8
|
-
},
|
|
9
|
-
"license": "MIT",
|
|
10
|
-
"preferUnplugged": true,
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=18"
|
|
13
|
-
},
|
|
14
|
-
"os": [
|
|
15
|
-
"linux"
|
|
16
|
-
],
|
|
17
|
-
"cpu": [
|
|
18
|
-
"x64"
|
|
19
|
-
]
|
|
20
|
-
}
|