@integrity-labs/agt-cli 0.20.8 → 0.20.9

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/bin/agt.js CHANGED
@@ -50,7 +50,7 @@ import {
50
50
  success,
51
51
  table,
52
52
  warn
53
- } from "../chunk-5A5EBN5L.js";
53
+ } from "../chunk-UMGWKBRQ.js";
54
54
 
55
55
  // src/bin/agt.ts
56
56
  import { join as join10 } from "path";
@@ -3734,7 +3734,7 @@ import { execFileSync, execSync } from "child_process";
3734
3734
  import { existsSync as existsSync5, realpathSync } from "fs";
3735
3735
  import chalk17 from "chalk";
3736
3736
  import ora15 from "ora";
3737
- var cliVersion = true ? "0.20.8" : "dev";
3737
+ var cliVersion = true ? "0.20.9" : "dev";
3738
3738
  async function fetchLatestVersion() {
3739
3739
  const host2 = getHost();
3740
3740
  if (!host2) return null;
@@ -4266,7 +4266,7 @@ function handleError(err) {
4266
4266
  }
4267
4267
 
4268
4268
  // src/bin/agt.ts
4269
- var cliVersion2 = true ? "0.20.8" : "dev";
4269
+ var cliVersion2 = true ? "0.20.9" : "dev";
4270
4270
  var program = new Command();
4271
4271
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
4272
4272
  program.hook("preAction", (thisCommand) => {
@@ -6703,6 +6703,16 @@ function isSelfCompletion(event) {
6703
6703
  return event.last_actor_id === formatActorId("agent", event.agent_id);
6704
6704
  }
6705
6705
 
6706
+ // ../../packages/core/dist/types/plugin.js
6707
+ var HITL_TIER_ORDER = [
6708
+ "read",
6709
+ "write",
6710
+ "write_high_risk",
6711
+ "write_destructive",
6712
+ "admin"
6713
+ ];
6714
+ var HITL_TIER_RANK = Object.freeze(Object.fromEntries(HITL_TIER_ORDER.map((tier, i) => [tier, i])));
6715
+
6706
6716
  // ../../packages/core/dist/schemas/validators.js
6707
6717
  import Ajv2020 from "ajv/dist/2020.js";
6708
6718
  import addFormats from "ajv-formats";
@@ -8559,16 +8569,6 @@ var ajv2 = new Ajv20202({ allErrors: true, strict: false });
8559
8569
  addFormats2(ajv2);
8560
8570
  var compiledMetaSchema = ajv2.compile(context_meta_schema_default);
8561
8571
 
8562
- // ../../packages/core/dist/types/plugin.js
8563
- var HITL_TIER_ORDER = [
8564
- "read",
8565
- "write",
8566
- "write_high_risk",
8567
- "write_destructive",
8568
- "admin"
8569
- ];
8570
- var HITL_TIER_RANK = Object.freeze(Object.fromEntries(HITL_TIER_ORDER.map((tier, i) => [tier, i])));
8571
-
8572
8572
  // ../../packages/core/dist/drift/comparators.js
8573
8573
  function compareToolPolicy(expected, actual) {
8574
8574
  const findings = [];
@@ -9441,4 +9441,4 @@ export {
9441
9441
  managerInstallSystemUnitCommand,
9442
9442
  managerUninstallSystemUnitCommand
9443
9443
  };
9444
- //# sourceMappingURL=chunk-5A5EBN5L.js.map
9444
+ //# sourceMappingURL=chunk-UMGWKBRQ.js.map