@claude-flow/cli 3.6.30 → 3.7.0-alpha.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.
@@ -1,37 +1,8 @@
1
1
  /**
2
- * MCP Tool Types for CLI
2
+ * MCP Tool Types re-export shim (ADR-100, alpha.5).
3
3
  *
4
- * Local type definitions to avoid external imports outside package boundary.
4
+ * Authoritative source: @claude-flow/cli-core/mcp-tools/types. Was a 46-line
5
+ * byte-identical copy. Re-exports MCPTool, MCPToolInputSchema, MCPToolResult.
5
6
  */
6
- export interface MCPToolInputSchema {
7
- type: 'object';
8
- properties: Record<string, unknown>;
9
- required?: string[];
10
- }
11
- export interface MCPToolResult {
12
- content: Array<{
13
- type: 'text' | 'image' | 'resource';
14
- text?: string;
15
- data?: string;
16
- mimeType?: string;
17
- }>;
18
- isError?: boolean;
19
- }
20
- /**
21
- * Returns the effective project working directory.
22
- * Prefers CLAUDE_FLOW_CWD (set by the install script for global/MCP installs
23
- * where process.cwd() may resolve to '/') over the real process.cwd().
24
- */
25
- export declare function getProjectCwd(): string;
26
- export interface MCPTool {
27
- name: string;
28
- description: string;
29
- inputSchema: MCPToolInputSchema;
30
- category?: string;
31
- tags?: string[];
32
- version?: string;
33
- cacheable?: boolean;
34
- cacheTTL?: number;
35
- handler: (input: Record<string, unknown>, context?: Record<string, unknown>) => Promise<MCPToolResult | unknown>;
36
- }
7
+ export * from '@claude-flow/cli-core/mcp-tools/types';
37
8
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/mcp-tools/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,QAAQ,CAAC;IACf,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,KAAK,CAAC;QACb,IAAI,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC;QACpC,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC,CAAC;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;GAIG;AACH,wBAAgB,aAAa,IAAI,MAAM,CAMtC;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,kBAAkB,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,aAAa,GAAG,OAAO,CAAC,CAAC;CAClH"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/mcp-tools/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,cAAc,uCAAuC,CAAC"}
@@ -1,18 +1,8 @@
1
1
  /**
2
- * MCP Tool Types for CLI
2
+ * MCP Tool Types re-export shim (ADR-100, alpha.5).
3
3
  *
4
- * Local type definitions to avoid external imports outside package boundary.
4
+ * Authoritative source: @claude-flow/cli-core/mcp-tools/types. Was a 46-line
5
+ * byte-identical copy. Re-exports MCPTool, MCPToolInputSchema, MCPToolResult.
5
6
  */
