@kyo-so/cli 0.16.10 → 0.16.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.ja.md +1 -1
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/dist/bin/kyoso.js +10 -10
- package/dist/cli/pluginRuntimeContract.d.ts +4 -4
- package/dist/config/schema.d.ts +15 -15
- package/dist/core/constants.d.ts +1 -1
- package/dist/index.js +7 -7
- package/dist/mcp/schemas.d.ts +11 -11
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.16.11] - 2026-08-27
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Promote the Marketplace Plugin to `0.7.19` and pin its Codex and Claude Code
|
|
15
|
+
MCP definitions and Skill fallbacks to `@kyo-so/cli@0.16.10`.
|
|
16
|
+
- Migrate the build and typecheck toolchain to TypeScript 7.
|
|
17
|
+
- Update GitHub Actions to Node.js 24 and generalize packed-config verification
|
|
18
|
+
across the supported Node.js 22, 24, and 26 runtimes.
|
|
19
|
+
- Update Safe Chain to `1.5.15`.
|
|
20
|
+
|
|
10
21
|
## [0.16.10] - 2026-08-24
|
|
11
22
|
|
|
12
23
|
### Changed
|
package/README.ja.md
CHANGED
|
@@ -154,7 +154,7 @@ Use Kyoso diff_review on the current diff. I need a second opinion before mergin
|
|
|
154
154
|
|
|
155
155
|
## CLI
|
|
156
156
|
|
|
157
|
-
package-runner の実行経路では、npm package をローカル alias `kyoso-cli` としてインストールします: `npx -y --package=kyoso-cli@npm:@kyo-so/cli kyoso` と `bunx --package kyoso-cli@npm:@kyo-so/cli kyoso` です。いずれも package と executable を別指定するため multi-bin package の binary 推測に依存せず、alias によって package 名が `@kyo-so/cli` である checkout が公開 package を隠すことも防ぎます。workflowで固定する場合は、`kyoso-cli@npm:@kyo-so/cli@0.16.
|
|
157
|
+
package-runner の実行経路では、npm package をローカル alias `kyoso-cli` としてインストールします: `npx -y --package=kyoso-cli@npm:@kyo-so/cli kyoso` と `bunx --package kyoso-cli@npm:@kyo-so/cli kyoso` です。いずれも package と executable を別指定するため multi-bin package の binary 推測に依存せず、alias によって package 名が `@kyo-so/cli` である checkout が公開 package を隠すことも防ぎます。workflowで固定する場合は、`kyoso-cli@npm:@kyo-so/cli@0.16.10` のように実 package 名へcomplete SemVer pinを付けます。以下の例の `kyoso` は、すでにインストールされた executable の省略形です。Naming note: npm パッケージは `@kyo-so/cli` (製品名 Kyo-so に対応)、package-runner の alias は `kyoso-cli`、インストールされる CLI コマンドは短い `kyoso` です。
|
|
158
158
|
|
|
159
159
|
alias 導入前に書かれた登録は引き続きサポートされ、`current` として分類されます。npx が利用可能な npx 登録は `ready` のままですが、bunx 登録は setup が必要な Bun capability を検証するまで `unverified` のままです。`kyoso doctor` は alias が無いことを警告して書き換え先の spec を示します。setup はこの登録を保持するため、修復は手動編集になります。
|
|
160
160
|
|
package/README.md
CHANGED
|
@@ -152,7 +152,7 @@ Manual setup examples are kept in `examples/codex-config.toml` and `examples/cla
|
|
|
152
152
|
|
|
153
153
|
## CLI
|
|
154
154
|
|
|
155
|
-
The package-runner execution paths install the npm package under the local alias `kyoso-cli`: `npx -y --package=kyoso-cli@npm:@kyo-so/cli kyoso` and `bunx --package kyoso-cli@npm:@kyo-so/cli kyoso`. Both forms select the package and the executable separately, so neither relies on binary inference from a multi-bin package, and the alias prevents a checkout whose own package name is `@kyo-so/cli` from shadowing the published package. Add a complete SemVer pin after the real package name when a workflow needs one, for example `kyoso-cli@npm:@kyo-so/cli@0.16.
|
|
155
|
+
The package-runner execution paths install the npm package under the local alias `kyoso-cli`: `npx -y --package=kyoso-cli@npm:@kyo-so/cli kyoso` and `bunx --package kyoso-cli@npm:@kyo-so/cli kyoso`. Both forms select the package and the executable separately, so neither relies on binary inference from a multi-bin package, and the alias prevents a checkout whose own package name is `@kyo-so/cli` from shadowing the published package. Add a complete SemVer pin after the real package name when a workflow needs one, for example `kyoso-cli@npm:@kyo-so/cli@0.16.10`. The examples below abbreviate an already installed executable as `kyoso`. Naming note: the npm package is `@kyo-so/cli` (matching the product name Kyo-so), the package-runner alias is `kyoso-cli`, and the installed CLI command is the shorter `kyoso`.
|
|
156
156
|
|
|
157
157
|
Registrations written before the alias remain supported and classified as `current`. An available npx registration remains `ready`; a bunx registration remains `unverified` until its Bun capability is verified by setup. `kyoso doctor` warns that the alias is missing and names the spec to write; setup preserves such an entry, so that repair is a hand edit.
|
|
158
158
|
|
package/README.zh-CN.md
CHANGED
|
@@ -154,7 +154,7 @@ Use Kyoso diff_review on the current diff. I need a second opinion before mergin
|
|
|
154
154
|
|
|
155
155
|
## CLI
|
|
156
156
|
|
|
157
|
-
package-runner 执行路径会把 npm package 安装为本地 alias `kyoso-cli`:`npx -y --package=kyoso-cli@npm:@kyo-so/cli kyoso` 与 `bunx --package kyoso-cli@npm:@kyo-so/cli kyoso`。两种形式都分别指定 package 和 executable,因此都不依赖 multi-bin package 的 binary 推断;alias 还能防止 package 名同为 `@kyo-so/cli` 的 checkout 遮蔽已发布的 package。需要固定 workflow 时,在真实 package 名后加 complete SemVer pin,例如 `kyoso-cli@npm:@kyo-so/cli@0.16.
|
|
157
|
+
package-runner 执行路径会把 npm package 安装为本地 alias `kyoso-cli`:`npx -y --package=kyoso-cli@npm:@kyo-so/cli kyoso` 与 `bunx --package kyoso-cli@npm:@kyo-so/cli kyoso`。两种形式都分别指定 package 和 executable,因此都不依赖 multi-bin package 的 binary 推断;alias 还能防止 package 名同为 `@kyo-so/cli` 的 checkout 遮蔽已发布的 package。需要固定 workflow 时,在真实 package 名后加 complete SemVer pin,例如 `kyoso-cli@npm:@kyo-so/cli@0.16.10`。下面的示例把已安装 executable 简写为 `kyoso`。Naming note: npm package 是 `@kyo-so/cli` (对应产品名 Kyo-so),package-runner alias 是 `kyoso-cli`,安装后的 CLI command 是更短的 `kyoso`。
|
|
158
158
|
|
|
159
159
|
alias 之前写入的注册仍然受支持,并被分类为 `current`。npx 可用时 npx 注册保持 `ready`;bunx 注册在 setup 验证其所需的 Bun capability 之前保持 `unverified`。`kyoso doctor` 会警告缺少 alias 并给出应写入的 spec;setup 会保留该 entry,因此这项修复需手动编辑。
|
|
160
160
|
|
package/dist/bin/kyoso.js
CHANGED
|
@@ -48,9 +48,9 @@ var __export = (target, all) => {
|
|
|
48
48
|
};
|
|
49
49
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
50
50
|
|
|
51
|
-
// node_modules
|
|
51
|
+
// node_modules/@typescript/old/lib/typescript.js
|
|
52
52
|
var require_typescript = __commonJS(function(exports, module) {
|
|
53
|
-
var __dirname = "/home/runner/work/kyoso/kyoso/node_modules
|
|
53
|
+
var __dirname = "/home/runner/work/kyoso/kyoso/node_modules/@typescript/old/lib", __filename = "/home/runner/work/kyoso/kyoso/node_modules/@typescript/old/lib/typescript.js";
|
|
54
54
|
/*! *****************************************************************************
|
|
55
55
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
56
56
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
@@ -183966,7 +183966,7 @@ var JUDGE_MAX_OUTPUT_TOKENS = 4096;
|
|
|
183966
183966
|
var RAW_OUTPUT_MAX_CHARS = 16384;
|
|
183967
183967
|
var TRACE_DIR = ".kyoso/traces";
|
|
183968
183968
|
var KYOSO_CHILD_AGENT = "KYOSO_CHILD_AGENT";
|
|
183969
|
-
var KYOSO_VERSION = "0.16.
|
|
183969
|
+
var KYOSO_VERSION = "0.16.11";
|
|
183970
183970
|
|
|
183971
183971
|
// src/utils/pathContainment.ts
|
|
183972
183972
|
import { resolve, sep as sep2 } from "node:path";
|
|
@@ -185911,7 +185911,7 @@ function formatTomlError(configPath, error51) {
|
|
|
185911
185911
|
}
|
|
185912
185912
|
|
|
185913
185913
|
// src/config/tsConfigLoader.ts
|
|
185914
|
-
var
|
|
185914
|
+
var import_typescript6 = __toESM(require_typescript(), 1);
|
|
185915
185915
|
import { createRequire as createRequire2 } from "node:module";
|
|
185916
185916
|
import { dirname as dirname3, extname as extname2 } from "node:path";
|
|
185917
185917
|
import { pathToFileURL } from "node:url";
|
|
@@ -185932,12 +185932,12 @@ async function loadConfigModule(filePath, source) {
|
|
|
185932
185932
|
}
|
|
185933
185933
|
function loadTypeScriptConfig(filePath, source) {
|
|
185934
185934
|
const sourceWithoutSelfImport = source.replace(/^\s*import\s+\{[^}]*defineConfig[^}]*\}\s+from\s+["']@kyo-so\/cli["'];?\s*$/gm, "");
|
|
185935
|
-
const transpiled =
|
|
185935
|
+
const transpiled = import_typescript6.default.transpileModule(sourceWithoutSelfImport, {
|
|
185936
185936
|
compilerOptions: {
|
|
185937
|
-
module:
|
|
185938
|
-
target:
|
|
185937
|
+
module: import_typescript6.default.ModuleKind.CommonJS,
|
|
185938
|
+
target: import_typescript6.default.ScriptTarget.ES2022,
|
|
185939
185939
|
esModuleInterop: true,
|
|
185940
|
-
moduleResolution:
|
|
185940
|
+
moduleResolution: import_typescript6.default.ModuleResolutionKind.NodeNext
|
|
185941
185941
|
},
|
|
185942
185942
|
fileName: filePath
|
|
185943
185943
|
}).outputText;
|
|
@@ -187260,9 +187260,9 @@ var PLUGIN_RUNTIME_COMPATIBILITY_SCHEMA_VERSION = 2;
|
|
|
187260
187260
|
var MINIMUM_SUPPORTED_CODEX_VERSION = "0.144.0-alpha.4";
|
|
187261
187261
|
var PLUGIN_RUNTIME_EXPECTED_CONTRACT = {
|
|
187262
187262
|
distribution: {
|
|
187263
|
-
pluginVersion: "0.7.
|
|
187263
|
+
pluginVersion: "0.7.19",
|
|
187264
187264
|
mcpCommand: "npx",
|
|
187265
|
-
mcpPackagePin: "@kyo-so/cli@0.16.
|
|
187265
|
+
mcpPackagePin: "@kyo-so/cli@0.16.10",
|
|
187266
187266
|
mcpExecutable: "kyoso"
|
|
187267
187267
|
},
|
|
187268
187268
|
marketplace: {
|
|
@@ -10,9 +10,9 @@ export declare const PLUGIN_RUNTIME_COMPATIBILITY_SCHEMA_VERSION = 2;
|
|
|
10
10
|
export declare const MINIMUM_SUPPORTED_CODEX_VERSION = "0.144.0-alpha.4";
|
|
11
11
|
export declare const PLUGIN_RUNTIME_EXPECTED_CONTRACT: {
|
|
12
12
|
readonly distribution: {
|
|
13
|
-
readonly pluginVersion: "0.7.
|
|
13
|
+
readonly pluginVersion: "0.7.19";
|
|
14
14
|
readonly mcpCommand: "npx";
|
|
15
|
-
readonly mcpPackagePin: "@kyo-so/cli@0.16.
|
|
15
|
+
readonly mcpPackagePin: "@kyo-so/cli@0.16.10";
|
|
16
16
|
readonly mcpExecutable: "kyoso";
|
|
17
17
|
};
|
|
18
18
|
readonly marketplace: {
|
|
@@ -131,9 +131,9 @@ export declare const pluginRuntimeContract: {
|
|
|
131
131
|
readonly pluginListTopLevelKeys: readonly ["installed", "available"];
|
|
132
132
|
readonly expectedContract: {
|
|
133
133
|
readonly distribution: {
|
|
134
|
-
readonly pluginVersion: "0.7.
|
|
134
|
+
readonly pluginVersion: "0.7.19";
|
|
135
135
|
readonly mcpCommand: "npx";
|
|
136
|
-
readonly mcpPackagePin: "@kyo-so/cli@0.16.
|
|
136
|
+
readonly mcpPackagePin: "@kyo-so/cli@0.16.10";
|
|
137
137
|
readonly mcpExecutable: "kyoso";
|
|
138
138
|
};
|
|
139
139
|
readonly marketplace: {
|
package/dist/config/schema.d.ts
CHANGED
|
@@ -20,20 +20,20 @@ export declare const kyosoConfigSchema: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$strip>;
|
|
21
21
|
reviewPolicy: z.ZodObject<{
|
|
22
22
|
additionalLenses: z.ZodArray<z.ZodEnum<{
|
|
23
|
+
architecture: "architecture";
|
|
23
24
|
correctness: "correctness";
|
|
24
|
-
regression: "regression";
|
|
25
|
-
security_boundaries: "security_boundaries";
|
|
26
|
-
secrets_and_injection: "secrets_and_injection";
|
|
27
25
|
data_integrity: "data_integrity";
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
documentation: "documentation";
|
|
27
|
+
maintainability: "maintainability";
|
|
28
|
+
performance: "performance";
|
|
30
29
|
privacy: "privacy";
|
|
30
|
+
public_contract: "public_contract";
|
|
31
|
+
regression: "regression";
|
|
31
32
|
resource_amplification: "resource_amplification";
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
secrets_and_injection: "secrets_and_injection";
|
|
34
|
+
security_boundaries: "security_boundaries";
|
|
35
|
+
supply_chain: "supply_chain";
|
|
34
36
|
tests: "tests";
|
|
35
|
-
documentation: "documentation";
|
|
36
|
-
maintainability: "maintainability";
|
|
37
37
|
}>>;
|
|
38
38
|
multiAgentRequired: z.ZodBoolean;
|
|
39
39
|
}, z.core.$strip>;
|
|
@@ -46,9 +46,9 @@ export declare const kyosoConfigSchema: z.ZodObject<{
|
|
|
46
46
|
model: z.ZodOptional<z.ZodString>;
|
|
47
47
|
effort: z.ZodOptional<z.ZodString>;
|
|
48
48
|
role: z.ZodEnum<{
|
|
49
|
-
implementation_reviewer: "implementation_reviewer";
|
|
50
49
|
architecture_security_reviewer: "architecture_security_reviewer";
|
|
51
50
|
combined_reviewer: "combined_reviewer";
|
|
51
|
+
implementation_reviewer: "implementation_reviewer";
|
|
52
52
|
}>;
|
|
53
53
|
timeoutMs: z.ZodDefault<z.ZodNumber>;
|
|
54
54
|
env: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -60,8 +60,8 @@ export declare const kyosoConfigSchema: z.ZodObject<{
|
|
|
60
60
|
envWhitelist: z.ZodArray<z.ZodString>;
|
|
61
61
|
}, z.core.$strip>;
|
|
62
62
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
63
|
-
openrouter: "openrouter";
|
|
64
63
|
default: "default";
|
|
64
|
+
openrouter: "openrouter";
|
|
65
65
|
}>>;
|
|
66
66
|
allowProjectProvider: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
67
67
|
openRouter: z.ZodDefault<z.ZodObject<{
|
|
@@ -78,9 +78,9 @@ export declare const kyosoConfigSchema: z.ZodObject<{
|
|
|
78
78
|
model: z.ZodOptional<z.ZodString>;
|
|
79
79
|
effort: z.ZodOptional<z.ZodString>;
|
|
80
80
|
role: z.ZodEnum<{
|
|
81
|
-
implementation_reviewer: "implementation_reviewer";
|
|
82
81
|
architecture_security_reviewer: "architecture_security_reviewer";
|
|
83
82
|
combined_reviewer: "combined_reviewer";
|
|
83
|
+
implementation_reviewer: "implementation_reviewer";
|
|
84
84
|
}>;
|
|
85
85
|
timeoutMs: z.ZodDefault<z.ZodNumber>;
|
|
86
86
|
env: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -131,14 +131,14 @@ export declare const kyosoConfigSchema: z.ZodObject<{
|
|
|
131
131
|
}, z.core.$strip>;
|
|
132
132
|
judge: z.ZodObject<{
|
|
133
133
|
mode: z.ZodEnum<{
|
|
134
|
-
deterministic_plus_llm: "deterministic_plus_llm";
|
|
135
134
|
deterministic_only: "deterministic_only";
|
|
135
|
+
deterministic_plus_llm: "deterministic_plus_llm";
|
|
136
136
|
}>;
|
|
137
137
|
provider: z.ZodEnum<{
|
|
138
|
-
auto: "auto";
|
|
139
|
-
openai: "openai";
|
|
140
138
|
anthropic: "anthropic";
|
|
139
|
+
auto: "auto";
|
|
141
140
|
none: "none";
|
|
141
|
+
openai: "openai";
|
|
142
142
|
}>;
|
|
143
143
|
timeoutMs: z.ZodNumber;
|
|
144
144
|
}, z.core.$strip>;
|
package/dist/core/constants.d.ts
CHANGED
|
@@ -7,4 +7,4 @@ export declare const JUDGE_MAX_OUTPUT_TOKENS = 4096;
|
|
|
7
7
|
export declare const RAW_OUTPUT_MAX_CHARS = 16384;
|
|
8
8
|
export declare const TRACE_DIR = ".kyoso/traces";
|
|
9
9
|
export declare const KYOSO_CHILD_AGENT = "KYOSO_CHILD_AGENT";
|
|
10
|
-
export declare const KYOSO_VERSION = "0.16.
|
|
10
|
+
export declare const KYOSO_VERSION = "0.16.11";
|
package/dist/index.js
CHANGED
|
@@ -47,9 +47,9 @@ var __export = (target, all) => {
|
|
|
47
47
|
};
|
|
48
48
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
49
49
|
|
|
50
|
-
// node_modules
|
|
50
|
+
// node_modules/@typescript/old/lib/typescript.js
|
|
51
51
|
var require_typescript = __commonJS(function(exports, module) {
|
|
52
|
-
var __dirname = "/home/runner/work/kyoso/kyoso/node_modules
|
|
52
|
+
var __dirname = "/home/runner/work/kyoso/kyoso/node_modules/@typescript/old/lib", __filename = "/home/runner/work/kyoso/kyoso/node_modules/@typescript/old/lib/typescript.js";
|
|
53
53
|
/*! *****************************************************************************
|
|
54
54
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
55
55
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
@@ -185452,7 +185452,7 @@ function formatTomlError(configPath, error51) {
|
|
|
185452
185452
|
}
|
|
185453
185453
|
|
|
185454
185454
|
// src/config/tsConfigLoader.ts
|
|
185455
|
-
var
|
|
185455
|
+
var import_typescript6 = __toESM(require_typescript(), 1);
|
|
185456
185456
|
import { createRequire as createRequire2 } from "node:module";
|
|
185457
185457
|
import { dirname, extname } from "node:path";
|
|
185458
185458
|
import { pathToFileURL } from "node:url";
|
|
@@ -185466,12 +185466,12 @@ async function loadConfigModule(filePath, source) {
|
|
|
185466
185466
|
}
|
|
185467
185467
|
function loadTypeScriptConfig(filePath, source) {
|
|
185468
185468
|
const sourceWithoutSelfImport = source.replace(/^\s*import\s+\{[^}]*defineConfig[^}]*\}\s+from\s+["']@kyo-so\/cli["'];?\s*$/gm, "");
|
|
185469
|
-
const transpiled =
|
|
185469
|
+
const transpiled = import_typescript6.default.transpileModule(sourceWithoutSelfImport, {
|
|
185470
185470
|
compilerOptions: {
|
|
185471
|
-
module:
|
|
185472
|
-
target:
|
|
185471
|
+
module: import_typescript6.default.ModuleKind.CommonJS,
|
|
185472
|
+
target: import_typescript6.default.ScriptTarget.ES2022,
|
|
185473
185473
|
esModuleInterop: true,
|
|
185474
|
-
moduleResolution:
|
|
185474
|
+
moduleResolution: import_typescript6.default.ModuleResolutionKind.NodeNext
|
|
185475
185475
|
},
|
|
185476
185476
|
fileName: filePath
|
|
185477
185477
|
}).outputText;
|
package/dist/mcp/schemas.d.ts
CHANGED
|
@@ -3,20 +3,20 @@ export declare const kyosoReviewRequestSchema: z.ZodObject<{
|
|
|
3
3
|
goal: z.ZodString;
|
|
4
4
|
reviewContract: z.ZodOptional<z.ZodObject<{
|
|
5
5
|
focus: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
6
|
+
architecture: "architecture";
|
|
6
7
|
correctness: "correctness";
|
|
7
|
-
regression: "regression";
|
|
8
|
-
security_boundaries: "security_boundaries";
|
|
9
|
-
secrets_and_injection: "secrets_and_injection";
|
|
10
8
|
data_integrity: "data_integrity";
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
documentation: "documentation";
|
|
10
|
+
maintainability: "maintainability";
|
|
11
|
+
performance: "performance";
|
|
13
12
|
privacy: "privacy";
|
|
13
|
+
public_contract: "public_contract";
|
|
14
|
+
regression: "regression";
|
|
14
15
|
resource_amplification: "resource_amplification";
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
secrets_and_injection: "secrets_and_injection";
|
|
17
|
+
security_boundaries: "security_boundaries";
|
|
18
|
+
supply_chain: "supply_chain";
|
|
17
19
|
tests: "tests";
|
|
18
|
-
documentation: "documentation";
|
|
19
|
-
maintainability: "maintainability";
|
|
20
20
|
}>>>;
|
|
21
21
|
nonGoals: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
22
22
|
acceptedRisks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -60,10 +60,10 @@ export declare const kyosoReviewRequestSchema: z.ZodObject<{
|
|
|
60
60
|
}, z.core.$strict>>;
|
|
61
61
|
includeAgentRawOutputs: z.ZodOptional<z.ZodBoolean>;
|
|
62
62
|
judgeProvider: z.ZodOptional<z.ZodEnum<{
|
|
63
|
-
auto: "auto";
|
|
64
|
-
openai: "openai";
|
|
65
63
|
anthropic: "anthropic";
|
|
64
|
+
auto: "auto";
|
|
66
65
|
none: "none";
|
|
66
|
+
openai: "openai";
|
|
67
67
|
}>>;
|
|
68
68
|
allowSecretRedaction: z.ZodOptional<z.ZodBoolean>;
|
|
69
69
|
}, z.core.$strip>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kyo-so/cli",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.11",
|
|
4
4
|
"description": "Kyo-so: MCP-native, ACP-powered multi-agent review gates for AI coding workflows.",
|
|
5
5
|
"license": "AGPL-3.0-or-later",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"type": "module",
|
|
15
15
|
"engines": {
|
|
16
|
-
"node": "
|
|
16
|
+
"node": "^22.0.0 || ^24.0.0 || ^26.0.0"
|
|
17
17
|
},
|
|
18
18
|
"main": "./dist/index.js",
|
|
19
19
|
"types": "./dist/index.d.ts",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
],
|
|
40
40
|
"scripts": {
|
|
41
41
|
"dev": "bun run src/cli/main.ts",
|
|
42
|
-
"typecheck": "tsc --noEmit",
|
|
42
|
+
"typecheck": "node node_modules/typescript/bin/tsc --noEmit",
|
|
43
43
|
"test": "bun test",
|
|
44
|
-
"build": "bun build src/index.ts --target=node --outfile dist/index.js && bun build src/cli/main.ts --target=node --outfile dist/bin/kyoso.js --banner '#!/usr/bin/env node' && node -e \"require('node:fs').chmodSync('dist/bin/kyoso.js', 0o755)\" && tsc -p tsconfig.build.json",
|
|
45
|
-
"lint": "tsc --noEmit",
|
|
44
|
+
"build": "bun build src/index.ts --target=node --outfile dist/index.js && bun build src/cli/main.ts --target=node --outfile dist/bin/kyoso.js --banner '#!/usr/bin/env node' && node -e \"require('node:fs').chmodSync('dist/bin/kyoso.js', 0o755)\" && node node_modules/typescript/bin/tsc -p tsconfig.build.json",
|
|
45
|
+
"lint": "node node_modules/typescript/bin/tsc --noEmit",
|
|
46
46
|
"format": "prettier --write .",
|
|
47
47
|
"format:check": "prettier --check .",
|
|
48
48
|
"smoke:openrouter:codex-acp": "bun run src/cli/main.ts openrouter-acp-smoke",
|
|
@@ -64,11 +64,12 @@
|
|
|
64
64
|
"@agentclientprotocol/sdk": "1.4.0",
|
|
65
65
|
"@modelcontextprotocol/server": "2.0.0",
|
|
66
66
|
"smol-toml": "1.8.0",
|
|
67
|
-
"typescript": "6.0.3",
|
|
68
67
|
"zod": "4.4.3"
|
|
69
68
|
},
|
|
70
69
|
"devDependencies": {
|
|
71
70
|
"@types/bun": "1.4.0",
|
|
72
|
-
"
|
|
71
|
+
"@typescript/typescript6": "6.0.2",
|
|
72
|
+
"prettier": "3.9.6",
|
|
73
|
+
"typescript": "7.0.2"
|
|
73
74
|
}
|
|
74
75
|
}
|