@nt-ai-lab/deterministic-agent-workflow-opencode 0.4.1 → 0.4.2
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.
|
@@ -261,5 +261,5 @@ function resolveWorkflowEventsDatabasePath() {
|
|
|
261
261
|
const configured = process.env['WORKFLOW_EVENTS_DB'];
|
|
262
262
|
if (configured !== undefined && configured !== '')
|
|
263
263
|
return configured;
|
|
264
|
-
return join(homedir(), '.workflow-events.db');
|
|
264
|
+
return join(homedir(), 'ai-workflow-database', '.workflow-events.db');
|
|
265
265
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nt-ai-lab/deterministic-agent-workflow-opencode",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@opencode-ai/plugin": "^1.4.3",
|
|
20
20
|
"zod": "^3.25.76",
|
|
21
|
-
"@nt-ai-lab/deterministic-agent-workflow-cli": "0.4.
|
|
22
|
-
"@nt-ai-lab/deterministic-agent-workflow-engine": "0.4.
|
|
23
|
-
"@nt-ai-lab/deterministic-agent-workflow-event-store": "0.4.
|
|
21
|
+
"@nt-ai-lab/deterministic-agent-workflow-cli": "0.4.2",
|
|
22
|
+
"@nt-ai-lab/deterministic-agent-workflow-engine": "0.4.2",
|
|
23
|
+
"@nt-ai-lab/deterministic-agent-workflow-event-store": "0.4.2"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|