6
- /**
7
- * Returns the effective project working directory.
8
- * Prefers CLAUDE_FLOW_CWD (set by the install script for global/MCP installs
9
- * where process.cwd() may resolve to '/') over the real process.cwd().
10
- */
11
- export function getProjectCwd() {
12
- const envCwd = process.env.CLAUDE_FLOW_CWD;
13
- if (envCwd && envCwd !== '/' && envCwd !== process.env.HOME) {
14
- return envCwd;
15
- }
16
- return process.cwd();
17
- }
7
+ export * from '@claude-flow/cli-core/mcp-tools/types';
18
8
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/mcp-tools/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAkBH;;;;GAIG;AACH,MAAM,UAAU,aAAa;IAC3B,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,eAAe,CAAC;IAC3C,IAAI,MAAM,IAAI,MAAM,KAAK,GAAG,IAAI,MAAM,KAAK,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC;QAC5D,OAAO,MAAM,CAAC;IAChB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC;AACvB,CAAC"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/mcp-tools/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,cAAc,uCAAuC,CAAC"}
@@ -1,61 +1,9 @@
1
1
  /**
2
- * Input Validation for MCP Tools
2
+ * Input Validation for MCP Tools — re-export shim (ADR-100, alpha.5).
3
3
  *
4
- * Loads @claude-flow/security validators when available
5
- * and provides lightweight fallback validation otherwise.
6
- *
7
- * Addresses #1425: security validators were implemented but never wired to runtime.
8
- */
9
- export interface ValidationResult {
10
- valid: boolean;
11
- sanitized: string;
12
- error?: string;
13
- }
14
- /**
15
- * Validate an identifier (agent ID, agent type, namespace, key, etc.)
16
- * Rejects shell metacharacters and path traversal.
17
- */
18
- export declare function validateIdentifier(value: unknown, label: string): ValidationResult;
19
- /**
20
- * Validate a git ref (HEAD~1, main..feature, commit hashes, etc.).
21
- * Allows ~, ^, and / which are standard git revision selectors.
22
- */
23
- export declare function validateGitRef(value: unknown, label: string): ValidationResult;
24
- /**
25
- * Validate an npm package name (allows @scope/name format).
26
- */
27
- export declare function validatePackageName(value: unknown, label: string): ValidationResult;
28
- /**
29
- * Validate a file path (prevents traversal and shell injection).
30
- */
31
- export declare function validatePath(value: unknown, label: string): ValidationResult;
32
- /**
33
- * Validate a free-text string (description, value, etc.)
34
- * Allows most characters but rejects shell metacharacters that could cause injection.
35
- */
36
- export declare function validateText(value: unknown, label: string, maxLen?: number): ValidationResult;
37
- export interface EnvValidationResult {
38
- valid: boolean;
39
- sanitized: Record<string, string>;
40
- error?: string;
41
- }
42
- /**
43
- * Validate a Record<string,string> of environment variables: enforce POSIX
44
- * names, reject hijack-prone names (LD_PRELOAD, NODE_OPTIONS, …), forbid null
45
- * bytes in values, and cap value length so a malicious caller can't bloat the
46
- * stored session past reasonable bounds.
47
- */
48
- export declare function validateEnv(value: unknown, label?: string): EnvValidationResult;
49
- /**
50
- * Assert validation or throw with a structured error.
51
- */
52
- export declare function assertValid(result: ValidationResult): string;
53
- /**
54
- * Enhanced validation using @claude-flow/security Zod schemas when available.
55
- * Falls back to inline regex validation otherwise.
4
+ * Authoritative source: @claude-flow/cli-core/mcp-tools/validate-input.
5
+ * Was a 256-line byte-identical copy. Loads @claude-flow/security validators
6
+ * when available, with lightweight fallback otherwise.
56
7
  */
57
- export declare function validateAgentSpawn(input: Record<string, unknown>): Promise<{
58
- valid: boolean;
59
- errors: string[];
60
- }>;
8
+ export * from '@claude-flow/cli-core/mcp-tools/validate-input';
61
9
  //# sourceMappingURL=validate-input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validate-input.d.ts","sourceRoot":"","sources":["../../../src/mcp-tools/validate-input.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AASH,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,gBAAgB,CAiBlF;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,gBAAgB,CAc9E;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,gBAAgB,CAcnF;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,gBAAgB,CAc5E;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,GAAG,gBAAgB,CAU7F;AAyBD,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,SAAQ,GAAG,mBAAmB,CA2B9E;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,gBAAgB,GAAG,MAAM,CAK5D;AAmBD;;;GAGG;AACH,wBAAsB,kBAAkB,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC;IAAE,KAAK,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC,CAyCtH"}
