@vreko/cli 3.3.3 → 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-FBC63LF4.js → InitApp-AHMZBKRK.js} +3 -3
- package/dist/{InitApp-FBC63LF4.js.map → InitApp-AHMZBKRK.js.map} +1 -1
- package/dist/{chunk-RCPWQ36A.js → chunk-EYOXOS45.js} +4 -4
- package/dist/{chunk-RCPWQ36A.js.map → chunk-EYOXOS45.js.map} +1 -1
- package/dist/{chunk-QIEETYCC.js → chunk-F2GMAVD5.js} +3 -3
- package/dist/{chunk-QIEETYCC.js.map → chunk-F2GMAVD5.js.map} +1 -1
- package/dist/{chunk-DAHUEGED.js → chunk-HME7USNG.js} +4 -4
- package/dist/{chunk-DAHUEGED.js.map → chunk-HME7USNG.js.map} +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/init-command-OGAPWXC3.js +7 -0
- package/dist/{init-command-3CV4NHKB.js.map → init-command-OGAPWXC3.js.map} +1 -1
- package/dist/{init-core-ZB2QKI5P.js → init-core-VFYBUSWP.js} +4 -4
- package/dist/{init-core-ZB2QKI5P.js.map → init-core-VFYBUSWP.js.map} +1 -1
- package/package.json +2 -2
- package/dist/init-command-3CV4NHKB.js +0 -7
- /package/dist/{._InitApp-FBC63LF4.js → ._InitApp-AHMZBKRK.js} +0 -0
- /package/dist/{._InitApp-FBC63LF4.js.map → ._InitApp-AHMZBKRK.js.map} +0 -0
- /package/dist/{._chunk-DAHUEGED.js → ._chunk-EYOXOS45.js} +0 -0
- /package/dist/{._chunk-DAHUEGED.js.map → ._chunk-EYOXOS45.js.map} +0 -0
- /package/dist/{._chunk-QIEETYCC.js → ._chunk-F2GMAVD5.js} +0 -0
- /package/dist/{._chunk-QIEETYCC.js.map → ._chunk-F2GMAVD5.js.map} +0 -0
- /package/dist/{._chunk-RCPWQ36A.js → ._chunk-HME7USNG.js} +0 -0
- /package/dist/{._chunk-RCPWQ36A.js.map → ._chunk-HME7USNG.js.map} +0 -0
- /package/dist/{._init-command-3CV4NHKB.js → ._init-command-OGAPWXC3.js} +0 -0
- /package/dist/{._init-command-3CV4NHKB.js.map → ._init-command-OGAPWXC3.js.map} +0 -0
- /package/dist/{._init-core-ZB2QKI5P.js → ._init-core-VFYBUSWP.js} +0 -0
- /package/dist/{._init-core-ZB2QKI5P.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: {
|
|
@@ -2543,7 +2543,7 @@ function createOnboardCommand() {
|
|
|
2543
2543
|
const quiet = !!options.quiet;
|
|
2544
2544
|
if (!quiet) console.log(chalk2.bold("\nVreko Onboarding\n"));
|
|
2545
2545
|
try {
|
|
2546
|
-
const { createInitCommand: createInitCommand3 } = await import('./init-command-
|
|
2546
|
+
const { createInitCommand: createInitCommand3 } = await import('./init-command-OGAPWXC3.js');
|
|
2547
2547
|
const initCmd = createInitCommand3();
|
|
2548
2548
|
const argv = [
|
|
2549
2549
|
"node",
|
|
@@ -55395,7 +55395,7 @@ function createDiagnosticsCommand() {
|
|
|
55395
55395
|
return diagnostics;
|
|
55396
55396
|
}
|
|
55397
55397
|
__name(createDiagnosticsCommand, "createDiagnosticsCommand");
|
|
55398
|
-
var cliVersion = "3.3.
|
|
55398
|
+
var cliVersion = "3.3.4" ;
|
|
55399
55399
|
function createDoctorCommand() {
|
|
55400
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) => {
|
|
55401
55401
|
if (options.syncConfig) {
|
|
@@ -56928,7 +56928,7 @@ function createUpgradeCommand() {
|
|
|
56928
56928
|
}
|
|
56929
56929
|
__name(createUpgradeCommand, "createUpgradeCommand");
|
|
56930
56930
|
async function getVersionInfo(canary = false) {
|
|
56931
|
-
const current = "3.3.
|
|
56931
|
+
const current = "3.3.4";
|
|
56932
56932
|
let latest = current;
|
|
56933
56933
|
try {
|
|
56934
56934
|
const tag = canary ? "canary" : "latest";
|
|
@@ -57771,7 +57771,7 @@ Sentry.init(createSentryConfig({
|
|
|
57771
57771
|
}));
|
|
57772
57772
|
async function createCLI() {
|
|
57773
57773
|
const program = new Command();
|
|
57774
|
-
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) => {
|
|
57775
57775
|
const opts = thisCommand.opts();
|
|
57776
57776
|
cliState.verbose = opts.verbose || false;
|
|
57777
57777
|
cliState.quiet = opts.quiet || false;
|