@wrongstack/cli 0.318.0 → 0.319.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.
- package/data/providers.json +1 -22
- package/dist/{acp-CEQINXWB.js → acp-5ANIAOZC.js} +4 -4
- package/dist/arg-parser.d.ts +4 -0
- package/dist/{auth-3OSF6BMU.js → auth-ND7J7DTD.js} +10 -10
- package/dist/{chunk-QC5I4VWZ.js → chunk-635WW3II.js} +8 -14
- package/dist/{chunk-7CECQDNH.js → chunk-D3K4NYQL.js} +1 -1
- package/dist/{chunk-QYIIOMLE.js → chunk-E4I2TF5S.js} +2 -2
- package/dist/{chunk-4JRIWVJ4.js → chunk-ERX4BLKP.js} +1 -1
- package/dist/{chunk-37SPPLUD.js → chunk-F5GA2QW2.js} +15 -2
- package/dist/chunk-GGGUZSAU.js +235 -0
- package/dist/{chunk-GKHUHAIK.js → chunk-HF5VQWIY.js} +5 -5
- package/dist/{chunk-YX6KUIDF.js → chunk-IMT6PNV5.js} +861 -29
- package/dist/{chunk-G7337TTK.js → chunk-IS2PPBQV.js} +1 -1
- package/dist/{chunk-G3IMKQRH.js → chunk-JHPXJRRI.js} +1 -1
- package/dist/chunk-KYDJJLJI.js +52 -0
- package/dist/chunk-LIWVIEZM.js +46 -0
- package/dist/chunk-P2OKBDCH.js +1166 -0
- package/dist/chunk-PCBJSXYV.js +65 -0
- package/dist/{chunk-7JBKXVMK.js → chunk-TALOKMIC.js} +14 -18
- package/dist/{chunk-KG4X5F7Z.js → chunk-VFCJOWJB.js} +10 -12
- package/dist/{chunk-SYIBTG3X.js → chunk-VOTTENR5.js} +3 -5
- package/dist/chunk-WHOIR577.js +1 -0
- package/dist/{chunk-2ZNBRZ4W.js → chunk-WQZW3RDP.js} +2 -2
- package/dist/{chunk-BXFYBQKR.js → chunk-XPX432BZ.js} +8 -1
- package/dist/cli-context-K73EIND5.js +3369 -0
- package/dist/{cli-main-ILRTNPDP.js → cli-main-QXSKKANW.js} +84 -93
- package/dist/{diag-doctor-LFCCBPMD.js → diag-doctor-QZVKUAE5.js} +4 -5
- package/dist/{execution-BN4QIFH6.js → execution-7ZFY4FJY.js} +499 -473
- package/dist/{hq-3GWBFLON.js → hq-4QQJO2GN.js} +2 -2
- package/dist/hq-server/routes.d.ts +1 -1
- package/dist/{hq-server-OARPUSQJ.js → hq-server-CVAYICIS.js} +2 -2
- package/dist/index.js +20 -4440
- package/dist/{modeldiag-4NYBRSFP.js → modeldiag-ZL4ROTQ5.js} +2 -2
- package/dist/per-subcommand-help-6VCIKDUW.js +23 -0
- package/dist/{plugin-usage-AP7SJCDA.js → plugin-usage-7WCZW4NP.js} +2 -2
- package/dist/{plugins-HQ5FU2AM.js → plugins-7N3TF2QF.js} +3 -3
- package/dist/pre-launch/first-run.d.ts +51 -0
- package/dist/pre-launch.d.ts +1 -0
- package/dist/{project-manifest-YFTJ3D5N.js → project-manifest-RV5FXGQI.js} +2 -2
- package/dist/{project-picker-R5TYAE3Q.js → project-picker-CCQR3W4I.js} +3 -3
- package/dist/{providers-models-663NDPRQ.js → providers-models-OKKQZIWU.js} +2 -2
- package/dist/{proxy-wiring-EQB5X5YH.js → proxy-wiring-QCI7EWQC.js} +3 -3
- package/dist/{sdd-runtime-FLKCSTYV.js → sdd-runtime-R6FAK2G2.js} +2 -2
- package/dist/services/sdd-runtime.d.ts +1 -1
- package/dist/{sessions-config-P2LK2L32.js → sessions-config-KAMEBVOX.js} +4 -4
- package/dist/short-circuit-flags-7YUCERBB.js +11 -0
- package/dist/slash-commands/sdd.d.ts +1 -1
- package/dist/subcommands-KE6MEQQP.js +10 -0
- package/dist/{webui-server-OJLLM6PE.js → webui-server-F7MSRHOF.js} +8 -6
- package/dist/wiring/wrongtrace-gate.d.ts +2 -2
- package/dist/wiring/wrongtrace-hooks.d.ts +1 -1
- package/dist/{wrongtrace-gate-counters-P5BCBXQN.js → wrongtrace-gate-counters-GSVY372D.js} +2 -2
- package/dist/{wrongtrace-telemetry-FNLANZ5I.js → wrongtrace-telemetry-KBBM5NLQ.js} +2 -2
- package/package.json +28 -28
- package/dist/chunk-ALE5KHCA.js +0 -1
- package/dist/chunk-L6ZNCTRJ.js +0 -1067
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
mutateConfigProviders,
|
|
9
9
|
normalizeKeys,
|
|
10
10
|
writeKeysBack
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-XPX432BZ.js";
|
|
12
12
|
import "./chunk-7OCVIDC7.js";
|
|
13
13
|
|
|
14
14
|
// src/subcommands/handlers/modeldiag.ts
|
|
@@ -1323,4 +1323,4 @@ var modeldiagCmd = async (args, deps) => {
|
|
|
1323
1323
|
export {
|
|
1324
1324
|
modeldiagCmd
|
|
1325
1325
|
};
|
|
1326
|
-
//# sourceMappingURL=modeldiag-
|
|
1326
|
+
//# sourceMappingURL=modeldiag-ZL4ROTQ5.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import {
|
|
2
|
+
deepSubcommandsWithFocusedHelp,
|
|
3
|
+
renderBlockToString,
|
|
4
|
+
renderDeepHelp,
|
|
5
|
+
renderDeepHelpToString,
|
|
6
|
+
renderFocusedHelp,
|
|
7
|
+
renderFocusedHelpToString,
|
|
8
|
+
renderGenericHelp,
|
|
9
|
+
subcommandsWithFocusedHelp
|
|
10
|
+
} from "./chunk-P2OKBDCH.js";
|
|
11
|
+
import "./chunk-2VMJ3E5Z.js";
|
|
12
|
+
import "./chunk-7OCVIDC7.js";
|
|
13
|
+
export {
|
|
14
|
+
deepSubcommandsWithFocusedHelp,
|
|
15
|
+
renderBlockToString,
|
|
16
|
+
renderDeepHelp,
|
|
17
|
+
renderDeepHelpToString,
|
|
18
|
+
renderFocusedHelp,
|
|
19
|
+
renderFocusedHelpToString,
|
|
20
|
+
renderGenericHelp,
|
|
21
|
+
subcommandsWithFocusedHelp
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=per-subcommand-help-6VCIKDUW.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runPluginManagementCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-635WW3II.js";
|
|
4
4
|
import {
|
|
5
5
|
restoreFlags
|
|
6
6
|
} from "./chunk-CSAPOCBP.js";
|
|
@@ -41,4 +41,4 @@ export {
|
|
|
41
41
|
pluginCmd,
|
|
42
42
|
usageCmd
|
|
43
43
|
};
|
|
44
|
-
//# sourceMappingURL=plugin-usage-
|
|
44
|
+
//# sourceMappingURL=plugin-usage-7WCZW4NP.js.map
|
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
pluginNameFromSpec,
|
|
7
7
|
setupPlugins,
|
|
8
8
|
warnIfDeprecatedPluginName
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-QC5I4VWZ.js";
|
|
9
|
+
} from "./chunk-HF5VQWIY.js";
|
|
11
10
|
import "./chunk-TYO2OVAD.js";
|
|
11
|
+
import "./chunk-635WW3II.js";
|
|
12
12
|
import "./chunk-7OCVIDC7.js";
|
|
13
13
|
export {
|
|
14
14
|
BUILTIN_PLUGIN_FACTORIES,
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
setupPlugins,
|
|
20
20
|
warnIfDeprecatedPluginName
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=plugins-
|
|
22
|
+
//# sourceMappingURL=plugins-7N3TF2QF.js.map
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { Config, ModelsRegistry, SecretVault } from '@wrongstack/core/types';
|
|
2
|
+
import type { ReadlineInputReader } from '../input-reader.js';
|
|
3
|
+
import type { TerminalRenderer } from '../renderer.js';
|
|
4
|
+
/**
|
|
5
|
+
* Does this machine have ANY way to reach a model right now?
|
|
6
|
+
*
|
|
7
|
+
* Three independent sources, checked cheapest-first:
|
|
8
|
+
* 1. A saved provider carrying a key or an OAuth token (`apiKeys[]`), or a
|
|
9
|
+
* keyless loopback gateway (Ollama / LM Studio / vLLM / OmniRoute).
|
|
10
|
+
* 2. An env var named by a provider WrongStack ships a definition for. This
|
|
11
|
+
* list is local and always complete, so it answers correctly offline and
|
|
12
|
+
* even when the catalog has been pruned.
|
|
13
|
+
* 3. An env var named by a catalog provider — covers providers that exist
|
|
14
|
+
* only in models.dev. Skipped without complaint when the catalog is
|
|
15
|
+
* unavailable; sources 1 and 2 already cover the common cases.
|
|
16
|
+
*
|
|
17
|
+
* Deliberately generous: a false positive only means the user sees the normal
|
|
18
|
+
* picker (which they can still act on), while a false negative would push a
|
|
19
|
+
* configured user through an onboarding screen they do not need.
|
|
20
|
+
*/
|
|
21
|
+
export declare function hasAnyCredential(config: Config, modelsRegistry: ModelsRegistry, env?: Readonly<Record<string, string | undefined>>): Promise<boolean>;
|
|
22
|
+
export type FirstRunOutcome =
|
|
23
|
+
/** A credential was added. The caller must reload config from disk. */
|
|
24
|
+
{
|
|
25
|
+
kind: 'configured';
|
|
26
|
+
}
|
|
27
|
+
/** User chose to continue with no model connected. */
|
|
28
|
+
| {
|
|
29
|
+
kind: 'setup-mode';
|
|
30
|
+
}
|
|
31
|
+
/** User quit. The caller should exit 0 — this is not an error. */
|
|
32
|
+
| {
|
|
33
|
+
kind: 'quit';
|
|
34
|
+
};
|
|
35
|
+
export interface FirstRunDeps {
|
|
36
|
+
renderer: TerminalRenderer;
|
|
37
|
+
reader: ReadlineInputReader;
|
|
38
|
+
modelsRegistry: ModelsRegistry;
|
|
39
|
+
vault: SecretVault;
|
|
40
|
+
profileConfigPath: string;
|
|
41
|
+
/** Re-read after each auth flow so the loop can tell whether it succeeded. */
|
|
42
|
+
reloadConfig: () => Promise<Config>;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Run the first-run gate. Loops until the user configures a credential,
|
|
46
|
+
* chooses setup mode, or quits — a failed or abandoned auth flow returns here
|
|
47
|
+
* rather than falling through to the picker, which would be the same dead end
|
|
48
|
+
* this screen exists to remove.
|
|
49
|
+
*/
|
|
50
|
+
export declare function runFirstRunSetup(deps: FirstRunDeps): Promise<FirstRunOutcome>;
|
|
51
|
+
//# sourceMappingURL=first-run.d.ts.map
|
package/dist/pre-launch.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { type FirstRunDeps, type FirstRunOutcome, hasAnyCredential, runFirstRunSetup, } from './pre-launch/first-run.js';
|
|
1
2
|
export { LaunchAbortedError, type LaunchModeChoices, persistLaunchChoices, runLaunchPrompts, } from './pre-launch/launch-prompts.js';
|
|
2
3
|
export { detectProjectKind, type ProjectKind, runProjectCheck, } from './pre-launch/project-check.js';
|
|
3
4
|
//# sourceMappingURL=pre-launch.d.ts.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
loadManifest,
|
|
6
6
|
saveManifest,
|
|
7
7
|
touchProjectInManifest
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-IS2PPBQV.js";
|
|
9
9
|
import "./chunk-7OCVIDC7.js";
|
|
10
10
|
export {
|
|
11
11
|
ensureProjectDataDir,
|
|
@@ -15,4 +15,4 @@ export {
|
|
|
15
15
|
saveManifest,
|
|
16
16
|
touchProjectInManifest
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=project-manifest-
|
|
18
|
+
//# sourceMappingURL=project-manifest-RV5FXGQI.js.map
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
filterItems,
|
|
5
5
|
runProjectPicker,
|
|
6
6
|
skipDivider
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-WQZW3RDP.js";
|
|
8
|
+
import "./chunk-IS2PPBQV.js";
|
|
9
9
|
import "./chunk-7OCVIDC7.js";
|
|
10
10
|
export {
|
|
11
11
|
buildPickerItems,
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
runProjectPicker,
|
|
15
15
|
skipDivider
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=project-picker-
|
|
17
|
+
//# sourceMappingURL=project-picker-CCQR3W4I.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-YMXXOOFN.js";
|
|
7
7
|
import {
|
|
8
8
|
mutateConfigProviders
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XPX432BZ.js";
|
|
10
10
|
import "./chunk-7OCVIDC7.js";
|
|
11
11
|
|
|
12
12
|
// src/subcommands/handlers/providers-models.ts
|
|
@@ -661,4 +661,4 @@ export {
|
|
|
661
661
|
modelsCmd,
|
|
662
662
|
providersCmd
|
|
663
663
|
};
|
|
664
|
-
//# sourceMappingURL=providers-models-
|
|
664
|
+
//# sourceMappingURL=providers-models-OKKQZIWU.js.map
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
awaitFirstWrongProxyProbe,
|
|
4
4
|
bootstrapWrongProxy,
|
|
5
5
|
shutdownWrongProxy
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-VOTTENR5.js";
|
|
7
|
+
import "./chunk-JHPXJRRI.js";
|
|
8
8
|
import "./chunk-7OCVIDC7.js";
|
|
9
9
|
export {
|
|
10
10
|
applyWrongProxyPrefs,
|
|
@@ -12,4 +12,4 @@ export {
|
|
|
12
12
|
bootstrapWrongProxy,
|
|
13
13
|
shutdownWrongProxy
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=proxy-wiring-
|
|
15
|
+
//# sourceMappingURL=proxy-wiring-QCI7EWQC.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-WHOIR577.js";
|
|
2
2
|
import {
|
|
3
3
|
SDDState,
|
|
4
4
|
advanceToNextTask,
|
|
@@ -49,4 +49,4 @@ export {
|
|
|
49
49
|
trySaveSpecFromAIOutput,
|
|
50
50
|
trySaveTasksFromAIOutput
|
|
51
51
|
};
|
|
52
|
-
//# sourceMappingURL=sdd-runtime-
|
|
52
|
+
//# sourceMappingURL=sdd-runtime-R6FAK2G2.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { findSpec, gatherProjectContext, getActiveBuilder, getActiveSDDContext, getActiveSDDPhase, } from './sdd/project-context.js';
|
|
2
2
|
export { autoDetectTaskCompletion, isExplanatoryText, trySaveImplementationPlan, trySaveSpecFromAIOutput, } from './sdd/spec-detection.js';
|
|
3
3
|
export { getSessionState, SDDState, sddState } from './sdd/state.js';
|
|
4
|
-
export { advanceToNextTask, formatElapsed, getCurrentExecutingContext, getTaskGraphId, getTaskListText, getTaskProgress, getTaskTrackerExport as getTaskTracker, getTaskTrackerExport, markTaskCompleted, renderTaskListWithProgress, trySaveTasksFromAIOutput } from './sdd/task-manager.js';
|
|
4
|
+
export { advanceToNextTask, formatElapsed, getCurrentExecutingContext, getTaskGraphId, getTaskListText, getTaskProgress, getTaskTrackerExport as getTaskTracker, getTaskTrackerExport, markTaskCompleted, renderTaskListWithProgress, trySaveTasksFromAIOutput, } from './sdd/task-manager.js';
|
|
5
5
|
//# sourceMappingURL=sdd-runtime.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
restoreFlags
|
|
3
|
-
} from "./chunk-CSAPOCBP.js";
|
|
4
1
|
import {
|
|
5
2
|
getHistoryEntry,
|
|
6
3
|
listHistory,
|
|
7
4
|
restoreFromHistory,
|
|
8
5
|
restoreLast
|
|
9
6
|
} from "./chunk-B4JLSXZB.js";
|
|
7
|
+
import {
|
|
8
|
+
restoreFlags
|
|
9
|
+
} from "./chunk-CSAPOCBP.js";
|
|
10
10
|
import {
|
|
11
11
|
activeProfileConfigPath
|
|
12
12
|
} from "./chunk-YMXXOOFN.js";
|
|
@@ -419,4 +419,4 @@ export {
|
|
|
419
419
|
configCmd,
|
|
420
420
|
sessionsCmd
|
|
421
421
|
};
|
|
422
|
-
//# sourceMappingURL=sessions-config-
|
|
422
|
+
//# sourceMappingURL=sessions-config-KAMEBVOX.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import {
|
|
2
|
+
handleHelpVersionShortCircuit
|
|
3
|
+
} from "./chunk-LIWVIEZM.js";
|
|
4
|
+
import "./chunk-QAC263FZ.js";
|
|
5
|
+
import "./chunk-XJXDOF63.js";
|
|
6
|
+
import "./chunk-GGGUZSAU.js";
|
|
7
|
+
import "./chunk-7OCVIDC7.js";
|
|
8
|
+
export {
|
|
9
|
+
handleHelpVersionShortCircuit
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=short-circuit-flags-7YUCERBB.js.map
|
|
@@ -5,7 +5,7 @@ export type { TaskProgress } from '@wrongstack/core/types';
|
|
|
5
5
|
export { findSpec, gatherProjectContext, getActiveBuilder, getActiveSDDContext, getActiveSDDPhase, } from '../services/sdd/project-context.js';
|
|
6
6
|
export { autoDetectTaskCompletion, isExplanatoryText, trySaveImplementationPlan, trySaveSpecFromAIOutput, } from '../services/sdd/spec-detection.js';
|
|
7
7
|
export { SDDState, sddState } from '../services/sdd/state.js';
|
|
8
|
-
export { advanceToNextTask, formatElapsed, getCurrentExecutingContext, getTaskGraphId, getTaskListText, getTaskProgress, getTaskTrackerExport, markTaskCompleted, renderTaskListWithProgress, trySaveTasksFromAIOutput } from '../services/sdd/task-manager.js';
|
|
8
|
+
export { advanceToNextTask, formatElapsed, getCurrentExecutingContext, getTaskGraphId, getTaskListText, getTaskProgress, getTaskTrackerExport, markTaskCompleted, renderTaskListWithProgress, trySaveTasksFromAIOutput, } from '../services/sdd/task-manager.js';
|
|
9
9
|
export { renderProgress };
|
|
10
10
|
export declare function getTaskTracker(): TaskTracker | null;
|
|
11
11
|
/**
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createHqCommandDispatcher
|
|
3
3
|
} from "./chunk-7YLN7YUA.js";
|
|
4
|
+
import {
|
|
5
|
+
WEBUI_SESSION_CHILD_CAPABILITIES
|
|
6
|
+
} from "./chunk-GPPRNAKW.js";
|
|
4
7
|
import {
|
|
5
8
|
createKanbanRunMirror
|
|
6
9
|
} from "./chunk-VCYZ3WZV.js";
|
|
7
10
|
import {
|
|
8
11
|
startCliHqConnection
|
|
9
12
|
} from "./chunk-XYKYXFEE.js";
|
|
10
|
-
import {
|
|
11
|
-
WEBUI_SESSION_CHILD_CAPABILITIES
|
|
12
|
-
} from "./chunk-GPPRNAKW.js";
|
|
13
13
|
import {
|
|
14
14
|
loadConfigProviders,
|
|
15
15
|
mutateConfigProviders
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-XPX432BZ.js";
|
|
17
17
|
import "./chunk-7OCVIDC7.js";
|
|
18
18
|
|
|
19
19
|
// src/webui-server.ts
|
|
@@ -1303,7 +1303,9 @@ async function runWebUI(opts) {
|
|
|
1303
1303
|
const terminalLogView = startTerminalDashboard({
|
|
1304
1304
|
title: surface === "simpleui" ? "SimpleUI" : "WebUI",
|
|
1305
1305
|
quiet: !envFlag("WEBUI_LOGS"),
|
|
1306
|
-
|
|
1306
|
+
// The dashboard is operator-owned terminal output, so retain the full
|
|
1307
|
+
// authenticated access URL here even though startup logs remain redacted.
|
|
1308
|
+
getUrl: () => accessUrl
|
|
1307
1309
|
});
|
|
1308
1310
|
const strictPort = opts.strictPort ?? isStrictPort();
|
|
1309
1311
|
let httpPort = requestedHttpPort;
|
|
@@ -1910,4 +1912,4 @@ async function runWebUI(opts) {
|
|
|
1910
1912
|
export {
|
|
1911
1913
|
runWebUI
|
|
1912
1914
|
};
|
|
1913
|
-
//# sourceMappingURL=webui-server-
|
|
1915
|
+
//# sourceMappingURL=webui-server-F7MSRHOF.js.map
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
* working unchanged through this shim. NOTE: this is NOT core/utils'
|
|
9
9
|
* `withFileLock` (a local file lock) — same name, different mechanism.
|
|
10
10
|
*/
|
|
11
|
-
export { getWrongTrace, preflightFileEdit, resetWrongTraceGate, withFileLock, } from
|
|
12
|
-
export type { PreflightOptions, PreflightVerdict } from
|
|
11
|
+
export { getWrongTrace, preflightFileEdit, resetWrongTraceGate, withFileLock, } from '@wrongstack/wrongtrace';
|
|
12
|
+
export type { PreflightOptions, PreflightVerdict } from '@wrongstack/wrongtrace';
|
|
13
13
|
//# sourceMappingURL=wrongtrace-gate.d.ts.map
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* shared by every host process that executes tools.
|
|
5
5
|
*/
|
|
6
6
|
export { createWrongTraceHookPair } from '@wrongstack/wrongtrace';
|
|
7
|
-
export type { WrongTraceGateDecisionEvent, WrongTraceHookInput, WrongTraceHookOptions, WrongTraceHookPair, WrongTracePreToolUseOutcome, } from
|
|
7
|
+
export type { WrongTraceGateDecisionEvent, WrongTraceHookInput, WrongTraceHookOptions, WrongTraceHookPair, WrongTracePreToolUseOutcome, } from '@wrongstack/wrongtrace';
|
|
8
8
|
//# sourceMappingURL=wrongtrace-hooks.d.ts.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
recordGateDecision,
|
|
8
8
|
resetGateDecisions,
|
|
9
9
|
snapshotGateDecisions
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-D3K4NYQL.js";
|
|
11
11
|
import "./chunk-7OCVIDC7.js";
|
|
12
12
|
export {
|
|
13
13
|
countersFilePath,
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
resetGateDecisions,
|
|
20
20
|
snapshotGateDecisions
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=wrongtrace-gate-counters-
|
|
22
|
+
//# sourceMappingURL=wrongtrace-gate-counters-GSVY372D.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getWrongTrace
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ERX4BLKP.js";
|
|
4
4
|
import "./chunk-7OCVIDC7.js";
|
|
5
5
|
|
|
6
6
|
// src/wiring/wrongtrace-telemetry.ts
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
buildWrongTraceTelemetryReport,
|
|
32
32
|
reportWrongTraceSessionTelemetry
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=wrongtrace-telemetry-
|
|
34
|
+
//# sourceMappingURL=wrongtrace-telemetry-KBBM5NLQ.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wrongstack/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.319.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "WrongStack CLI — terminal AI coding agent with provider catalog from models.dev. Provides `wrongstack` and `wstack` binaries.",
|
|
6
6
|
"keywords": [
|
|
@@ -41,36 +41,36 @@
|
|
|
41
41
|
"data"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@wrongstack/acp": "0.
|
|
45
|
-
"@wrongstack/bench": "0.
|
|
46
|
-
"@wrongstack/core": "0.
|
|
47
|
-
"@wrongstack/primitives": "0.
|
|
48
|
-
"@wrongstack/kanban": "0.
|
|
49
|
-
"@wrongstack/mcp": "0.
|
|
50
|
-
"@wrongstack/persistence": "0.
|
|
51
|
-
"@wrongstack/plug-lsp": "0.
|
|
52
|
-
"@wrongstack/plugins": "0.
|
|
53
|
-
"@wrongstack/providers": "0.
|
|
54
|
-
"@wrongstack/requirement-intake": "0.
|
|
55
|
-
"@wrongstack/runtime": "0.
|
|
56
|
-
"@wrongstack/sage": "0.
|
|
57
|
-
"@wrongstack/sdd": "0.
|
|
58
|
-
"@wrongstack/security-scanner": "0.
|
|
59
|
-
"@wrongstack/simpleui": "0.
|
|
60
|
-
"@wrongstack/techstack": "0.
|
|
61
|
-
"@wrongstack/telegram": "0.
|
|
62
|
-
"@wrongstack/tools": "0.
|
|
63
|
-
"@wrongstack/tui": "0.
|
|
64
|
-
"@wrongstack/vector-memory": "0.
|
|
65
|
-
"@wrongstack/webui": "0.
|
|
66
|
-
"@wrongstack/webui-hq": "0.
|
|
67
|
-
"@wrongstack/webui-protocol": "0.
|
|
68
|
-
"@wrongstack/wrongtrace": "0.
|
|
69
|
-
"@wrongstack/webui-server": "0.
|
|
44
|
+
"@wrongstack/acp": "0.319.1",
|
|
45
|
+
"@wrongstack/bench": "0.319.1",
|
|
46
|
+
"@wrongstack/core": "0.319.1",
|
|
47
|
+
"@wrongstack/primitives": "0.319.1",
|
|
48
|
+
"@wrongstack/kanban": "0.319.1",
|
|
49
|
+
"@wrongstack/mcp": "0.319.1",
|
|
50
|
+
"@wrongstack/persistence": "0.319.1",
|
|
51
|
+
"@wrongstack/plug-lsp": "0.319.1",
|
|
52
|
+
"@wrongstack/plugins": "0.319.1",
|
|
53
|
+
"@wrongstack/providers": "0.319.1",
|
|
54
|
+
"@wrongstack/requirement-intake": "0.319.1",
|
|
55
|
+
"@wrongstack/runtime": "0.319.1",
|
|
56
|
+
"@wrongstack/sage": "0.319.1",
|
|
57
|
+
"@wrongstack/sdd": "0.319.1",
|
|
58
|
+
"@wrongstack/security-scanner": "0.319.1",
|
|
59
|
+
"@wrongstack/simpleui": "0.319.1",
|
|
60
|
+
"@wrongstack/techstack": "0.319.1",
|
|
61
|
+
"@wrongstack/telegram": "0.319.1",
|
|
62
|
+
"@wrongstack/tools": "0.319.1",
|
|
63
|
+
"@wrongstack/tui": "0.319.1",
|
|
64
|
+
"@wrongstack/vector-memory": "0.319.1",
|
|
65
|
+
"@wrongstack/webui": "0.319.1",
|
|
66
|
+
"@wrongstack/webui-hq": "0.319.1",
|
|
67
|
+
"@wrongstack/webui-protocol": "0.319.1",
|
|
68
|
+
"@wrongstack/wrongtrace": "0.319.1",
|
|
69
|
+
"@wrongstack/webui-server": "0.319.1",
|
|
70
70
|
"ws": "^8.21.3"
|
|
71
71
|
},
|
|
72
72
|
"optionalDependencies": {
|
|
73
|
-
"@wrongstack/desktop": "0.
|
|
73
|
+
"@wrongstack/desktop": "0.319.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@types/node": "^26.2.0",
|
package/dist/chunk-ALE5KHCA.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-ALE5KHCA.js.map
|