jinzd-ai-cli 0.4.283 → 0.4.285
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/README.md +5 -5
- package/README.zh-CN.md +5 -5
- package/dist/{batch-6WWR4P5U.js → batch-R563COWE.js} +2 -2
- package/dist/{chunk-CUS4FJVP.js → chunk-3LFB4YZA.js} +3 -3
- package/dist/{chunk-V4IY5CRJ.js → chunk-5CC5HQFW.js} +1 -1
- package/dist/{chunk-4J7FIGQD.js → chunk-6G7Y2VG4.js} +1 -1
- package/dist/{chunk-M3UJ2JCW.js → chunk-AOF4K5N7.js} +1 -1
- package/dist/{chunk-QDOFRKY2.js → chunk-DV5D7RXZ.js} +1 -1
- package/dist/{chunk-LXJF46SO.js → chunk-HBAYEVVJ.js} +69 -3
- package/dist/{chunk-D7BIF6JO.js → chunk-KLBMKONV.js} +10 -10
- package/dist/{chunk-2YVZTDP4.js → chunk-LF6SPK7I.js} +1 -1
- package/dist/{chunk-JSQGDPDK.js → chunk-PHK7QQH3.js} +1 -1
- package/dist/{chunk-Z3QNLNSU.js → chunk-UW33KJW5.js} +1 -1
- package/dist/{chunk-F3YN754E.js → chunk-VLM4SKKX.js} +1 -1
- package/dist/{chunk-JR2J3V6J.js → chunk-WBF4AOHJ.js} +1 -1
- package/dist/{chunk-RALUII7R.js → chunk-XGRZA5V6.js} +3 -3
- package/dist/{ci-FTS7XNWA.js → ci-E4CYVEOW.js} +4 -4
- package/dist/{ci-format-N5PXGS7Y.js → ci-format-7XTLOAB5.js} +2 -2
- package/dist/{constants-3B5KIPLK.js → constants-L7D3IXWV.js} +1 -1
- package/dist/{doctor-cli-VRMIEREY.js → doctor-cli-JLROIGLO.js} +4 -4
- package/dist/electron-server.js +117 -69
- package/dist/{hub-TZET5544.js → hub-7UDPLWBI.js} +1 -1
- package/dist/index.js +76 -21
- package/dist/{persistent-memory-IPCUJVWF.js → persistent-memory-CNJOZ7U2.js} +2 -2
- package/dist/{persistent-memory-3OYRXF2L.js → persistent-memory-DRXWYBJS.js} +2 -2
- package/dist/{pr-XUXWP52Z.js → pr-3W5547IS.js} +4 -4
- package/dist/{run-tests-PUOXATHQ.js → run-tests-7B7N4YAE.js} +2 -2
- package/dist/{run-tests-3T5WRG62.js → run-tests-LP2CI4MT.js} +2 -2
- package/dist/{server-WGEGVVY5.js → server-NIPB62XP.js} +5 -5
- package/dist/{server-4XSDRPZM.js → server-YBMWBJVG.js} +70 -74
- package/dist/{task-orchestrator-LEW2VSZD.js → task-orchestrator-RYG4ZTDO.js} +5 -5
- package/dist/{usage-7VEAXMMP.js → usage-YDVLCZDU.js} +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<!-- AICLI:DOCS_DEFAULT_WEB_PORT=3000 -->
|
|
6
6
|
<!-- AICLI:DOCS_BUILTIN_TOOL_COUNT=30 -->
|
|
7
|
-
<!-- AICLI:DOCS_REPL_COMMAND_COUNT=
|
|
7
|
+
<!-- AICLI:DOCS_REPL_COMMAND_COUNT=49 -->
|
|
8
8
|
<!-- AICLI:DOCS_BUILTIN_PROVIDER_COUNT=10 -->
|
|
9
9
|
<!-- AICLI:DOCS_MEMORY_SOURCE=memory.jsonl -->
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
[](https://www.npmjs.com/package/jinzd-ai-cli)
|
|
14
14
|
[](LICENSE)
|
|
15
|
-
[](https://nodejs.org)
|
|
16
16
|
[](https://github.com/jinzhengdong/ai-cli/releases)
|
|
17
17
|
[](https://github.com/jinzhengdong/ai-cli/actions/workflows/ci.yml)
|
|
18
18
|
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
- **PWA Support** — Install Web UI as a desktop/mobile app, accessible over LAN
|
|
53
53
|
- **Hierarchical Context** — 3-layer context files (global / project / subdirectory) auto-injected; supports native AICLI.md, Claude-compatible CLAUDE.md, and Codex-compatible AGENTS.md with override files
|
|
54
54
|
- **Headless Mode** — `ai-cli -p "prompt"` for CI/CD pipelines and scripting
|
|
55
|
-
- **
|
|
55
|
+
- **49 REPL Commands** — Session management, checkpointing, code review, security review/scan, rewind, scaffolding, cross-session history search, chat-memory recall, smart model routing (`/route`), and more
|
|
56
56
|
- **GitHub Actions CI/CD** — Automated testing on Node 20/22 + npm publish on release tags
|
|
57
57
|
- **PR Review CLI** *(v0.4.216+)* — `aicli pr review|security-review|summarize` reviews `main...HEAD`, custom `--base/--head`, or GitHub PR URLs; optional `--agents security,bugs,tests,maintainability`; never posts comments unless `--post` is explicit
|
|
58
58
|
- **CI Review Artifacts** *(v0.4.216+)* — `aicli ci` emits Markdown, JSON, or SARIF and gates on security-high, test-failure, and lint-failure findings in read-only review mode
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
npm install -g jinzd-ai-cli
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
Requires Node.js >=
|
|
69
|
+
Requires Node.js >= 22.12.0. After installation, use `aicli` to start.
|
|
70
70
|
|
|
71
71
|
### Electron Desktop App (Windows)
|
|
72
72
|
|
|
@@ -233,7 +233,7 @@ AI autonomously invokes these 30 tools during conversations:
|
|
|
233
233
|
|
|
234
234
|
**Multi-line input**: Use `\` at end of line for continuation, or paste multi-line content directly (auto-detected and merged).
|
|
235
235
|
|
|
236
|
-
Type `/help` in the REPL to see all
|
|
236
|
+
Type `/help` in the REPL to see all 49 commands.
|
|
237
237
|
|
|
238
238
|
## CLI Parameters
|
|
239
239
|
|
package/README.zh-CN.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<!-- AICLI:DOCS_DEFAULT_WEB_PORT=3000 -->
|
|
6
6
|
<!-- AICLI:DOCS_BUILTIN_TOOL_COUNT=30 -->
|
|
7
|
-
<!-- AICLI:DOCS_REPL_COMMAND_COUNT=
|
|
7
|
+
<!-- AICLI:DOCS_REPL_COMMAND_COUNT=49 -->
|
|
8
8
|
<!-- AICLI:DOCS_BUILTIN_PROVIDER_COUNT=10 -->
|
|
9
9
|
<!-- AICLI:DOCS_MEMORY_SOURCE=memory.jsonl -->
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
[](https://www.npmjs.com/package/jinzd-ai-cli)
|
|
14
14
|
[](LICENSE)
|
|
15
|
-
[](https://nodejs.org)
|
|
16
16
|
[](https://github.com/jinzhengdong/ai-cli/releases)
|
|
17
17
|
[](https://github.com/jinzhengdong/ai-cli/actions/workflows/ci.yml)
|
|
18
18
|
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
- **PWA 支持** — Web UI 可安装为桌面/移动应用,支持局域网访问
|
|
43
43
|
- **三层级上下文** — 全局 / 项目 / 子目录上下文文件自动注入;支持原生 `AICLI.md`、Claude 兼容 `CLAUDE.md`、Codex 兼容 `AGENTS.md` 及 override 文件
|
|
44
44
|
- **无头模式** — `aicli -p "提示词"` 用于 CI/CD 管道和脚本
|
|
45
|
-
- **
|
|
45
|
+
- **49 个 REPL 命令** — 会话管理、检查点、代码审查、安全审查/扫描、对话回退、脚手架、聊天记忆召回、智能模型路由(`/route`)等
|
|
46
46
|
- **GitHub Actions CI/CD** — Node 20/22 自动测试 + Release tag 自动发布 npm
|
|
47
47
|
- **跨平台** — Windows、macOS、Linux
|
|
48
48
|
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
npm install -g jinzd-ai-cli
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
需要 Node.js >=
|
|
57
|
+
需要 Node.js >= 22.12.0。安装后使用 `aicli` 启动。
|
|
58
58
|
|
|
59
59
|
### Electron 桌面应用(Windows)
|
|
60
60
|
|
|
@@ -228,7 +228,7 @@ AI 在对话中可自主调用 30 个工具:
|
|
|
228
228
|
|
|
229
229
|
**多行输入**:行末加 `\` 续行,或直接粘贴多行内容(自动检测合并)。
|
|
230
230
|
|
|
231
|
-
在 REPL 中输入 `/help` 查看全部
|
|
231
|
+
在 REPL 中输入 `/help` 查看全部 49 个命令。
|
|
232
232
|
|
|
233
233
|
## CLI 参数
|
|
234
234
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
ConfigManager
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DV5D7RXZ.js";
|
|
5
5
|
import "./chunk-TU3L3PW7.js";
|
|
6
6
|
import {
|
|
7
7
|
atomicWriteFileSync
|
|
8
8
|
} from "./chunk-IW3Q7AE5.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-PHK7QQH3.js";
|
|
10
10
|
|
|
11
11
|
// src/cli/batch.ts
|
|
12
12
|
import Anthropic from "@anthropic-ai/sdk";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
evaluateCiGate,
|
|
4
4
|
normalizeCiThresholds
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-UW33KJW5.js";
|
|
6
6
|
import {
|
|
7
7
|
buildReviewPrompt,
|
|
8
8
|
buildSecurityReviewPrompt,
|
|
@@ -16,10 +16,10 @@ import {
|
|
|
16
16
|
} from "./chunk-UGY5SVNX.js";
|
|
17
17
|
import {
|
|
18
18
|
ConfigManager
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-DV5D7RXZ.js";
|
|
20
20
|
import {
|
|
21
21
|
VERSION
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-PHK7QQH3.js";
|
|
23
23
|
|
|
24
24
|
// src/cli/ci.ts
|
|
25
25
|
import { execFileSync } from "child_process";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
MEMORY_FILE_NAME,
|
|
14
14
|
MEMORY_MAX_CHARS,
|
|
15
15
|
MEMORY_STORE_FILE_NAME
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-PHK7QQH3.js";
|
|
17
17
|
|
|
18
18
|
// src/memory/persistent-memory.ts
|
|
19
19
|
import { copyFileSync, existsSync, mkdirSync, readFileSync, statSync } from "fs";
|
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
estimateTokens,
|
|
7
7
|
truncateForPersist
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-KLBMKONV.js";
|
|
9
9
|
import {
|
|
10
10
|
isMemoryExpired,
|
|
11
11
|
isMemoryStale
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AOF4K5N7.js";
|
|
13
13
|
import {
|
|
14
14
|
getContentText
|
|
15
15
|
} from "./chunk-IUVDZVZ4.js";
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
MCP_PROTOCOL_VERSION,
|
|
31
31
|
MCP_TOOL_PREFIX,
|
|
32
32
|
VERSION
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-PHK7QQH3.js";
|
|
34
34
|
|
|
35
35
|
// src/mcp/client.ts
|
|
36
36
|
import { spawn } from "child_process";
|
|
@@ -1890,6 +1890,65 @@ function clearedSessionMessage(priorSessionId, priorMessageCount = 0) {
|
|
|
1890
1890
|
return priorSessionId && priorMessageCount > 0 ? `Started a new session. Previous conversation saved as ${priorSessionId.slice(0, 8)} (${priorMessageCount} messages) \u2014 reload it with /session load ${priorSessionId.slice(0, 8)}.` : "Started a new session.";
|
|
1891
1891
|
}
|
|
1892
1892
|
|
|
1893
|
+
// src/core/agent-command.ts
|
|
1894
|
+
var AGENT_USAGE = "Usage: /agent list|switch <name>|stop <id|all>|summary";
|
|
1895
|
+
function parseAgentCommand(args) {
|
|
1896
|
+
const sub = (args[0] ?? "summary").toLowerCase();
|
|
1897
|
+
switch (sub) {
|
|
1898
|
+
case "list":
|
|
1899
|
+
return { kind: "list" };
|
|
1900
|
+
case "switch": {
|
|
1901
|
+
const name = args[1];
|
|
1902
|
+
return name ? { kind: "switch", name } : { kind: "usage", message: "Usage: /agent switch <name>" };
|
|
1903
|
+
}
|
|
1904
|
+
case "stop":
|
|
1905
|
+
return { kind: "stop", target: args[1] ?? "all" };
|
|
1906
|
+
case "summary":
|
|
1907
|
+
return { kind: "summary" };
|
|
1908
|
+
default:
|
|
1909
|
+
return { kind: "usage", message: AGENT_USAGE };
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
function formatAgentList(agents, preferred) {
|
|
1913
|
+
const lines = [`Agents (${agents.length})`, ""];
|
|
1914
|
+
for (const agent of agents) {
|
|
1915
|
+
const active = agent.name === preferred ? " *" : " ";
|
|
1916
|
+
const model = [agent.provider, agent.model].filter(Boolean).join("/") || "inherit";
|
|
1917
|
+
lines.push(`${active} ${agent.name} [${agent.source ?? "builtin"}] \u2014 ${agent.description ?? ""}`);
|
|
1918
|
+
lines.push(
|
|
1919
|
+
` model: ${model} \xB7 permission: ${agent.permissionProfile ?? "workspace-write"} \xB7 maxRounds: ${agent.maxToolRounds ?? "inherit"}`
|
|
1920
|
+
);
|
|
1921
|
+
}
|
|
1922
|
+
lines.push("", "Config dirs: ~/.aicli/agents/ and .aicli/agents/");
|
|
1923
|
+
return lines;
|
|
1924
|
+
}
|
|
1925
|
+
function formatAgentRuns(runs) {
|
|
1926
|
+
if (runs.length === 0) return ["No sub-agent runs yet."];
|
|
1927
|
+
const lines = [`Recent agent runs (${runs.length})`, ""];
|
|
1928
|
+
for (const run of runs.slice(0, 20)) {
|
|
1929
|
+
lines.push(`${run.id} ${run.status} ${run.agentName} ${run.startedAt}`);
|
|
1930
|
+
lines.push(` task: ${run.task.slice(0, 120)}${run.task.length > 120 ? "..." : ""}`);
|
|
1931
|
+
if (run.toolNames.length > 0) lines.push(` tools: ${run.toolNames.join(", ")}`);
|
|
1932
|
+
if (run.summary) lines.push(` summary: ${run.summary.slice(0, 180)}${run.summary.length > 180 ? "..." : ""}`);
|
|
1933
|
+
if (run.error) lines.push(` error: ${run.error}`);
|
|
1934
|
+
}
|
|
1935
|
+
return lines;
|
|
1936
|
+
}
|
|
1937
|
+
var agentStopMessage = (count) => count > 0 ? `Stop requested for ${count} running agent(s).` : "No matching running agents.";
|
|
1938
|
+
var agentUnknownMessage = (name, available) => `Unknown agent: ${name}
|
|
1939
|
+
Available: ${available.join(", ")}`;
|
|
1940
|
+
function parseSkillCommand(args) {
|
|
1941
|
+
const sub = (args[0] ?? "list").toLowerCase();
|
|
1942
|
+
if (!args[0] || sub === "list") return { kind: "list" };
|
|
1943
|
+
if (sub === "reload") return { kind: "reload" };
|
|
1944
|
+
if (sub === "off" || sub === "none" || sub === "deactivate") return { kind: "deactivate" };
|
|
1945
|
+
return { kind: "activate", name: args.join(" ").trim() };
|
|
1946
|
+
}
|
|
1947
|
+
function skillHistoryNote(fromLabel, toLabel, messageCount) {
|
|
1948
|
+
if (messageCount <= 0) return null;
|
|
1949
|
+
return `Switching skill: ${fromLabel} \u2192 ${toLabel} with ${messageCount} message(s) still in context. The previous skill's turns can bias the new one \u2014 use /clear to start a fresh session, or /branch new 0 <title> to fork before continuing.`;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1893
1952
|
// src/core/profile-command.ts
|
|
1894
1953
|
var PROFILE_FIELDS = ["name", "nickname", "role", "bio", "interests", "locale", "extra"];
|
|
1895
1954
|
function stripSurroundingQuotes(value) {
|
|
@@ -2246,6 +2305,13 @@ export {
|
|
|
2246
2305
|
parseCleanArgs,
|
|
2247
2306
|
selectStaleSessions,
|
|
2248
2307
|
clearedSessionMessage,
|
|
2308
|
+
parseAgentCommand,
|
|
2309
|
+
formatAgentList,
|
|
2310
|
+
formatAgentRuns,
|
|
2311
|
+
agentStopMessage,
|
|
2312
|
+
agentUnknownMessage,
|
|
2313
|
+
parseSkillCommand,
|
|
2314
|
+
skillHistoryNote,
|
|
2249
2315
|
applyProfileCommand,
|
|
2250
2316
|
readGitDiff,
|
|
2251
2317
|
parseRewindArgs,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
searchPersistentMemories,
|
|
12
12
|
touchMemoryReferences,
|
|
13
13
|
updateMemoryEntry
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-AOF4K5N7.js";
|
|
15
15
|
import {
|
|
16
16
|
indexProject
|
|
17
17
|
} from "./chunk-4DEMGCK4.js";
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
runHook,
|
|
31
31
|
runLifecycleHooks,
|
|
32
32
|
runTool
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-5CC5HQFW.js";
|
|
34
34
|
import {
|
|
35
35
|
buildTruncatedArgumentsError,
|
|
36
36
|
getDangerLevel,
|
|
@@ -50,14 +50,14 @@ import {
|
|
|
50
50
|
} from "./chunk-4BKXL7SM.js";
|
|
51
51
|
import {
|
|
52
52
|
runTestsTool
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-6G7Y2VG4.js";
|
|
54
54
|
import {
|
|
55
55
|
CONFIG_DIR_NAME,
|
|
56
56
|
DEFAULT_MAX_TOOL_OUTPUT_CHARS_CAP,
|
|
57
57
|
SUBAGENT_ALLOWED_TOOLS,
|
|
58
58
|
SUBAGENT_DEFAULT_MAX_ROUNDS,
|
|
59
59
|
SUBAGENT_MAX_ROUNDS_LIMIT
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-PHK7QQH3.js";
|
|
61
61
|
|
|
62
62
|
// src/tools/shell-pool.ts
|
|
63
63
|
import { spawn as spawn2 } from "child_process";
|
|
@@ -6982,6 +6982,12 @@ export {
|
|
|
6982
6982
|
getRecentlyDeniedAutoActions,
|
|
6983
6983
|
clearRecentlyDeniedAutoActions,
|
|
6984
6984
|
defaultActionClassifier,
|
|
6985
|
+
listAgentConfigs,
|
|
6986
|
+
resolveAgentConfig,
|
|
6987
|
+
listAgentRuns,
|
|
6988
|
+
requestAgentStop,
|
|
6989
|
+
setPreferredAgentName,
|
|
6990
|
+
getPreferredAgentName,
|
|
6985
6991
|
isInterrupted,
|
|
6986
6992
|
requestInterrupt,
|
|
6987
6993
|
resetInterrupt,
|
|
@@ -7004,12 +7010,6 @@ export {
|
|
|
7004
7010
|
askUserContext,
|
|
7005
7011
|
googleSearchContext,
|
|
7006
7012
|
isToolCapableProvider,
|
|
7007
|
-
listAgentConfigs,
|
|
7008
|
-
resolveAgentConfig,
|
|
7009
|
-
listAgentRuns,
|
|
7010
|
-
requestAgentStop,
|
|
7011
|
-
setPreferredAgentName,
|
|
7012
|
-
getPreferredAgentName,
|
|
7013
7013
|
spawnAgentContext,
|
|
7014
7014
|
estimateTokens,
|
|
7015
7015
|
ToolRegistry
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
listHooks,
|
|
9
9
|
listInstalledPlugins,
|
|
10
10
|
resetStats
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-5CC5HQFW.js";
|
|
12
12
|
import {
|
|
13
13
|
ProviderRegistry
|
|
14
14
|
} from "./chunk-UGY5SVNX.js";
|
|
15
15
|
import {
|
|
16
16
|
ConfigManager
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-DV5D7RXZ.js";
|
|
18
18
|
import {
|
|
19
19
|
getGitRoot
|
|
20
20
|
} from "./chunk-HOSJZMQS.js";
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
MCP_PROJECT_CONFIG_NAME,
|
|
27
27
|
MEMORY_FILE_NAME,
|
|
28
28
|
VERSION
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-PHK7QQH3.js";
|
|
30
30
|
|
|
31
31
|
// src/diagnostics/doctor-report.ts
|
|
32
32
|
import { existsSync as existsSync3, statSync as statSync2 } from "fs";
|
|
@@ -3,16 +3,16 @@ import {
|
|
|
3
3
|
CI_COMMENT_MARKER,
|
|
4
4
|
countSeverity,
|
|
5
5
|
runCi
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-3LFB4YZA.js";
|
|
7
|
+
import "./chunk-UW33KJW5.js";
|
|
8
8
|
import "./chunk-HLWUDRBO.js";
|
|
9
9
|
import "./chunk-6YZEZFX5.js";
|
|
10
10
|
import "./chunk-UGY5SVNX.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-DV5D7RXZ.js";
|
|
12
12
|
import "./chunk-TEXT4DAT.js";
|
|
13
13
|
import "./chunk-TU3L3PW7.js";
|
|
14
14
|
import "./chunk-IW3Q7AE5.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-PHK7QQH3.js";
|
|
16
16
|
export {
|
|
17
17
|
CI_COMMENT_MARKER,
|
|
18
18
|
countSeverity,
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import {
|
|
3
3
|
formatDoctorReport,
|
|
4
4
|
runDoctorCli
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-XGRZA5V6.js";
|
|
6
|
+
import "./chunk-5CC5HQFW.js";
|
|
7
7
|
import "./chunk-UGY5SVNX.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-DV5D7RXZ.js";
|
|
9
9
|
import "./chunk-TEXT4DAT.js";
|
|
10
10
|
import "./chunk-TU3L3PW7.js";
|
|
11
11
|
import "./chunk-HOSJZMQS.js";
|
|
12
12
|
import "./chunk-IW3Q7AE5.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-PHK7QQH3.js";
|
|
14
14
|
export {
|
|
15
15
|
formatDoctorReport,
|
|
16
16
|
runDoctorCli
|