job-forge 2.14.44 → 2.14.45
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.
|
@@ -5,7 +5,7 @@ import { appendFileSync, existsSync, mkdirSync, readFileSync } from 'node:fs';
|
|
|
5
5
|
import { dirname, join, resolve } from 'node:path';
|
|
6
6
|
import { fileURLToPath } from 'node:url';
|
|
7
7
|
|
|
8
|
-
const DEFAULT_FALLBACK_PACKAGE = '@geometra/mcp@1.62.
|
|
8
|
+
const DEFAULT_FALLBACK_PACKAGE = '@geometra/mcp@1.62.2';
|
|
9
9
|
const RESOLVE_ONLY_FLAG = '--job-forge-resolve-target';
|
|
10
10
|
const DEFAULT_LOG_RELATIVE_PATH = '.jobforge-mcp/geometra-mcp.jsonl';
|
|
11
11
|
const DEFAULT_HEARTBEAT_MS = 15_000;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "job-forge",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.45",
|
|
4
4
|
"description": "AI-powered job search pipeline built on opencode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"@agent-pattern-labs/iso-score": "^0.1.1",
|
|
200
200
|
"@agent-pattern-labs/iso-timeline": "^0.1.1",
|
|
201
201
|
"@agent-pattern-labs/iso-trace": "^0.5.1",
|
|
202
|
-
"@geometra/mcp": "1.62.
|
|
202
|
+
"@geometra/mcp": "1.62.2",
|
|
203
203
|
"playwright": "^1.58.1"
|
|
204
204
|
},
|
|
205
205
|
"devDependencies": {
|