@paths.design/caws-cli 11.1.7 → 11.1.8

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.
Files changed (158) hide show
  1. package/dist/index.js +55 -58
  2. package/dist/init/hook-packs/manifest-claude-code.d.ts +1 -1
  3. package/dist/init/hook-packs/manifest-claude-code.d.ts.map +1 -1
  4. package/dist/init/hook-packs/manifest-claude-code.js +260 -2
  5. package/dist/init/hook-packs/manifest-claude-code.js.map +1 -1
  6. package/dist/shell/binding/resolve-binding.d.ts.map +1 -1
  7. package/dist/shell/binding/resolve-binding.js +105 -1
  8. package/dist/shell/binding/resolve-binding.js.map +1 -1
  9. package/dist/shell/binding/types.d.ts +47 -3
  10. package/dist/shell/binding/types.d.ts.map +1 -1
  11. package/dist/shell/command-metadata.d.ts +93 -0
  12. package/dist/shell/command-metadata.d.ts.map +1 -0
  13. package/dist/shell/command-metadata.js +687 -0
  14. package/dist/shell/command-metadata.js.map +1 -0
  15. package/dist/shell/commands/agents.d.ts +1 -2
  16. package/dist/shell/commands/agents.d.ts.map +1 -1
  17. package/dist/shell/commands/claim.d.ts +16 -0
  18. package/dist/shell/commands/claim.d.ts.map +1 -1
  19. package/dist/shell/commands/claim.js +85 -26
  20. package/dist/shell/commands/claim.js.map +1 -1
  21. package/dist/shell/commands/events.d.ts +106 -0
  22. package/dist/shell/commands/events.d.ts.map +1 -0
  23. package/dist/shell/commands/events.js +510 -0
  24. package/dist/shell/commands/events.js.map +1 -0
  25. package/dist/shell/commands/gates.d.ts +2 -2
  26. package/dist/shell/commands/gates.d.ts.map +1 -1
  27. package/dist/shell/commands/gates.js +106 -25
  28. package/dist/shell/commands/gates.js.map +1 -1
  29. package/dist/shell/commands/init.d.ts.map +1 -1
  30. package/dist/shell/commands/init.js +26 -0
  31. package/dist/shell/commands/init.js.map +1 -1
  32. package/dist/shell/commands/prepush.d.ts +26 -0
  33. package/dist/shell/commands/prepush.d.ts.map +1 -0
  34. package/dist/shell/commands/prepush.js +373 -0
  35. package/dist/shell/commands/prepush.js.map +1 -0
  36. package/dist/shell/commands/scope.d.ts.map +1 -1
  37. package/dist/shell/commands/scope.js +31 -1
  38. package/dist/shell/commands/scope.js.map +1 -1
  39. package/dist/shell/commands/specs.d.ts +44 -3
  40. package/dist/shell/commands/specs.d.ts.map +1 -1
  41. package/dist/shell/commands/specs.js +411 -15
  42. package/dist/shell/commands/specs.js.map +1 -1
  43. package/dist/shell/commands/worktree.d.ts.map +1 -1
  44. package/dist/shell/commands/worktree.js +51 -1
  45. package/dist/shell/commands/worktree.js.map +1 -1
  46. package/dist/shell/gates/disposition.d.ts.map +1 -1
  47. package/dist/shell/gates/disposition.js +43 -2
  48. package/dist/shell/gates/disposition.js.map +1 -1
  49. package/dist/shell/index.d.ts +10 -4
  50. package/dist/shell/index.d.ts.map +1 -1
  51. package/dist/shell/index.js +22 -2
  52. package/dist/shell/index.js.map +1 -1
  53. package/dist/shell/legacy-command-map.js +832 -0
  54. package/dist/shell/push-range/classify-range.d.ts +99 -0
  55. package/dist/shell/push-range/classify-range.d.ts.map +1 -0
  56. package/dist/shell/push-range/classify-range.js +155 -0
  57. package/dist/shell/push-range/classify-range.js.map +1 -0
  58. package/dist/shell/push-range/scope-match.d.ts +13 -0
  59. package/dist/shell/push-range/scope-match.d.ts.map +1 -0
  60. package/dist/shell/push-range/scope-match.js +53 -0
  61. package/dist/shell/push-range/scope-match.js.map +1 -0
  62. package/dist/shell/register.d.ts.map +1 -1
  63. package/dist/shell/register.js +263 -228
  64. package/dist/shell/register.js.map +1 -1
  65. package/dist/shell/registered-command-groups.js +48 -0
  66. package/dist/shell/rules.d.ts +19 -0
  67. package/dist/shell/rules.d.ts.map +1 -1
  68. package/dist/shell/rules.js +27 -0
  69. package/dist/shell/rules.js.map +1 -1
  70. package/dist/shell/session/resolve-session.d.ts +29 -1
  71. package/dist/shell/session/resolve-session.d.ts.map +1 -1
  72. package/dist/shell/session/resolve-session.js +817 -11
  73. package/dist/shell/session/resolve-session.js.map +1 -1
  74. package/dist/shell/session/types.d.ts +127 -1
  75. package/dist/shell/session/types.d.ts.map +1 -1
  76. package/dist/shell/session/types.js +10 -4
  77. package/dist/shell/session/types.js.map +1 -1
  78. package/dist/store/doctor-snapshot.d.ts.map +1 -1
  79. package/dist/store/doctor-snapshot.js +26 -0
  80. package/dist/store/doctor-snapshot.js.map +1 -1
  81. package/dist/store/events-migration.d.ts +207 -0
  82. package/dist/store/events-migration.d.ts.map +1 -0
  83. package/dist/store/events-migration.js +358 -0
  84. package/dist/store/events-migration.js.map +1 -0
  85. package/dist/store/events-store.d.ts +47 -1
  86. package/dist/store/events-store.d.ts.map +1 -1
  87. package/dist/store/events-store.js +278 -0
  88. package/dist/store/events-store.js.map +1 -1
  89. package/dist/store/git-autocommit.d.ts +46 -0
  90. package/dist/store/git-autocommit.d.ts.map +1 -0
  91. package/dist/store/git-autocommit.js +198 -0
  92. package/dist/store/git-autocommit.js.map +1 -0
  93. package/dist/store/index.d.ts +4 -1
  94. package/dist/store/index.d.ts.map +1 -1
  95. package/dist/store/index.js +7 -1
  96. package/dist/store/index.js.map +1 -1
  97. package/dist/store/leases-store.d.ts.map +1 -1
  98. package/dist/store/leases-store.js +58 -0
  99. package/dist/store/leases-store.js.map +1 -1
  100. package/dist/store/rules.d.ts +53 -0
  101. package/dist/store/rules.d.ts.map +1 -1
  102. package/dist/store/rules.js +54 -0
  103. package/dist/store/rules.js.map +1 -1
  104. package/dist/store/specs-migration.d.ts +128 -0
  105. package/dist/store/specs-migration.d.ts.map +1 -0
  106. package/dist/store/specs-migration.js +481 -0
  107. package/dist/store/specs-migration.js.map +1 -0
  108. package/dist/store/specs-store.d.ts.map +1 -1
  109. package/dist/store/specs-store.js +14 -2
  110. package/dist/store/specs-store.js.map +1 -1
  111. package/dist/store/specs-writer.d.ts +130 -3
  112. package/dist/store/specs-writer.d.ts.map +1 -1
  113. package/dist/store/specs-writer.js +941 -102
  114. package/dist/store/specs-writer.js.map +1 -1
  115. package/dist/store/types.d.ts +6 -0
  116. package/dist/store/types.d.ts.map +1 -1
  117. package/dist/store/waivers-store.d.ts.map +1 -1
  118. package/dist/store/waivers-store.js +8 -1
  119. package/dist/store/waivers-store.js.map +1 -1
  120. package/dist/store/worktrees-writer.d.ts +28 -0
  121. package/dist/store/worktrees-writer.d.ts.map +1 -1
  122. package/dist/store/worktrees-writer.js +110 -12
  123. package/dist/store/worktrees-writer.js.map +1 -1
  124. package/package.json +5 -2
  125. package/templates/hook-packs/claude-code/CLAUDE.md +7 -1
  126. package/templates/hook-packs/claude-code/agent-heartbeat.sh +1 -1
  127. package/templates/hook-packs/claude-code/agent-register.sh +1 -1
  128. package/templates/hook-packs/claude-code/agent-stop.sh +1 -1
  129. package/templates/hook-packs/claude-code/audit.sh +1 -1
  130. package/templates/hook-packs/claude-code/block-dangerous.sh +1 -1
  131. package/templates/hook-packs/claude-code/classify_command.py +1 -1
  132. package/templates/hook-packs/claude-code/cwd-guard.sh +30 -0
  133. package/templates/hook-packs/claude-code/dispatch/post_tool_use.sh +15 -4
  134. package/templates/hook-packs/claude-code/dispatch/pre_tool_use.sh +10 -2
  135. package/templates/hook-packs/claude-code/dispatch/session_start.sh +1 -1
  136. package/templates/hook-packs/claude-code/dispatch/stop.sh +2 -2
  137. package/templates/hook-packs/claude-code/duplicate-export-check.sh +156 -0
  138. package/templates/hook-packs/claude-code/god-object-check.sh +102 -0
  139. package/templates/hook-packs/claude-code/guard-strikes.sh +1 -1
  140. package/templates/hook-packs/claude-code/lib/parse-input.sh +115 -1
  141. package/templates/hook-packs/claude-code/lib/run-handlers.sh +1 -1
  142. package/templates/hook-packs/claude-code/loc-delta-check.sh +91 -0
  143. package/templates/hook-packs/claude-code/naming-check.sh +128 -0
  144. package/templates/hook-packs/claude-code/plan-transcript-finalize.sh +59 -0
  145. package/templates/hook-packs/claude-code/plan-transcript-snapshot.sh +86 -0
  146. package/templates/hook-packs/claude-code/protected-paths.sh +59 -0
  147. package/templates/hook-packs/claude-code/quiet-merge.sh +68 -0
  148. package/templates/hook-packs/claude-code/reset-danger-latch.sh +1 -1
  149. package/templates/hook-packs/claude-code/reset-strikes.sh +1 -1
  150. package/templates/hook-packs/claude-code/runtime-paths.sh +1 -1
  151. package/templates/hook-packs/claude-code/scan-secrets.sh +98 -0
  152. package/templates/hook-packs/claude-code/scope-guard.sh +47 -65
  153. package/templates/hook-packs/claude-code/session-caws-status.sh +1 -1
  154. package/templates/hook-packs/claude-code/session-log.sh +1 -1
  155. package/templates/hook-packs/claude-code/session_log_renderer.py +956 -0
  156. package/templates/hook-packs/claude-code/shortcut-language-check.sh +147 -0
  157. package/templates/hook-packs/claude-code/worktree-guard.sh +1 -1
  158. package/templates/hook-packs/claude-code/worktree-write-guard.sh +1 -1
