@dzhechkov/harness-cli 0.8.2 → 0.8.6

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.
@@ -47,7 +47,7 @@ import { fileURLToPath } from 'node:url';
47
47
  // 0.7.0: this CLI reads `HybridRecall.semanticRanked` and `VectorTierStatus.mirroredOther` /
48
48
  // `orphaned` / `unmirrored`, none of which exist in 0.6.1 — a lower core would not merely behave
49
49
  // differently, it would be missing the fields every recall claim is now derived from.
50
- export const MIN_CORE = '0.7.0';
50
+ export const MIN_CORE = '0.8.4';
51
51
 
52
52
  /** The npm name of the guarded package — one literal, used by every leg below. */
53
53
  export const CORE_PACKAGE_NAME = '@dzhechkov/harness-core';
package/src/index.ts CHANGED
@@ -10,7 +10,7 @@ import { createRequire } from 'node:module';
10
10
  export const HARNESS_CLI_VERSION: string =
11
11
  (createRequire(import.meta.url)('../package.json') as { version: string }).version;
12
12
 
13
- export { runCli } from './cli.js';
13
+ export { DZ_COMMANDS, runCli } from './cli.js';
14
14
  export type { CliIo, ReleaseExecRunner } from './cli.js';
15
15
  // The Codex hook DELIVERY seam (crossrt-2 fix round, findings 1+2): the argv→operation mapping and
16
16
  // the one place a success word may be printed, exported so both can be pinned without a live codex.
@@ -51,6 +51,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
51
51
  'commands',
52
52
  'commit',
53
53
  'compare',
54
+ 'config',
54
55
  'confirm',
55
56
  'confirmed',
56
57
  'context-only',
@@ -218,6 +219,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
218
219
  'revise',
219
220
  'reward',
220
221
  'row',
222
+ 'rounds',
221
223
  'run',
222
224
  'run-dir',
223
225
  'run-id',
@@ -283,6 +285,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
283
285
  'wall-clock-extra',
284
286
  'weak',
285
287
  'week',
288
+ 'weeks',
286
289
  'weekly',
287
290
  'window-days',
288
291
  'window',