@harness-engineering/cli 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agents/skills/claude-code/harness-autopilot/SKILL.md +2 -2
- package/dist/agents/skills/claude-code/harness-brainstorming/SKILL.md +5 -7
- package/dist/agents/skills/claude-code/harness-code-review/SKILL.md +2 -2
- package/dist/agents/skills/claude-code/harness-planning/SKILL.md +2 -2
- package/dist/agents/skills/claude-code/harness-roadmap/SKILL.md +4 -5
- package/dist/agents/skills/gemini-cli/add-harness-component/SKILL.md +192 -0
- package/dist/agents/skills/gemini-cli/add-harness-component/skill.yaml +32 -0
- package/dist/agents/skills/gemini-cli/align-documentation/SKILL.md +213 -0
- package/dist/agents/skills/gemini-cli/align-documentation/skill.yaml +31 -0
- package/dist/agents/skills/gemini-cli/check-mechanical-constraints/SKILL.md +191 -0
- package/dist/agents/skills/gemini-cli/check-mechanical-constraints/skill.yaml +32 -0
- package/dist/agents/skills/gemini-cli/cleanup-dead-code/SKILL.md +245 -0
- package/dist/agents/skills/gemini-cli/cleanup-dead-code/skill.yaml +33 -0
- package/dist/agents/skills/gemini-cli/detect-doc-drift/SKILL.md +179 -0
- package/dist/agents/skills/gemini-cli/detect-doc-drift/skill.yaml +30 -0
- package/dist/agents/skills/gemini-cli/enforce-architecture/SKILL.md +240 -0
- package/dist/agents/skills/gemini-cli/enforce-architecture/skill.yaml +34 -0
- package/dist/agents/skills/gemini-cli/harness-architecture-advisor/SKILL.md +397 -0
- package/dist/agents/skills/gemini-cli/harness-architecture-advisor/skill.yaml +48 -0
- package/dist/agents/skills/gemini-cli/harness-autopilot/SKILL.md +2 -2
- package/dist/agents/skills/gemini-cli/harness-brainstorming/SKILL.md +317 -0
- package/dist/agents/skills/gemini-cli/harness-brainstorming/skill.yaml +49 -0
- package/dist/agents/skills/gemini-cli/harness-code-review/SKILL.md +681 -0
- package/dist/agents/skills/gemini-cli/harness-code-review/skill.yaml +45 -0
- package/dist/agents/skills/gemini-cli/harness-debugging/SKILL.md +366 -0
- package/dist/agents/skills/gemini-cli/harness-debugging/skill.yaml +47 -0
- package/dist/agents/skills/gemini-cli/harness-diagnostics/SKILL.md +318 -0
- package/dist/agents/skills/gemini-cli/harness-diagnostics/skill.yaml +50 -0
- package/dist/agents/skills/gemini-cli/harness-execution/SKILL.md +382 -0
- package/dist/agents/skills/gemini-cli/harness-execution/skill.yaml +51 -0
- package/dist/agents/skills/gemini-cli/harness-git-workflow/SKILL.md +268 -0
- package/dist/agents/skills/gemini-cli/harness-git-workflow/skill.yaml +31 -0
- package/dist/agents/skills/gemini-cli/harness-integrity/SKILL.md +167 -0
- package/dist/agents/skills/gemini-cli/harness-integrity/skill.yaml +47 -0
- package/dist/agents/skills/gemini-cli/harness-onboarding/SKILL.md +288 -0
- package/dist/agents/skills/gemini-cli/harness-onboarding/skill.yaml +30 -0
- package/dist/agents/skills/gemini-cli/harness-parallel-agents/SKILL.md +171 -0
- package/dist/agents/skills/gemini-cli/harness-parallel-agents/skill.yaml +33 -0
- package/dist/agents/skills/gemini-cli/harness-planning/SKILL.md +389 -0
- package/dist/agents/skills/gemini-cli/harness-planning/skill.yaml +49 -0
- package/dist/agents/skills/gemini-cli/harness-pre-commit-review/SKILL.md +262 -0
- package/dist/agents/skills/gemini-cli/harness-pre-commit-review/skill.yaml +33 -0
- package/dist/agents/skills/gemini-cli/harness-refactoring/SKILL.md +169 -0
- package/dist/agents/skills/gemini-cli/harness-refactoring/skill.yaml +33 -0
- package/dist/agents/skills/gemini-cli/harness-roadmap/SKILL.md +4 -5
- package/dist/agents/skills/gemini-cli/harness-skill-authoring/SKILL.md +292 -0
- package/dist/agents/skills/gemini-cli/harness-skill-authoring/skill.yaml +32 -0
- package/dist/agents/skills/gemini-cli/harness-state-management/SKILL.md +309 -0
- package/dist/agents/skills/gemini-cli/harness-state-management/skill.yaml +32 -0
- package/dist/agents/skills/gemini-cli/harness-tdd/SKILL.md +177 -0
- package/dist/agents/skills/gemini-cli/harness-tdd/skill.yaml +48 -0
- package/dist/agents/skills/gemini-cli/harness-verification/SKILL.md +328 -0
- package/dist/agents/skills/gemini-cli/harness-verification/skill.yaml +42 -0
- package/dist/agents/skills/gemini-cli/harness-verify/SKILL.md +159 -0
- package/dist/agents/skills/gemini-cli/harness-verify/skill.yaml +40 -0
- package/dist/agents/skills/gemini-cli/initialize-harness-project/SKILL.md +224 -0
- package/dist/agents/skills/gemini-cli/initialize-harness-project/skill.yaml +31 -0
- package/dist/agents/skills/gemini-cli/validate-context-engineering/SKILL.md +150 -0
- package/dist/agents/skills/gemini-cli/validate-context-engineering/skill.yaml +31 -0
- package/dist/bin/harness.js +3 -3
- package/dist/{chunk-SJECMKSS.js → chunk-E2RTDBMG.js} +25 -13
- package/dist/{chunk-LNI4T7R6.js → chunk-KJANDVVC.js} +20 -18
- package/dist/{chunk-3JWCBVUZ.js → chunk-RT2LYQHF.js} +1 -1
- package/dist/{dist-NT3GXHQZ.js → dist-CCM3L3UE.js} +1 -1
- package/dist/{dist-BDO5GFEM.js → dist-K6KTTN3I.js} +3 -3
- package/dist/index.js +3 -3
- package/dist/validate-cross-check-ZGKFQY57.js +7 -0
- package/package.json +6 -6
- package/dist/agents/skills/node_modules/.bin/glob +0 -17
- package/dist/agents/skills/node_modules/.bin/vitest +0 -17
- package/dist/agents/skills/node_modules/.bin/yaml +0 -17
- package/dist/templates/advanced/docs/specs/.gitkeep +0 -0
- package/dist/templates/intermediate/docs/specs/.gitkeep +0 -0
- package/dist/validate-cross-check-2OPGCGGU.js +0 -7
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
validateAgentsMap,
|
|
33
33
|
validateDependencies,
|
|
34
34
|
validateKnowledgeMap
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-E2RTDBMG.js";
|
|
36
36
|
import {
|
|
37
37
|
CLIError,
|
|
38
38
|
ExitCode,
|
|
@@ -84,7 +84,7 @@ var PhaseGateMappingSchema = z.object({
|
|
|
84
84
|
var PhaseGatesConfigSchema = z.object({
|
|
85
85
|
enabled: z.boolean().default(false),
|
|
86
86
|
severity: z.enum(["error", "warning"]).default("error"),
|
|
87
|
-
mappings: z.array(PhaseGateMappingSchema).default([{ implPattern: "src/**/*.ts", specPattern: "docs/
|
|
87
|
+
mappings: z.array(PhaseGateMappingSchema).default([{ implPattern: "src/**/*.ts", specPattern: "docs/changes/{feature}/proposal.md" }])
|
|
88
88
|
});
|
|
89
89
|
var SecurityConfigSchema = z.object({
|
|
90
90
|
enabled: z.boolean().default(true),
|
|
@@ -359,7 +359,7 @@ function createValidateCommand() {
|
|
|
359
359
|
process.exit(result.error.exitCode);
|
|
360
360
|
}
|
|
361
361
|
if (opts.crossCheck) {
|
|
362
|
-
const { runCrossCheck: runCrossCheck2 } = await import("./validate-cross-check-
|
|
362
|
+
const { runCrossCheck: runCrossCheck2 } = await import("./validate-cross-check-ZGKFQY57.js");
|
|
363
363
|
const cwd = process.cwd();
|
|
364
364
|
const specsDir = path2.join(cwd, "docs", "specs");
|
|
365
365
|
const plansDir = path2.join(cwd, "docs", "plans");
|
|
@@ -725,7 +725,7 @@ function createPerfCommand() {
|
|
|
725
725
|
perf.command("bench [glob]").description("Run benchmarks via vitest bench").action(async (glob2, _opts, cmd) => {
|
|
726
726
|
const globalOpts = cmd.optsWithGlobals();
|
|
727
727
|
const cwd = process.cwd();
|
|
728
|
-
const { BenchmarkRunner } = await import("./dist-
|
|
728
|
+
const { BenchmarkRunner } = await import("./dist-CCM3L3UE.js");
|
|
729
729
|
const runner = new BenchmarkRunner();
|
|
730
730
|
const benchFiles = runner.discover(cwd, glob2);
|
|
731
731
|
if (benchFiles.length === 0) {
|
|
@@ -794,7 +794,7 @@ Results (${result.results.length} benchmarks):`);
|
|
|
794
794
|
baselines.command("update").description("Update baselines from latest benchmark run").action(async (_opts, cmd) => {
|
|
795
795
|
const globalOpts = cmd.optsWithGlobals();
|
|
796
796
|
const cwd = process.cwd();
|
|
797
|
-
const { BenchmarkRunner } = await import("./dist-
|
|
797
|
+
const { BenchmarkRunner } = await import("./dist-CCM3L3UE.js");
|
|
798
798
|
const runner = new BenchmarkRunner();
|
|
799
799
|
const manager = new BaselineManager(cwd);
|
|
800
800
|
logger.info("Running benchmarks to update baselines...");
|
|
@@ -822,7 +822,7 @@ Results (${result.results.length} benchmarks):`);
|
|
|
822
822
|
perf.command("report").description("Full performance report with metrics, trends, and hotspots").action(async (_opts, cmd) => {
|
|
823
823
|
const globalOpts = cmd.optsWithGlobals();
|
|
824
824
|
const cwd = process.cwd();
|
|
825
|
-
const { EntropyAnalyzer: EntropyAnalyzer2 } = await import("./dist-
|
|
825
|
+
const { EntropyAnalyzer: EntropyAnalyzer2 } = await import("./dist-CCM3L3UE.js");
|
|
826
826
|
const analyzer = new EntropyAnalyzer2({
|
|
827
827
|
rootDir: path6.resolve(cwd),
|
|
828
828
|
analyze: { complexity: true, coupling: true }
|
|
@@ -1198,7 +1198,7 @@ var TemplateEngine = class {
|
|
|
1198
1198
|
walk(fullPath);
|
|
1199
1199
|
} else {
|
|
1200
1200
|
files.push({
|
|
1201
|
-
relativePath: path8.relative(dir, fullPath),
|
|
1201
|
+
relativePath: path8.relative(dir, fullPath).replace(/\\/g, "/"),
|
|
1202
1202
|
absolutePath: fullPath,
|
|
1203
1203
|
isHandlebars: entry.name.endsWith(".hbs"),
|
|
1204
1204
|
sourceTemplate: sourceName
|
|
@@ -3840,7 +3840,7 @@ import { Command as Command31 } from "commander";
|
|
|
3840
3840
|
import * as path31 from "path";
|
|
3841
3841
|
import * as fs19 from "fs";
|
|
3842
3842
|
function resolveSpecPath(implFile, implPattern, specPattern, cwd) {
|
|
3843
|
-
const relImpl = path31.relative(cwd, implFile);
|
|
3843
|
+
const relImpl = path31.relative(cwd, implFile).replace(/\\/g, "/");
|
|
3844
3844
|
const implBase = (implPattern.split("*")[0] ?? "").replace(/\/+$/, "");
|
|
3845
3845
|
const afterBase = relImpl.startsWith(implBase + "/") ? relImpl.slice(implBase.length + 1) : relImpl;
|
|
3846
3846
|
const segments = afterBase.split("/");
|
|
@@ -3874,8 +3874,8 @@ async function runCheckPhaseGate(options) {
|
|
|
3874
3874
|
const expectedSpec = resolveSpecPath(implFile, mapping.implPattern, mapping.specPattern, cwd);
|
|
3875
3875
|
if (!fs19.existsSync(expectedSpec)) {
|
|
3876
3876
|
missingSpecs.push({
|
|
3877
|
-
implFile: path31.relative(cwd, implFile),
|
|
3878
|
-
expectedSpec: path31.relative(cwd, expectedSpec)
|
|
3877
|
+
implFile: path31.relative(cwd, implFile).replace(/\\/g, "/"),
|
|
3878
|
+
expectedSpec: path31.relative(cwd, expectedSpec).replace(/\\/g, "/")
|
|
3879
3879
|
});
|
|
3880
3880
|
}
|
|
3881
3881
|
}
|
|
@@ -4600,7 +4600,7 @@ function createInitCommand2() {
|
|
|
4600
4600
|
const dir = path35.dirname(targetPath);
|
|
4601
4601
|
fs23.mkdirSync(dir, { recursive: true });
|
|
4602
4602
|
fs23.writeFileSync(targetPath, content);
|
|
4603
|
-
if (platform === "generic") {
|
|
4603
|
+
if (platform === "generic" && process.platform !== "win32") {
|
|
4604
4604
|
fs23.chmodSync(targetPath, "755");
|
|
4605
4605
|
}
|
|
4606
4606
|
if (globalOpts.json) {
|
|
@@ -4631,10 +4631,12 @@ function detectPackageManager() {
|
|
|
4631
4631
|
const argv1 = process.argv[1];
|
|
4632
4632
|
if (!argv1) return "npm";
|
|
4633
4633
|
const binPath = realpathSync(argv1);
|
|
4634
|
-
|
|
4634
|
+
const normalizedBin = binPath.replace(/\\/g, "/");
|
|
4635
|
+
if (normalizedBin.includes("pnpm/global/") || // eslint-disable-line @harness-engineering/no-hardcoded-path-separator -- platform-safe
|
|
4636
|
+
normalizedBin.includes("pnpm-global/")) {
|
|
4635
4637
|
return "pnpm";
|
|
4636
4638
|
}
|
|
4637
|
-
if (
|
|
4639
|
+
if (normalizedBin.includes(".yarn/")) {
|
|
4638
4640
|
return "yarn";
|
|
4639
4641
|
}
|
|
4640
4642
|
} catch {
|
|
@@ -5082,7 +5084,7 @@ function createGenerateCommand3() {
|
|
|
5082
5084
|
import { Command as Command39 } from "commander";
|
|
5083
5085
|
import * as path37 from "path";
|
|
5084
5086
|
async function runScan(projectPath) {
|
|
5085
|
-
const { GraphStore, CodeIngestor, TopologicalLinker, KnowledgeIngestor, GitIngestor } = await import("./dist-
|
|
5087
|
+
const { GraphStore, CodeIngestor, TopologicalLinker, KnowledgeIngestor, GitIngestor } = await import("./dist-K6KTTN3I.js");
|
|
5086
5088
|
const store = new GraphStore();
|
|
5087
5089
|
const start = Date.now();
|
|
5088
5090
|
await new CodeIngestor(store).ingest(projectPath);
|
|
@@ -5163,7 +5165,7 @@ async function runIngest(projectPath, source, opts) {
|
|
|
5163
5165
|
SyncManager,
|
|
5164
5166
|
JiraConnector,
|
|
5165
5167
|
SlackConnector
|
|
5166
|
-
} = await import("./dist-
|
|
5168
|
+
} = await import("./dist-K6KTTN3I.js");
|
|
5167
5169
|
const graphDir = path38.join(projectPath, ".harness", "graph");
|
|
5168
5170
|
const store = new GraphStore();
|
|
5169
5171
|
await store.load(graphDir);
|
|
@@ -5256,7 +5258,7 @@ function createIngestCommand() {
|
|
|
5256
5258
|
import { Command as Command41 } from "commander";
|
|
5257
5259
|
import * as path39 from "path";
|
|
5258
5260
|
async function runQuery(projectPath, rootNodeId, opts) {
|
|
5259
|
-
const { GraphStore, ContextQL } = await import("./dist-
|
|
5261
|
+
const { GraphStore, ContextQL } = await import("./dist-K6KTTN3I.js");
|
|
5260
5262
|
const store = new GraphStore();
|
|
5261
5263
|
const graphDir = path39.join(projectPath, ".harness", "graph");
|
|
5262
5264
|
const loaded = await store.load(graphDir);
|
|
@@ -5305,7 +5307,7 @@ import { Command as Command42 } from "commander";
|
|
|
5305
5307
|
// src/commands/graph/status.ts
|
|
5306
5308
|
import * as path40 from "path";
|
|
5307
5309
|
async function runGraphStatus(projectPath) {
|
|
5308
|
-
const { GraphStore } = await import("./dist-
|
|
5310
|
+
const { GraphStore } = await import("./dist-K6KTTN3I.js");
|
|
5309
5311
|
const graphDir = path40.join(projectPath, ".harness", "graph");
|
|
5310
5312
|
const store = new GraphStore();
|
|
5311
5313
|
const loaded = await store.load(graphDir);
|
|
@@ -5345,7 +5347,7 @@ async function runGraphStatus(projectPath) {
|
|
|
5345
5347
|
// src/commands/graph/export.ts
|
|
5346
5348
|
import * as path41 from "path";
|
|
5347
5349
|
async function runGraphExport(projectPath, format) {
|
|
5348
|
-
const { GraphStore } = await import("./dist-
|
|
5350
|
+
const { GraphStore } = await import("./dist-K6KTTN3I.js");
|
|
5349
5351
|
const graphDir = path41.join(projectPath, ".harness", "graph");
|
|
5350
5352
|
const store = new GraphStore();
|
|
5351
5353
|
const loaded = await store.load(graphDir);
|
|
@@ -481,7 +481,7 @@ var CodeIngestor = class {
|
|
|
481
481
|
const fileContents = /* @__PURE__ */ new Map();
|
|
482
482
|
for (const filePath of files) {
|
|
483
483
|
try {
|
|
484
|
-
const relativePath = path.relative(rootDir, filePath);
|
|
484
|
+
const relativePath = path.relative(rootDir, filePath).replace(/\\/g, "/");
|
|
485
485
|
const content = await fs.readFile(filePath, "utf-8");
|
|
486
486
|
const stat2 = await fs.stat(filePath);
|
|
487
487
|
const fileId = `file:${relativePath}`;
|
|
@@ -771,7 +771,7 @@ var CodeIngestor = class {
|
|
|
771
771
|
}
|
|
772
772
|
async resolveImportPath(fromFile, importPath, rootDir) {
|
|
773
773
|
const fromDir = path.dirname(fromFile);
|
|
774
|
-
const resolved = path.normalize(path.join(fromDir, importPath));
|
|
774
|
+
const resolved = path.normalize(path.join(fromDir, importPath)).replace(/\\/g, "/");
|
|
775
775
|
const extensions = [".ts", ".tsx", ".js", ".jsx"];
|
|
776
776
|
for (const ext of extensions) {
|
|
777
777
|
const candidate = resolved.replace(/\.js$/, "") + ext;
|
|
@@ -783,7 +783,7 @@ var CodeIngestor = class {
|
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
for (const ext of extensions) {
|
|
786
|
-
const candidate = path.join(resolved, `index${ext}`);
|
|
786
|
+
const candidate = path.join(resolved, `index${ext}`).replace(/\\/g, "/");
|
|
787
787
|
const fullPath = path.join(rootDir, candidate);
|
|
788
788
|
try {
|
|
789
789
|
await fs.access(fullPath);
|
package/dist/index.js
CHANGED
|
@@ -30,11 +30,11 @@ import {
|
|
|
30
30
|
runPersona,
|
|
31
31
|
runQuery,
|
|
32
32
|
runScan
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-KJANDVVC.js";
|
|
34
34
|
import {
|
|
35
35
|
runCrossCheck
|
|
36
|
-
} from "./chunk-
|
|
37
|
-
import "./chunk-
|
|
36
|
+
} from "./chunk-RT2LYQHF.js";
|
|
37
|
+
import "./chunk-E2RTDBMG.js";
|
|
38
38
|
import {
|
|
39
39
|
CLIError,
|
|
40
40
|
ExitCode,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harness-engineering/cli",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "CLI for Harness Engineering toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"minimatch": "^10.2.4",
|
|
30
30
|
"yaml": "^2.3.0",
|
|
31
31
|
"zod": "^3.22.0",
|
|
32
|
-
"@harness-engineering/
|
|
33
|
-
"@harness-engineering/
|
|
34
|
-
"@harness-engineering/
|
|
32
|
+
"@harness-engineering/linter-gen": "0.1.2",
|
|
33
|
+
"@harness-engineering/core": "0.9.1",
|
|
34
|
+
"@harness-engineering/graph": "0.2.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^22.0.0",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://github.com/Intense-Visions/harness-engineering/tree/main/packages/cli#readme",
|
|
56
56
|
"scripts": {
|
|
57
|
-
"build": "tsup &&
|
|
57
|
+
"build": "tsup && node scripts/copy-assets.mjs",
|
|
58
58
|
"dev": "tsup --watch",
|
|
59
59
|
"lint": "eslint src",
|
|
60
60
|
"typecheck": "tsc --noEmit",
|
|
61
61
|
"test": "vitest run",
|
|
62
62
|
"test:watch": "vitest",
|
|
63
63
|
"test:coverage": "vitest run --coverage",
|
|
64
|
-
"clean": "
|
|
64
|
+
"clean": "node ../../scripts/clean.mjs dist"
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/glob@10.5.0/node_modules/glob/dist/esm/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/glob@10.5.0/node_modules/glob/dist/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/glob@10.5.0/node_modules/glob/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/glob@10.5.0/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/glob@10.5.0/node_modules/glob/dist/esm/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/glob@10.5.0/node_modules/glob/dist/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/glob@10.5.0/node_modules/glob/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/glob@10.5.0/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../glob/dist/esm/bin.mjs" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../glob/dist/esm/bin.mjs" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/vitest@4.0.18_yaml@2.8.2/node_modules/vitest/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/vitest@4.0.18_yaml@2.8.2/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/vitest@4.0.18_yaml@2.8.2/node_modules/vitest/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/vitest@4.0.18_yaml@2.8.2/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../vitest/vitest.mjs" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../vitest/vitest.mjs" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/yaml@2.8.2/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/yaml@2.8.2/node_modules/yaml/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/yaml@2.8.2/node_modules:/home/runner/work/harness-engineering/harness-engineering/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../yaml/bin.mjs" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../yaml/bin.mjs" "$@"
|
|
17
|
-
fi
|
|
File without changes
|
|
File without changes
|