@@ -18,6 +18,16 @@ export interface ResolveBindingInput {
18
18
  * cannot be invoked. Production injects a real git runner.
19
19
  */
20
20
  readonly gitWorktreeList?: (repoRoot: string) => readonly GitWorktreeEntry[];
21
+ /**
22
+ * SCOPE-CHECK-CWD-BINDING-RESOLUTION-001: the repo-root-relative path whose
23
+ * binding is being resolved. When set and the cwd does NOT match a worktree
24
+ * (step 1 yields no candidate), resolution falls back to (2) the path's
25
+ * worktree-location and (3) the bound spec(s) whose `scope.in` admits this
26
+ * path. This makes `caws scope check <path>` cwd-independent: the governing
27
+ * binding is a property of the PATH, not of where the command ran. Omitted
28
+ * → pre-existing cwd-only behavior.
29
+ */
30
+ readonly targetPath?: string;
21
31
  }
22
32
  export interface GitWorktreeEntry {
23
33
  /** Absolute path of the worktree on disk. */
@@ -25,18 +35,52 @@ export interface GitWorktreeEntry {
25
35
  /** Branch name (may be `(detached)` or `refs/heads/<x>`). */
26
36
  readonly branch?: string;
27
37
  }
38
+ /**
39
+ * SCOPE-CHECK-CWD-BINDING-RESOLUTION-001: one spec that claims a target path
40
+ * via its `scope.in`. Carried in the `ambiguous` result so the refusal is
41
+ * actionable — the agent can name and inspect each contender.
42
+ */
43
+ export interface BindingClaimant {
44
+ readonly specId: string;
45
+ readonly worktreeName: string;
46
+ /** The exact `scope.in` entry that matched the target path. */
47
+ readonly matchedScopeInEntry: string;
48
+ }
49
+ /**
50
+ * SCOPE-CHECK-CWD-BINDING-RESOLUTION-001: refuse-on-conflict detail surfaced
51
+ * when step-(3) scope.in-claim resolution finds MORE THAN ONE active bound
52
+ * spec claiming the same target path. Carried in a DEDICATED `ambiguous`
53
+ * field on `ResolvedBinding` (not inside `binding`) so that consumers which
54
+ * never pass a targetPath — e.g. `caws status`, which resolves from cwd —
55
+ * continue to see only the kernel `BindingState` and need no narrowing. Only
56
+ * `caws scope check/show`, which passes a targetPath, inspects `ambiguous`.
57
+ */
58
+ export interface AmbiguousBindingDetail {
59
+ readonly targetPath: string;
60
+ readonly claimants: readonly BindingClaimant[];
61
+ }
28
62
  export interface ResolvedBinding {
29
- /** The kernel's `BindingState`. */
63
+ /** The kernel's `BindingState`. For an ambiguous result this is `unbound`
64
+ * (the safe default for non-scope-check consumers); inspect `ambiguous`. */
30
65
  readonly binding: BindingState;
66
+ /**
67
+ * Refuse-on-conflict detail. Present ONLY when step-(3) resolution found
68
+ * >1 claimant for the target path. When set, `binding` is `unbound` and
69
+ * `worktreeName` is undefined — no single owner was selected, by design.
70
+ * `caws scope check` keys its ambiguous-binding refusal off this field.
71
+ */
72
+ readonly ambiguous?: AmbiguousBindingDetail;
31
73
  /**
32
74
  * The resolved worktree name, if any. `undefined` when cwd is in the main
33
- * checkout (no worktree).
75
+ * checkout with no resolvable target-path binding, or when ambiguous.
34
76
  */
35
77
  readonly worktreeName?: string;
36
78
  /**
37
79
  * Where the worktree-name resolution came from. Helps explain `bound`
38
80
  * vs `one_sided` decisions to the user.
81
+ * - target_worktree_location: step (2), path under .caws/worktrees/<name>/
82
+ * - target_scope_in_claim: step (3), a bound spec's scope.in admits path
39
83
  */
40
- readonly source: 'registry_path_match' | 'git_porcelain_match' | 'none';
84
+ readonly source: 'registry_path_match' | 'git_porcelain_match' | 'target_worktree_location' | 'target_scope_in_claim' | 'none';
41
85
  }
42
86
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/shell/binding/types.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EACV,YAAY,EACZ,IAAI,EACJ,gBAAgB,EACjB,MAAM,2BAA2B,CAAC;AAEnC,MAAM,WAAW,mBAAmB;IAClC,mEAAmE;IACnE,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,8DAA8D;IAC9D,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,qCAAqC;IACrC,QAAQ,CAAC,QAAQ,EAAE,gBAAgB,CAAC;IACpC;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,SAAS,IAAI,EAAE,CAAC;IAChC;;;;OAIG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,SAAS,gBAAgB,EAAE,CAAC;CAC9E;AAED,MAAM,WAAW,gBAAgB;IAC/B,6CAA6C;IAC7C,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC9B,mCAAmC;IACnC,QAAQ,CAAC,OAAO,EAAE,YAAY,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,MAAM,EAAE,qBAAqB,GAAG,qBAAqB,GAAG,MAAM,CAAC;CACzE"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/shell/binding/types.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EACV,YAAY,EACZ,IAAI,EACJ,gBAAgB,EACjB,MAAM,2BAA2B,CAAC;AAEnC,MAAM,WAAW,mBAAmB;IAClC,mEAAmE;IACnE,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,8DAA8D;IAC9D,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,qCAAqC;IACrC,QAAQ,CAAC,QAAQ,EAAE,gBAAgB,CAAC;IACpC;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,SAAS,IAAI,EAAE,CAAC;IAChC;;;;OAIG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,SAAS,gBAAgB,EAAE,CAAC;IAC7E;;;;;;;;OAQG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,gBAAgB;IAC/B,6CAA6C;IAC7C,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,6DAA6D;IAC7D,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,+DAA+D;IAC/D,QAAQ,CAAC,mBAAmB,EAAE,MAAM,CAAC;CACtC;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,SAAS,EAAE,SAAS,eAAe,EAAE,CAAC;CAChD;AAED,MAAM,WAAW,eAAe;IAC9B;gFAC4E;IAC5E,QAAQ,CAAC,OAAO,EAAE,YAAY,CAAC;IAC/B;;;;;OAKG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,sBAAsB,CAAC;IAC5C;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;;OAKG;IACH,QAAQ,CAAC,MAAM,EACX,qBAAqB,GACrB,qBAAqB,GACrB,0BAA0B,GAC1B,uBAAuB,GACvB,MAAM,CAAC;CACZ"}
@@ -0,0 +1,93 @@
1
+ /** A positional argument on a command (this CLI uses at most one per command). */
2
+ export interface CommandArgMeta {
3
+ /** Argument name as it appears in usage, e.g. "id" or "path". */
4
+ readonly name: string;
5
+ /** Whether the argument is required (`<name>`) or optional (`[name]`). */
6
+ readonly required: boolean;
7
+ /** Help text for the argument. */
8
+ readonly description: string;
9
+ }
10
+ /**
11
+ * A Commander option. The `flag` string is authored verbatim (e.g.
12
+ * "--mode <mode>" or "--apply") so register.ts calls
13
+ * `.option(flag, description, defaultValue?)` with no string literal of its
14
+ * own.
15
+ */
16
+ export interface CommandOptionMeta {
17
+ /** Full Commander flag string, e.g. "--mode <mode>", "--ack <sha>", "--apply". */
18
+ readonly flag: string;
19
+ /** When true, register.ts uses `.requiredOption()` (Commander pre-validates). */
20
+ readonly required?: boolean;
21
+ /**
22
+ * Help prose. When `allowedValues` is set, register.ts appends
23
+ * ": <v1> | <v2> | ..." and the lock test asserts that list equals the
24
+ * kernel/schema enum — so the value list is the derived, locked part and
25
+ * this string is only the prose prefix.
26
+ */
27
+ readonly description: string;
28
+ /**
29
+ * Enum-backed value list (e.g. SPEC_MODES). Present only for options whose
30
+ * accepted values come from a kernel enum / JSON-schema enum. The lock test
31
+ * asserts deep-equality against that authority; drift becomes a test failure.
32
+ */
33
+ readonly allowedValues?: readonly (string | number)[];
34
+ /** Commander default value, passed as the 3rd arg to `.option()`. */
35
+ readonly defaultValue?: string | boolean | readonly string[];
36
+ /**
37
+ * True for repeatable options that accumulate (e.g. `--ack <sha>` collected
38
+ * into an array). register.ts supplies the collector; this flag records the
39
+ * intent so the metadata is self-describing.
40
+ */
41
+ readonly collect?: boolean;
42
+ }
43
+ /** A leaf command (one that has an `.action()` handler). */
44
+ export interface LeafCommandMeta {
45
+ readonly kind: 'leaf';
46
+ /** Command name as passed to `.command()` (without the `<arg>` suffix). */
47
+ readonly name: string;
48
+ /** The positional argument, if any. */
49
+ readonly argument?: CommandArgMeta;
50
+ /** The `.description()` text. */
51
+ readonly description: string;
52
+ /** Declared options, in display order. */
53
+ readonly options: readonly CommandOptionMeta[];
54
+ }
55
+ /** A group command whose subcommands carry the `.action()` handlers. */
56
+ export interface GroupCommandMeta {
57
+ readonly kind: 'group';
58
+ /** Group name as passed to `.command()`, e.g. "specs". */
59
+ readonly name: string;
60
+ /** The group-level `.description()` (shown in `caws --help` and `caws <group> --help`). */
61
+ readonly description: string;
62
+ /** The group's subcommands. */
63
+ readonly subcommands: readonly LeafCommandMeta[];
64
+ }
65
+ /** Either a flat leaf command or a group with subcommands. */
66
+ export type CommandMeta = LeafCommandMeta | GroupCommandMeta;
67
+ export declare const SPECS_COMMAND_META: GroupCommandMeta;
68
+ export declare const WORKTREE_COMMAND_META: GroupCommandMeta;
69
+ export declare const INIT_COMMAND_META: LeafCommandMeta;
70
+ export declare const DOCTOR_COMMAND_META: LeafCommandMeta;
71
+ export declare const STATUS_COMMAND_META: LeafCommandMeta;
72
+ export declare const CLAIM_COMMAND_META: LeafCommandMeta;
73
+ export declare const PREPUSH_COMMAND_META: LeafCommandMeta;
74
+ export declare const SCOPE_COMMAND_META: GroupCommandMeta;
75
+ export declare const GATES_COMMAND_META: GroupCommandMeta;
76
+ export declare const EVIDENCE_COMMAND_META: GroupCommandMeta;
77
+ export declare const EVENTS_COMMAND_META: GroupCommandMeta;
78
+ export declare const WAIVER_COMMAND_META: GroupCommandMeta;
79
+ export declare const AGENTS_COMMAND_META: GroupCommandMeta;
80
+ /**
81
+ * The complete v11 command-surface metadata — the single authority for every
82
+ * `.description()` / `.argument()` / `.option()` in register.ts.
83
+ *
84
+ * SLICE 3: all thirteen surface entries are populated and consumed by
85
+ * register.ts — the five flat top-level commands (init/doctor/status/claim/
86
+ * prepush) as LeafCommandMeta, and eight groups (scope/gates/evidence/events/
87
+ * waiver/agents/specs/worktree). The lock test enforces full set-equality with
88
+ * REGISTERED_COMMAND_GROUPS (L1), enum/value-list parity (L3), non-empty
89
+ * descriptions (L4), and the global no-inline-strings invariant on register.ts
90
+ * (L5).
91
+ */
92
+ export declare const COMMAND_SURFACE_METADATA: readonly CommandMeta[];
93
+ //# sourceMappingURL=command-metadata.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command-metadata.d.ts","sourceRoot":"","sources":["../../src/shell/command-metadata.ts"],"names":[],"mappings":"AAqCA,kFAAkF;AAClF,MAAM,WAAW,cAAc;IAC7B,iEAAiE;IACjE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,0EAA0E;IAC1E,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,kCAAkC;IAClC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B;AAED;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAChC,kFAAkF;IAClF,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,iFAAiF;IACjF,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;;OAKG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,SAAS,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IACtD,qEAAqE;IACrE,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,MAAM,EAAE,CAAC;IAC7D;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,4DAA4D;AAC5D,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,2EAA2E;IAC3E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,uCAAuC;IACvC,QAAQ,CAAC,QAAQ,CAAC,EAAE,cAAc,CAAC;IACnC,iCAAiC;IACjC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,0CAA0C;IAC1C,QAAQ,CAAC,OAAO,EAAE,SAAS,iBAAiB,EAAE,CAAC;CAChD;AAED,wEAAwE;AACxE,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC;IACvB,0DAA0D;IAC1D,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,2FAA2F;IAC3F,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,+BAA+B;IAC/B,QAAQ,CAAC,WAAW,EAAE,SAAS,eAAe,EAAE,CAAC;CAClD;AAED,8DAA8D;AAC9D,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG,gBAAgB,CAAC;AAgB7D,eAAO,MAAM,kBAAkB,EAAE,gBA8KhC,CAAC;AAMF,eAAO,MAAM,qBAAqB,EAAE,gBAsFnC,CAAC;AAOF,eAAO,MAAM,iBAAiB,EAAE,eAuB/B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAKjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAMjC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAmBhC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAmBlC,CAAC;AAGF,eAAO,MAAM,kBAAkB,EAAE,gBAoBhC,CAAC;AAGF,eAAO,MAAM,kBAAkB,EAAE,gBAqBhC,CAAC;AAGF,eAAO,MAAM,qBAAqB,EAAE,gBAsBnC,CAAC;AAGF,eAAO,MAAM,mBAAmB,EAAE,gBA+DjC,CAAC;AAGF,eAAO,MAAM,mBAAmB,EAAE,gBAiEjC,CAAC;AAGF,eAAO,MAAM,mBAAmB,EAAE,gBAoGjC,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,wBAAwB,EAAE,SAAS,WAAW,EAczD,CAAC"}