1
+ {"version":3,"file":"validate-input.d.ts","sourceRoot":"","sources":["../../../src/mcp-tools/validate-input.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,gDAAgD,CAAC"}
@@ -1,237 +1,9 @@
1
1
  /**
2
- * Input Validation for MCP Tools
2
+ * Input Validation for MCP Tools — re-export shim (ADR-100, alpha.5).
3
3
  *
4
- * Loads @claude-flow/security validators when available
5
- * and provides lightweight fallback validation otherwise.
6
- *
7
- * Addresses #1425: security validators were implemented but never wired to runtime.
8
- */
9
- // Patterns for input sanitization (inline — no external dependency required)
10
- const SHELL_META = /[;&|`$(){}[\]<>!#\\]/;
11
- const PATH_TRAVERSAL = /\.\.[/\\]/;
12
- const IDENTIFIER_RE = /^[a-zA-Z0-9_][a-zA-Z0-9_\-.:]{0,127}$/;
13
- const GIT_REF_RE = /^[a-zA-Z0-9_][a-zA-Z0-9_\-.:~^/]{0,255}$/;
14
- const NPM_PACKAGE_RE = /^(@[a-zA-Z0-9_\-]+\/)?[a-zA-Z0-9_\-][a-zA-Z0-9_\-.]{0,213}$/;
15
- /**
16
- * Validate an identifier (agent ID, agent type, namespace, key, etc.)
17
- * Rejects shell metacharacters and path traversal.
18
- */
19
- export function validateIdentifier(value, label) {
20
- if (typeof value !== 'string' || value.length === 0) {
21
- return { valid: false, sanitized: '', error: `${label} must be a non-empty string` };
22
- }
23
- if (value.length > 128) {
24
- return { valid: false, sanitized: '', error: `${label} exceeds 128 characters` };
25
- }
26
- if (SHELL_META.test(value)) {
27
- return { valid: false, sanitized: '', error: `${label} contains disallowed characters` };
28
- }
29
- if (PATH_TRAVERSAL.test(value)) {
30
- return { valid: false, sanitized: '', error: `${label} contains path traversal` };
31
- }
32
- if (!IDENTIFIER_RE.test(value)) {
33
- return { valid: false, sanitized: '', error: `${label} contains invalid characters (allowed: alphanumeric, _, -, ., :)` };
34
- }
35
- return { valid: true, sanitized: value };
36
- }
37
- /**
38
- * Validate a git ref (HEAD~1, main..feature, commit hashes, etc.).
39
- * Allows ~, ^, and / which are standard git revision selectors.
40
- */
41
- export function validateGitRef(value, label) {
42
- if (typeof value !== 'string' || value.length === 0) {
43
- return { valid: false, sanitized: '', error: `${label} must be a non-empty string` };
44
- }
45
- if (value.length > 256) {
46
- return { valid: false, sanitized: '', error: `${label} exceeds 256 characters` };
47
- }
48
- if (SHELL_META.test(value)) {
49
- return { valid: false, sanitized: '', error: `${label} contains disallowed characters` };
50
- }
51
- if (!GIT_REF_RE.test(value)) {
52
- return { valid: false, sanitized: '', error: `${label} contains invalid characters (allowed: alphanumeric, _, -, ., :, ~, ^, /)` };
53
- }
54
- return { valid: true, sanitized: value };
55
- }
56
- /**
57
- * Validate an npm package name (allows @scope/name format).
58
- */
59
- export function validatePackageName(value, label) {
60
- if (typeof value !== 'string' || value.length === 0) {
61
- return { valid: false, sanitized: '', error: `${label} must be a non-empty string` };
62
- }
63
- if (value.length > 214) {
64
- return { valid: false, sanitized: '', error: `${label} exceeds 214 characters` };
65
- }
66
- if (SHELL_META.test(value)) {
67
- return { valid: false, sanitized: '', error: `${label} contains disallowed characters` };
68
- }
69
- if (!NPM_PACKAGE_RE.test(value)) {
70
- return { valid: false, sanitized: '', error: `${label} contains invalid characters (expected npm package name, e.g. @scope/name)` };
71
- }
72
- return { valid: true, sanitized: value };
73
- }
74
- /**
75
- * Validate a file path (prevents traversal and shell injection).
76
- */
77
- export function validatePath(value, label) {
78
- if (typeof value !== 'string' || value.length === 0) {
79
- return { valid: false, sanitized: '', error: `${label} must be a non-empty string` };
80
- }
81
- if (value.length > 4096) {
82
- return { valid: false, sanitized: '', error: `${label} exceeds 4096 characters` };
83
- }
84
- if (PATH_TRAVERSAL.test(value)) {
85
- return { valid: false, sanitized: '', error: `${label} contains path traversal (..)` };
86
- }
87
- if (SHELL_META.test(value)) {
88
- return { valid: false, sanitized: '', error: `${label} contains shell metacharacters` };
89
- }
90
- return { valid: true, sanitized: value };
91
- }
92
- /**
93
- * Validate a free-text string (description, value, etc.)
94
- * Allows most characters but rejects shell metacharacters that could cause injection.
95
- */
96
- export function validateText(value, label, maxLen = 10_000) {
97
- if (typeof value !== 'string') {
98
- return { valid: false, sanitized: '', error: `${label} must be a string` };
99
- }
100
- if (value.length > maxLen) {
101
- return { valid: false, sanitized: '', error: `${label} exceeds ${maxLen} characters` };
102
- }
103
- // Strip null bytes
104
- const sanitized = value.replace(/\0/g, '');
105
- return { valid: true, sanitized };
106
- }
107
- /**
108
- * Names that let an attacker pivot a child process before any user code runs:
109
- * shared-library injection on Linux/macOS, Node hooks, and command resolution.
110
- *
111
- * audit_1776853149979: terminal_create previously merged caller-supplied env
112
- * straight into execSync's environment for every subsequent command in the
113
- * session. Setting LD_PRELOAD or NODE_OPTIONS via that path is functionally
114
- * equivalent to remote code execution, so the env input needs an allowlist
115
- * shape and a denylist on these specific names.
116
- */
117
- const DENYLISTED_ENV_NAMES = new Set([
118
- 'LD_PRELOAD',
119
- 'LD_LIBRARY_PATH',
120
- 'LD_AUDIT',
121
- 'DYLD_INSERT_LIBRARIES',
122
- 'DYLD_LIBRARY_PATH',
123
- 'DYLD_FALLBACK_LIBRARY_PATH',
124
- 'DYLD_FORCE_FLAT_NAMESPACE',
125
- 'NODE_OPTIONS',
126
- 'NODE_PATH',
127
- ]);
128
- const ENV_NAME_RE = /^[A-Za-z_][A-Za-z0-9_]{0,127}$/;
129
- /**
130
- * Validate a Record<string,string> of environment variables: enforce POSIX
131
- * names, reject hijack-prone names (LD_PRELOAD, NODE_OPTIONS, …), forbid null
132
- * bytes in values, and cap value length so a malicious caller can't bloat the
133
- * stored session past reasonable bounds.
134
- */
135
- export function validateEnv(value, label = 'env') {
136
- if (value === undefined || value === null) {
137
- return { valid: true, sanitized: {} };
138
- }
139
- if (typeof value !== 'object' || Array.isArray(value)) {
140
- return { valid: false, sanitized: {}, error: `${label} must be an object of string→string` };
141
- }
142
- const out = {};
143
- for (const [name, rawVal] of Object.entries(value)) {
144
- if (!ENV_NAME_RE.test(name)) {
145
- return { valid: false, sanitized: {}, error: `${label} key "${name}" is not a valid POSIX env name` };
146
- }
147
- if (DENYLISTED_ENV_NAMES.has(name)) {
148
- return { valid: false, sanitized: {}, error: `${label} key "${name}" is denylisted (loader/runtime hijack)` };
149
- }
150
- if (typeof rawVal !== 'string') {
151
- return { valid: false, sanitized: {}, error: `${label}["${name}"] must be a string` };
152
- }
153
- if (rawVal.length > 32_768) {
154
- return { valid: false, sanitized: {}, error: `${label}["${name}"] exceeds 32768 characters` };
155
- }
156
- if (rawVal.includes('\0')) {
157
- return { valid: false, sanitized: {}, error: `${label}["${name}"] contains a null byte` };
158
- }
159
- out[name] = rawVal;
160
- }
161
- return { valid: true, sanitized: out };
162
- }
163
- /**
164
- * Assert validation or throw with a structured error.
165
- */
166
- export function assertValid(result) {
167
- if (!result.valid) {
168
- throw new Error(`Validation failed: ${result.error}`);
169
- }
170
- return result.sanitized;
171
- }
172
- // Try to load the full @claude-flow/security module for enhanced validation
173
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
174
- let _securityModule = null;
175
- let _securityLoaded = false;
176
- async function getSecurityModule() {
177
- if (_securityLoaded)
178
- return _securityModule;
179
- _securityLoaded = true;
180
- try {
181
- // Dynamic import — @claude-flow/security is an optional dependency
182
- _securityModule = await Function('return import("@claude-flow/security")')();
183
- }
184
- catch {
185
- // @claude-flow/security is optional — fallback to inline validation above
186
- }
187
- return _securityModule;
188
- }
189
- /**
190
- * Enhanced validation using @claude-flow/security Zod schemas when available.
191
- * Falls back to inline regex validation otherwise.
4
+ * Authoritative source: @claude-flow/cli-core/mcp-tools/validate-input.
5
+ * Was a 256-line byte-identical copy. Loads @claude-flow/security validators
6
+ * when available, with lightweight fallback otherwise.
192
7
  */
193
- export async function validateAgentSpawn(input) {
194
- const errors = [];
195
- // Always run inline validation
196
- if (input.agentType) {
197
- const r = validateIdentifier(input.agentType, 'agentType');
198
- if (!r.valid)
199
- errors.push(r.error);
200
- }
201
- if (input.agentId) {
202
- const r = validateIdentifier(input.agentId, 'agentId');
203
- if (!r.valid)
204
- errors.push(r.error);
205
- }
206
- if (input.domain) {
207
- const r = validateIdentifier(input.domain, 'domain');
208
- if (!r.valid)
209
- errors.push(r.error);
210
- }
211
- // Try enhanced Zod validation if available.
212
- // Fix for #1567: @claude-flow/security's SpawnAgentSchema expects `type` and
213
- // `id` (not `agentType`/`name`), so the previous call always failed with
214
- // "type: Required". Also swallow `invalid_enum_value` errors because the
215
- // schema enumerates only 15 built-in agent types — we support custom types
216
- // (the inline validator already checked the identifier is safe).
217
- const sec = await getSecurityModule();
218
- if (sec?.SpawnAgentSchema) {
219
- try {
220
- sec.SpawnAgentSchema.parse({
221
- type: input.agentType,
222
- id: input.agentId,
223
- });
224
- }
225
- catch (zodErr) {
226
- if (zodErr.issues) {
227
- for (const issue of zodErr.issues) {
228
- if (issue.code === 'invalid_enum_value')
229
- continue;
230
- errors.push(`${issue.path.join('.')}: ${issue.message}`);
231
- }
232
- }
233
- }
234
- }
235
- return { valid: errors.length === 0, errors };
236
- }
8
+ export * from '@claude-flow/cli-core/mcp-tools/validate-input';
237
9
  //# sourceMappingURL=validate-input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"validate-input.js","sourceRoot":"","sources":["../../../src/mcp-tools/validate-input.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,6EAA6E;AAC7E,MAAM,UAAU,GAAG,sBAAsB,CAAC;AAC1C,MAAM,cAAc,GAAG,WAAW,CAAC;AACnC,MAAM,aAAa,GAAG,uCAAuC,CAAC;AAC9D,MAAM,UAAU,GAAG,0CAA0C,CAAC;AAC9D,MAAM,cAAc,GAAG,6DAA6D,CAAC;AAQrF;;;GAGG;AACH,MAAM,UAAU,kBAAkB,CAAC,KAAc,EAAE,KAAa;IAC9D,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACpD,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,6BAA6B,EAAE,CAAC;IACvF,CAAC;IACD,IAAI,KAAK,CAAC,MAAM,GAAG,GAAG,EAAE,CAAC;QACvB,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,yBAAyB,EAAE,CAAC;IACnF,CAAC;IACD,IAAI,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,iCAAiC,EAAE,CAAC;IAC3F,CAAC;IACD,IAAI,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC/B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,0BAA0B,EAAE,CAAC;IACpF,CAAC;IACD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC/B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,kEAAkE,EAAE,CAAC;IAC5H,CAAC;IACD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;AAC3C,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,cAAc,CAAC,KAAc,EAAE,KAAa;IAC1D,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACpD,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,6BAA6B,EAAE,CAAC;IACvF,CAAC;IACD,IAAI,KAAK,CAAC,MAAM,GAAG,GAAG,EAAE,CAAC;QACvB,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,yBAAyB,EAAE,CAAC;IACnF,CAAC;IACD,IAAI,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,iCAAiC,EAAE,CAAC;IAC3F,CAAC;IACD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC5B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,2EAA2E,EAAE,CAAC;IACrI,CAAC;IACD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;AAC3C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,KAAc,EAAE,KAAa;IAC/D,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACpD,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,6BAA6B,EAAE,CAAC;IACvF,CAAC;IACD,IAAI,KAAK,CAAC,MAAM,GAAG,GAAG,EAAE,CAAC;QACvB,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,yBAAyB,EAAE,CAAC;IACnF,CAAC;IACD,IAAI,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,iCAAiC,EAAE,CAAC;IAC3F,CAAC;IACD,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAChC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,4EAA4E,EAAE,CAAC;IACtI,CAAC;IACD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;AAC3C,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,YAAY,CAAC,KAAc,EAAE,KAAa;IACxD,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACpD,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,6BAA6B,EAAE,CAAC;IACvF,CAAC;IACD,IAAI,KAAK,CAAC,MAAM,GAAG,IAAI,EAAE,CAAC;QACxB,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,0BAA0B,EAAE,CAAC;IACpF,CAAC;IACD,IAAI,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC/B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,+BAA+B,EAAE,CAAC;IACzF,CAAC;IACD,IAAI,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,gCAAgC,EAAE,CAAC;IAC1F,CAAC;IACD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;AAC3C,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,YAAY,CAAC,KAAc,EAAE,KAAa,EAAE,MAAM,GAAG,MAAM;IACzE,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC9B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,mBAAmB,EAAE,CAAC;IAC7E,CAAC;IACD,IAAI,KAAK,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;QAC1B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,YAAY,MAAM,aAAa,EAAE,CAAC;IACzF,CAAC;IACD,mBAAmB;IACnB,MAAM,SAAS,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;IAC3C,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;AACpC,CAAC;AAED;;;;;;;;;GASG;AACH,MAAM,oBAAoB,GAAG,IAAI,GAAG,CAAC;IACnC,YAAY;IACZ,iBAAiB;IACjB,UAAU;IACV,uBAAuB;IACvB,mBAAmB;IACnB,4BAA4B;IAC5B,2BAA2B;IAC3B,cAAc;IACd,WAAW;CACZ,CAAC,CAAC;AACH,MAAM,WAAW,GAAG,gCAAgC,CAAC;AAQrD;;;;;GAKG;AACH,MAAM,UAAU,WAAW,CAAC,KAAc,EAAE,KAAK,GAAG,KAAK;IACvD,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;QAC1C,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC;IACxC,CAAC;IACD,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;QACtD,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,qCAAqC,EAAE,CAAC;IAC/F,CAAC;IACD,MAAM,GAAG,GAA2B,EAAE,CAAC;IACvC,KAAK,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,KAAgC,CAAC,EAAE,CAAC;QAC9E,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YAC5B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,SAAS,IAAI,iCAAiC,EAAE,CAAC;QACxG,CAAC;QACD,IAAI,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC;YACnC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,SAAS,IAAI,yCAAyC,EAAE,CAAC;QAChH,CAAC;QACD,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE,CAAC;YAC/B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,KAAK,IAAI,qBAAqB,EAAE,CAAC;QACxF,CAAC;QACD,IAAI,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC;YAC3B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,KAAK,IAAI,6BAA6B,EAAE,CAAC;QAChG,CAAC;QACD,IAAI,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;YAC1B,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,KAAK,IAAI,yBAAyB,EAAE,CAAC;QAC5F,CAAC;QACD,GAAG,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;IACrB,CAAC;IACD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC;AACzC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW,CAAC,MAAwB;IAClD,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;QAClB,MAAM,IAAI,KAAK,CAAC,sBAAsB,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;IACxD,CAAC;IACD,OAAO,MAAM,CAAC,SAAS,CAAC;AAC1B,CAAC;AAED,4EAA4E;AAC5E,8DAA8D;AAC9D,IAAI,eAAe,GAA+B,IAAI,CAAC;AACvD,IAAI,eAAe,GAAG,KAAK,CAAC;AAE5B,KAAK,UAAU,iBAAiB;IAC9B,IAAI,eAAe;QAAE,OAAO,eAAe,CAAC;IAC5C,eAAe,GAAG,IAAI,CAAC;IACvB,IAAI,CAAC;QACH,mEAAmE;QACnE,eAAe,GAAG,MAAO,QAAQ,CAAC,wCAAwC,CAAC,EAAmC,CAAC;IACjH,CAAC;IAAC,MAAM,CAAC;QACP,0EAA0E;IAC5E,CAAC;IACD,OAAO,eAAe,CAAC;AACzB,CAAC;AAED;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,kBAAkB,CAAC,KAA8B;IACrE,MAAM,MAAM,GAAa,EAAE,CAAC;IAE5B,+BAA+B;IAC/B,IAAI,KAAK,CAAC,SAAS,EAAE,CAAC;QACpB,MAAM,CAAC,GAAG,kBAAkB,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;QAC3D,IAAI,CAAC,CAAC,CAAC,KAAK;YAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,KAAM,CAAC,CAAC;IACtC,CAAC;IACD,IAAI,KAAK,CAAC,OAAO,EAAE,CAAC;QAClB,MAAM,CAAC,GAAG,kBAAkB,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;QACvD,IAAI,CAAC,CAAC,CAAC,KAAK;YAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,KAAM,CAAC,CAAC;IACtC,CAAC;IACD,IAAI,KAAK,CAAC,MAAM,EAAE,CAAC;QACjB,MAAM,CAAC,GAAG,kBAAkB,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;QACrD,IAAI,CAAC,CAAC,CAAC,KAAK;YAAE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,KAAM,CAAC,CAAC;IACtC,CAAC;IAED,4CAA4C;IAC5C,6EAA6E;IAC7E,yEAAyE;IACzE,yEAAyE;IACzE,2EAA2E;IAC3E,iEAAiE;IACjE,MAAM,GAAG,GAAG,MAAM,iBAAiB,EAAE,CAAC;IACtC,IAAI,GAAG,EAAE,gBAAgB,EAAE,CAAC;QAC1B,IAAI,CAAC;YACH,GAAG,CAAC,gBAAgB,CAAC,KAAK,CAAC;gBACzB,IAAI,EAAE,KAAK,CAAC,SAAS;gBACrB,EAAE,EAAE,KAAK,CAAC,OAAO;aAClB,CAAC,CAAC;QACL,CAAC;QAAC,OAAO,MAAW,EAAE,CAAC;YACrB,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC;gBAClB,KAAK,MAAM,KAAK,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC;oBAClC,IAAI,KAAK,CAAC,IAAI,KAAK,oBAAoB;wBAAE,SAAS;oBAClD,MAAM,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;gBAC3D,CAAC;YACH,CAAC;QACH,CAAC;IACH,CAAC;IAED,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;AAChD,CAAC"}
1
+ {"version":3,"file":"validate-input.js","sourceRoot":"","sources":["../../../src/mcp-tools/validate-input.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,gDAAgD,CAAC"}
@@ -1,133 +1,9 @@
1
1
  /**
2
- * V3 CLI Output Formatter
3
- * Advanced output formatting with tables, progress bars, and colors
2
+ * V3 CLI Output Formatter — re-export shim (ADR-100, alpha.5).
3
+ *
4
+ * Authoritative source: @claude-flow/cli-core/output. Was a byte-identical
5
+ * 640-line copy. The OutputFormatter class and `output` instance plus all
6
+ * helper exports flow through unchanged. Edit cli-core for behavior changes.
4
7
  */
5
- import type { TableOptions, ProgressOptions, SpinnerOptions } from './types.js';
6
- declare const COLORS: {
7
- readonly reset: "\u001B[0m";
8
- readonly bold: "\u001B[1m";
9
- readonly dim: "\u001B[2m";
10
- readonly italic: "\u001B[3m";
11
- readonly underline: "\u001B[4m";
12
- readonly black: "\u001B[30m";
13
- readonly red: "\u001B[31m";
14
- readonly green: "\u001B[32m";
15
- readonly yellow: "\u001B[33m";
16
- readonly blue: "\u001B[34m";
17
- readonly magenta: "\u001B[35m";
18
- readonly cyan: "\u001B[36m";
19
- readonly white: "\u001B[37m";
20
- readonly gray: "\u001B[90m";
21
- readonly brightRed: "\u001B[91m";
22
- readonly brightGreen: "\u001B[92m";
23
- readonly brightYellow: "\u001B[93m";
24
- readonly brightBlue: "\u001B[94m";
25
- readonly brightMagenta: "\u001B[95m";
26
- readonly brightCyan: "\u001B[96m";
27
- readonly brightWhite: "\u001B[97m";
28
- readonly bgBlack: "\u001B[40m";
29
- readonly bgRed: "\u001B[41m";
30
- readonly bgGreen: "\u001B[42m";
31
- readonly bgYellow: "\u001B[43m";
32
- readonly bgBlue: "\u001B[44m";
33
- readonly bgMagenta: "\u001B[45m";
34
- readonly bgCyan: "\u001B[46m";
35
- readonly bgWhite: "\u001B[47m";
36
- };
37
- type ColorName = keyof typeof COLORS;
38
- export type VerbosityLevel = 'quiet' | 'normal' | 'verbose' | 'debug';
39
- export declare class OutputFormatter {
40
- private colorEnabled;
41
- private outputStream;
42
- private errorStream;
43
- private verbosity;
44
- constructor(options?: {
45
- color?: boolean;
46
- verbosity?: VerbosityLevel;
47
- });
48
- /**
49
- * Set verbosity level
50
- * - quiet: Only errors and direct results
51
- * - normal: Errors, warnings, info, and results
52
- * - verbose: All of normal + debug messages
53
- * - debug: All output including trace
54
- */
55
- setVerbosity(level: VerbosityLevel): void;
56
- getVerbosity(): VerbosityLevel;
57
- isQuiet(): boolean;
58
- isVerbose(): boolean;
59
- isDebug(): boolean;
60
- private supportsColor;
61
- color(text: string, ...colors: ColorName[]): string;
62
- bold(text: string): string;
63
- dim(text: string): string;
64
- success(text: string): string;
65
- error(text: string): string;
66
- warning(text: string): string;
67
- info(text: string): string;
68
- highlight(text: string): string;
69
- write(text: string): void;
70
- writeln(text?: string): void;
71
- writeError(text: string): void;
72
- writeErrorln(text?: string): void;
73
- printSuccess(message: string): void;
74
- printError(message: string, details?: string): void;
75
- printWarning(message: string): void;
76
- printInfo(message: string): void;
77
- printDebug(message: string): void;
78
- printTrace(message: string): void;
79
- table(options: TableOptions): string;
80
- printTable(options: TableOptions): void;
81
- private calculateColumnWidths;
82
- private createBorderLine;
83
- private alignText;
84
- private truncate;
85
- private stripAnsi;
86
- createProgress(options: ProgressOptions): Progress;
87
- progressBar(current: number, total: number, width?: number): string;
88
- createSpinner(options: SpinnerOptions): Spinner;
89
- json(data: unknown, pretty?: boolean): string;
90
- printJson(data: unknown, pretty?: boolean): void;
91
- list(items: string[], bullet?: string): string;
92
- printList(items: string[], bullet?: string): void;
93
- numberedList(items: string[]): string;
94
- printNumberedList(items: string[]): void;
95
- box(content: string, title?: string): string;
96
- printBox(content: string, title?: string): void;
97
- setColorEnabled(enabled: boolean): void;
98
- isColorEnabled(): boolean;
99
- }
100
- export declare class Progress {
101
- private current;
102
- private total;
103
- private width;
104
- private startTime;
105
- private formatter;
106
- private showPercentage;
107
- private showETA;
108
- private lastRender;
109
- constructor(formatter: OutputFormatter, options: ProgressOptions);
110
- update(current: number): void;
111
- increment(amount?: number): void;
112
- render(): void;
113
- finish(): void;
114
- private formatTime;
115
- }
116
- export declare class Spinner {
117
- private formatter;
118
- private text;
119
- private frames;
120
- private interval;
121
- private frameIndex;
122
- private static readonly SPINNERS;
123
- constructor(formatter: OutputFormatter, options: SpinnerOptions);
124
- start(): void;
125
- stop(message?: string): void;
126
- succeed(message?: string): void;
127
- fail(message?: string): void;
128
- private render;
129
- setText(text: string): void;
130
- }
131
- export declare const output: OutputFormatter;
132
- export {};
8
+ export * from '@claude-flow/cli-core/output';
133
9
  //# sourceMappingURL=output.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../../src/output.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../../src/output.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,8BAA8B,CAAC"}