@synkro-sh/cli 1.6.98 → 1.6.99
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/bootstrap.js +2 -6
- package/dist/bootstrap.js.map +1 -1
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -11410,7 +11410,7 @@ function writeConfigEnv(opts) {
|
|
|
11410
11410
|
`SYNKRO_CREDENTIALS_PATH=${shellQuoteSingle(credsPath)}`,
|
|
11411
11411
|
`SYNKRO_TIER=${shellQuoteSingle(safeTier)}`,
|
|
11412
11412
|
`SYNKRO_INFERENCE=${shellQuoteSingle(safeInference)}`,
|
|
11413
|
-
`SYNKRO_VERSION=${shellQuoteSingle("1.6.
|
|
11413
|
+
`SYNKRO_VERSION=${shellQuoteSingle("1.6.99")}`
|
|
11414
11414
|
];
|
|
11415
11415
|
if (safeSynkroBin) lines.push(`SYNKRO_CLI_BIN=${shellQuoteSingle(safeSynkroBin)}`);
|
|
11416
11416
|
if (safeUserId) lines.push(`SYNKRO_USER_ID=${shellQuoteSingle(safeUserId)}`);
|
|
@@ -12488,10 +12488,6 @@ function writeSynkroFileIfMissing(opts) {
|
|
|
12488
12488
|
"",
|
|
12489
12489
|
`harness = [${harness.map((h) => `"${h}"`).join(", ")}]`,
|
|
12490
12490
|
"",
|
|
12491
|
-
'ruleset = "default"',
|
|
12492
|
-
"",
|
|
12493
|
-
"skills = []",
|
|
12494
|
-
"",
|
|
12495
12491
|
"[grader]",
|
|
12496
12492
|
`location = "${opts.deployLocation || "local"}"`,
|
|
12497
12493
|
`pool = "${pool}"`,
|
|
@@ -15477,7 +15473,7 @@ var args = process.argv.slice(2);
|
|
|
15477
15473
|
var cmd = args[0] || "";
|
|
15478
15474
|
var subArgs = args.slice(1);
|
|
15479
15475
|
function printVersion() {
|
|
15480
|
-
console.log("1.6.
|
|
15476
|
+
console.log("1.6.99");
|
|
15481
15477
|
}
|
|
15482
15478
|
function printHelp2() {
|
|
15483
15479
|
console.log(`Synkro CLI \u2014 runtime safety for AI coding agents
|