@vreko/cli 3.3.2 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{InitApp-ZMT3KED7.js → InitApp-AHMZBKRK.js} +3 -3
- package/dist/{InitApp-ZMT3KED7.js.map → InitApp-AHMZBKRK.js.map} +1 -1
- package/dist/{chunk-XB7D22SX.js → chunk-EYOXOS45.js} +4 -4
- package/dist/{chunk-XB7D22SX.js.map → chunk-EYOXOS45.js.map} +1 -1
- package/dist/{chunk-V2YKHPZH.js → chunk-F2GMAVD5.js} +3 -3
- package/dist/{chunk-V2YKHPZH.js.map → chunk-F2GMAVD5.js.map} +1 -1
- package/dist/{chunk-7TRHJ4SF.js → chunk-HME7USNG.js} +4 -4
- package/dist/{chunk-7TRHJ4SF.js.map → chunk-HME7USNG.js.map} +1 -1
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/dist/init-command-OGAPWXC3.js +7 -0
- package/dist/{init-command-WJMWYVZN.js.map → init-command-OGAPWXC3.js.map} +1 -1
- package/dist/{init-core-DX4VN3IY.js → init-core-VFYBUSWP.js} +4 -4
- package/dist/{init-core-DX4VN3IY.js.map → init-core-VFYBUSWP.js.map} +1 -1
- package/package.json +3 -3
- package/dist/init-command-WJMWYVZN.js +0 -7
- /package/dist/{._InitApp-ZMT3KED7.js → ._InitApp-AHMZBKRK.js} +0 -0
- /package/dist/{._InitApp-ZMT3KED7.js.map → ._InitApp-AHMZBKRK.js.map} +0 -0
- /package/dist/{._chunk-7TRHJ4SF.js → ._chunk-EYOXOS45.js} +0 -0
- /package/dist/{._chunk-7TRHJ4SF.js.map → ._chunk-EYOXOS45.js.map} +0 -0
- /package/dist/{._chunk-V2YKHPZH.js → ._chunk-F2GMAVD5.js} +0 -0
- /package/dist/{._chunk-V2YKHPZH.js.map → ._chunk-F2GMAVD5.js.map} +0 -0
- /package/dist/{._chunk-XB7D22SX.js → ._chunk-HME7USNG.js} +0 -0
- /package/dist/{._chunk-XB7D22SX.js.map → ._chunk-HME7USNG.js.map} +0 -0
- /package/dist/{._init-command-WJMWYVZN.js → ._init-command-OGAPWXC3.js} +0 -0
- /package/dist/{._init-command-WJMWYVZN.js.map → ._init-command-OGAPWXC3.js.map} +0 -0
- /package/dist/{._init-core-DX4VN3IY.js → ._init-core-VFYBUSWP.js} +0 -0
- /package/dist/{._init-core-DX4VN3IY.js.map → ._init-core-VFYBUSWP.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -3,14 +3,14 @@ import { Sentry, createSentryConfig } from './chunk-YPTTIXKC.js';
|
|
|
3
3
|
import { detectOrphans } from './chunk-53CCA4NS.js';
|
|
4
4
|
import './chunk-ZIIRQODJ.js';
|
|
5
5
|
import { readDashboardDescriptor } from './chunk-I4LIA7HE.js';
|
|
6
|
-
import { generateClaudeIntegration, createHooksCommand } from './chunk-
|
|
6
|
+
import { generateClaudeIntegration, createHooksCommand } from './chunk-HME7USNG.js';
|
|
7
7
|
import { cliState } from './chunk-GRMRYWYS.js';
|
|
8
8
|
export { cliState } from './chunk-GRMRYWYS.js';
|
|
9
9
|
import { resolveWorkspaceRoot, findWorkspaceRoot } from './chunk-MWTSOZTM.js';
|
|
10
10
|
import { isVrekoInitialized, getWorkspaceDir, getViolations, getProtectedFiles, appendVrekoJsonl, getCredentials, createGlobalDirectory, saveCredentials, clearCredentials, getWorkspaceVitals, saveProtectedFiles, getCurrentSession, endCurrentSession, isLoggedIn, getWorkspaceConfig, recordLearning, getLearnings, readVrekoJson, recordViolation, writeVrekoJson, getGlobalPath, getGlobalDir, saveCurrentSession, loadVrekoJsonl, getGlobalConfig, saveGlobalConfig, saveWorkspaceConfig } from './chunk-P4EZUU47.js';
|
|
11
|
-
import { connectToDaemon, isDaemonAvailable, withDaemon, getDaemonClient, withDaemonOptional, disconnectFromDaemon, isDaemonConnected } from './chunk-
|
|
11
|
+
import { connectToDaemon, isDaemonAvailable, withDaemon, getDaemonClient, withDaemonOptional, disconnectFromDaemon, isDaemonConnected } from './chunk-F2GMAVD5.js';
|
|
12
12
|
import { JsonRpcClientError, getDefaultSocketPath, createServiceClient, connectServiceClient, createSessionViaDaemon, endSessionViaDaemon, WorkspaceStatusOutput, isServiceRunning, VrekoLocalClient, readServicePid, isServiceHealthy, StartStatusOutput, getLogPath, formatDuration, formatBytes, getServiceSocketPath, getServicePidPath } from './chunk-AV5Y3YR6.js';
|
|
13
|
-
import { createInitCommand } from './chunk-
|
|
13
|
+
import { createInitCommand } from './chunk-EYOXOS45.js';
|
|
14
14
|
import { isInteractive, getRenderMode } from './chunk-H7773ONB.js';
|
|
15
15
|
import './chunk-DMXC2JTC.js';
|
|
16
16
|
import { isRedisAvailable, getCache, setCache } from './chunk-3KKPXC3D.js';
|
|
@@ -72,7 +72,7 @@ var require_package = __commonJS({
|
|
|
72
72
|
"package.json"(exports, module) {
|
|
73
73
|
module.exports = {
|
|
74
74
|
name: "@vreko/cli",
|
|
75
|
-
version: "3.3.
|
|
75
|
+
version: "3.3.4",
|
|
76
76
|
description: "Vreko CLI \u2014 AI-aware developer intelligence for the command line",
|
|
77
77
|
homepage: "https://vreko.dev",
|
|
78
78
|
repository: {
|
|
@@ -191,6 +191,7 @@ var require_package = __commonJS({
|
|
|
191
191
|
},
|
|
192
192
|
bundledDependencies: [
|
|
193
193
|
"@asteasolutions/zod-to-openapi",
|
|
194
|
+
"@sentry/node",
|
|
194
195
|
"@vreko/auth",
|
|
195
196
|
"@vreko/claims-ledger",
|
|
196
197
|
"@vreko/intelligence",
|
|
@@ -2542,7 +2543,7 @@ function createOnboardCommand() {
|
|
|
2542
2543
|
const quiet = !!options.quiet;
|
|
2543
2544
|
if (!quiet) console.log(chalk2.bold("\nVreko Onboarding\n"));
|
|
2544
2545
|
try {
|
|
2545
|
-
const { createInitCommand: createInitCommand3 } = await import('./init-command-
|
|
2546
|
+
const { createInitCommand: createInitCommand3 } = await import('./init-command-OGAPWXC3.js');
|
|
2546
2547
|
const initCmd = createInitCommand3();
|
|
2547
2548
|
const argv = [
|
|
2548
2549
|
"node",
|
|
@@ -55394,7 +55395,7 @@ function createDiagnosticsCommand() {
|
|
|
55394
55395
|
return diagnostics;
|
|
55395
55396
|
}
|
|
55396
55397
|
__name(createDiagnosticsCommand, "createDiagnosticsCommand");
|
|
55397
|
-
var cliVersion = "3.3.
|
|
55398
|
+
var cliVersion = "3.3.4" ;
|
|
55398
55399
|
function createDoctorCommand() {
|
|
55399
55400
|
return new Command("doctor").description("Diagnose Vreko installation and ecosystem health").option("--json", "Output structured JSON result").option("--local", "Skip network checks").option("--check <system>", "Check specific subsystem (cli|service|workspace|knowledge|mcp|network|auth|extension)").option("--fix", "Attempt automatic repair for known issues").option("--sync-config", "Trigger immediate fingerprint config sync from cloud").option("-q, --quiet", "Only show failures").option("-v, --verbose", "Show all check details").action(async (options) => {
|
|
55400
55401
|
if (options.syncConfig) {
|
|
@@ -56927,7 +56928,7 @@ function createUpgradeCommand() {
|
|
|
56927
56928
|
}
|
|
56928
56929
|
__name(createUpgradeCommand, "createUpgradeCommand");
|
|
56929
56930
|
async function getVersionInfo(canary = false) {
|
|
56930
|
-
const current = "3.3.
|
|
56931
|
+
const current = "3.3.4";
|
|
56931
56932
|
let latest = current;
|
|
56932
56933
|
try {
|
|
56933
56934
|
const tag = canary ? "canary" : "latest";
|
|
@@ -57770,7 +57771,7 @@ Sentry.init(createSentryConfig({
|
|
|
57770
57771
|
}));
|
|
57771
57772
|
async function createCLI() {
|
|
57772
57773
|
const program = new Command();
|
|
57773
|
-
program.name("vreko").description("Intelligence-driven development - observe, learn, and surface warnings before the next mistake").version("3.3.
|
|
57774
|
+
program.name("vreko").description("Intelligence-driven development - observe, learn, and surface warnings before the next mistake").version("3.3.4", "-v, --version", "Display version number").helpOption("-h, --help", "Display help for command").addOption(new Option("--verbose", "Enable verbose output").env("VREKO_VERBOSE").default(process.env.VREKO_VERBOSE ?? false)).addOption(new Option("-q, --quiet", "Suppress non-essential output").default(false)).addOption(new Option("--no-color", "Disable colored output").env("NO_COLOR").default(false)).addOption(new Option("--debug", "Enable debug mode with detailed logging").env("VREKO_DEBUG").default(process.env.VREKO_DEBUG ?? false)).addOption(new Option("--json", "Output in JSON format for LLM consumption").env("VREKO_JSON").default(process.env.VREKO_JSON ?? false)).addOption(new Option("--plain", "Disable TUI; output JSON for scripts and CI (same as VREKO_PLAIN=1)").env("VREKO_PLAIN").default(process.env.VREKO_PLAIN ?? false)).addOption(new Option("-y, --yes", "Skip confirmation prompts (for CI/automation)").default(false)).hook("preAction", (thisCommand) => {
|
|
57774
57775
|
const opts = thisCommand.opts();
|
|
57775
57776
|
cliState.verbose = opts.verbose || false;
|
|
57776
57777
|
cliState.quiet = opts.quiet || false;
|