@claude-flow/cli 3.35.0 → 3.35.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/.claude/helpers/.helpers-version +1 -1
- package/.claude/helpers/helpers.manifest.json +2 -2
- package/catalog-manifest.json +2 -2
- package/dist/src/commands/doctor.js +1 -1
- package/dist/src/commands/neural.js +1 -1
- package/dist/src/services/distill-oracle.d.ts +1 -1
- package/dist/src/services/distill-oracle.js +1 -1
- package/package.json +4 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.33.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest": {
|
|
3
|
-
"version": "3.35.
|
|
3
|
+
"version": "3.35.1",
|
|
4
4
|
"files": {
|
|
5
5
|
"auto-memory-hook.mjs": "68be7e9a9eba7bf9c4e8a230db7bf61a243b965639f8504842799d6c6ca28762",
|
|
6
6
|
"hook-handler.cjs": "dae295fb9ae2626b89899c19a20cc911541af82b52d2eeb9b214d618b96e9a86",
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
"statusline.cjs": "0457fe53f8cd2c56458ff178392536a5868efd1a573665fa43bc01d2d95ca677"
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
-
"signature": "
|
|
11
|
+
"signature": "bjvJQiP4EazGeoyS7D/vq+6pXbceHVukE7u0SGme06aFRtrPVjc9pi/PFxZ5Zl9x+o4ECex6lyXtONvBVklzDA==",
|
|
12
12
|
"algorithm": "ed25519"
|
|
13
13
|
}
|
package/catalog-manifest.json
CHANGED
|
@@ -1805,7 +1805,7 @@ async function checkMetaharnessDeclaredPackages() {
|
|
|
1805
1805
|
name: NAME,
|
|
1806
1806
|
status: 'fail',
|
|
1807
1807
|
message: 'no @metaharness/* packages declared in optionalDependencies — the dependency contract regressed (peer-only declarations are never installed)',
|
|
1808
|
-
fix: 'Restore @metaharness/darwin, @metaharness/flywheel, @metaharness/radio to optionalDependencies in @claude-flow/cli',
|
|
1808
|
+
fix: 'Restore @metaharness/darwin, @metaharness/flywheel, @metaharness/radio, @metaharness/turn-credit to optionalDependencies in @claude-flow/cli',
|
|
1809
1809
|
};
|
|
1810
1810
|
}
|
|
1811
1811
|
// Node resolution: nearest node_modules wins, walking upward from the CLI root.
|
|
@@ -1715,7 +1715,7 @@ const routerTrainCommand = {
|
|
|
1715
1715
|
mh = await import(metaharnessRouterPkg);
|
|
1716
1716
|
}
|
|
1717
1717
|
catch {
|
|
1718
|
-
output.printError('@metaharness/router is not installed. `npm install @metaharness/router@^0.
|
|
1718
|
+
output.printError('@metaharness/router is not installed. `npm install @metaharness/router@^0.4.0` then re-run.');
|
|
1719
1719
|
return { success: false, exitCode: 1 };
|
|
1720
1720
|
}
|
|
1721
1721
|
const { neuralRouterStatus } = await import('../ruvector/neural-router.js');
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
*/
|
|
37
37
|
import { type VerifyTaskKind } from '../ruvector/output-verifier.js';
|
|
38
38
|
import { FableHarness, type ReflectItem, type ReflectResult } from './fable-harness.js';
|
|
39
|
-
export declare const MH_DARWIN_PIN = "0.
|
|
39
|
+
export declare const MH_DARWIN_PIN = "0.9.0";
|
|
40
40
|
export type ResolvedProvenance = 'oracle:test-exec' | 'judge:fable' | 'proxy:structural';
|
|
41
41
|
/** SWE-bench-shaped / bench-suite-mapped test spec that Tier 1 can execute. */
|
|
42
42
|
export interface TestSpec {
|
|
@@ -44,7 +44,7 @@ import { FableHarness, } from './fable-harness.js';
|
|
|
44
44
|
// scripts/check-metaharness-pins.mjs watch this constant for drift. Kept in
|
|
45
45
|
// lock-step with the optionalDependencies pin in package.json and the plugin
|
|
46
46
|
// darwin cache (versioned by the plugin's own `~0.8.0` pin in _darwin.mjs).
|
|
47
|
-
export const MH_DARWIN_PIN = '0.
|
|
47
|
+
export const MH_DARWIN_PIN = '0.9.0';
|
|
48
48
|
// ── Public API ───────────────────────────────────────────────────────────
|
|
49
49
|
/**
|
|
50
50
|
* Label each trajectory with `resolved` + honest provenance, trying the tiers
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claude-flow/cli",
|
|
3
|
-
"version": "3.35.
|
|
3
|
+
"version": "3.35.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Ruflo CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -123,16 +123,17 @@
|
|
|
123
123
|
"@agntcy/slim-bindings": "2.0.0-alpha.5",
|
|
124
124
|
"@napi-rs/keyring": "1.3.0",
|
|
125
125
|
"@claude-flow/memory": "^3.0.0-alpha.21",
|
|
126
|
-
"@metaharness/darwin": "~0.
|
|
126
|
+
"@metaharness/darwin": "~0.9.0",
|
|
127
127
|
"@metaharness/flywheel": "~0.1.10",
|
|
128
128
|
"@metaharness/radio": "~0.1.0",
|
|
129
|
+
"@metaharness/turn-credit": "~0.1.0",
|
|
129
130
|
"agentdb": "^3.0.0-alpha.17",
|
|
130
131
|
"agentic-flow": "^3.0.0-alpha.1",
|
|
131
132
|
"better-sqlite3": "^12.9.0",
|
|
132
133
|
"ruvector": "^0.2.27"
|
|
133
134
|
},
|
|
134
135
|
"peerDependencies": {
|
|
135
|
-
"@metaharness/router": "^0.
|
|
136
|
+
"@metaharness/router": "^0.4.0",
|
|
136
137
|
"metaharness": "^0.4.1"
|
|
137
138
|
},
|
|
138
139
|
"peerDependenciesMeta": {
|