fourth-spark 0.8.2 → 0.8.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.
@@ -10,6 +10,7 @@ CREATE TABLE "workspaces" (
10
10
  "updated_at" bigint NOT NULL
11
11
  );
12
12
  --> statement-breakpoint
13
+ ALTER TABLE "repos" ADD COLUMN "worktree_enabled" integer DEFAULT 0 NOT NULL;--> statement-breakpoint
13
14
  ALTER TABLE "sessions" ADD COLUMN "workspace_id" text;--> statement-breakpoint
14
15
  ALTER TABLE "sessions" ADD COLUMN "completed_at" bigint;--> statement-breakpoint
15
16
  ALTER TABLE "workspaces" ADD CONSTRAINT "workspaces_repo_id_repos_id_fk" FOREIGN KEY ("repo_id") REFERENCES "public"."repos"("id") ON DELETE cascade ON UPDATE no action;--> statement-breakpoint
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "5fd391e2-ab79-4efd-a9b4-a9f80e414c43",
2
+ "id": "d273c45c-bd95-42e8-983d-98665604d883",
3
3
  "prevId": "04cabd55-cedd-49ea-b94d-305c7cea5bc0",
4
4
  "version": "7",
5
5
  "dialect": "postgresql",
@@ -1468,6 +1468,13 @@
1468
1468
  "notNull": true,
1469
1469
  "default": "'inactive'"
1470
1470
  },
1471
+ "worktree_enabled": {
1472
+ "name": "worktree_enabled",
1473
+ "type": "integer",
1474
+ "primaryKey": false,
1475
+ "notNull": true,
1476
+ "default": 0
1477
+ },
1471
1478
  "created_at": {
1472
1479
  "name": "created_at",
1473
1480
  "type": "bigint",
@@ -40,8 +40,8 @@
40
40
  {
41
41
  "idx": 5,
42
42
  "version": "7",
43
- "when": 1786099462324,
44
- "tag": "0005_military_tomorrow_man",
43
+ "when": 1786101668277,
44
+ "tag": "0005_many_dark_phoenix",
45
45
  "breakpoints": true
46
46
  }
47
47
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fourth-spark",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "AI Agent Platform — multi-repo agent management based on OpenCode",
5
5
  "license": "MIT",
6
6
  "repository": {