fourth-spark 0.11.4 → 0.11.7

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.
@@ -1,3 +1,5 @@
1
+ ALTER TABLE "device_tokens" DISABLE ROW LEVEL SECURITY;--> statement-breakpoint
2
+ DROP TABLE "device_tokens" CASCADE;--> statement-breakpoint
1
3
  ALTER TABLE "agent_memories" ADD COLUMN "history" jsonb DEFAULT '[]'::jsonb;--> statement-breakpoint
2
4
  ALTER TABLE "custom_agents" ADD COLUMN "description" text DEFAULT '' NOT NULL;--> statement-breakpoint
3
5
  ALTER TABLE "custom_agents" ADD COLUMN "variant" text;--> statement-breakpoint
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "35335d1c-bc8e-4bed-82b2-13bd4034afb9",
2
+ "id": "0f7efa70-5eb3-4fc1-91d2-f94ff97a45c0",
3
3
  "prevId": "7cc6db26-a6b1-412a-bd46-9db4650f98b6",
4
4
  "version": "7",
5
5
  "dialect": "postgresql",
@@ -377,66 +377,6 @@
377
377
  "checkConstraints": {},
378
378
  "isRLSEnabled": false
379
379
  },
380
- "public.device_tokens": {
381
- "name": "device_tokens",
382
- "schema": "",
383
- "columns": {
384
- "id": {
385
- "name": "id",
386
- "type": "text",
387
- "primaryKey": true,
388
- "notNull": true
389
- },
390
- "token": {
391
- "name": "token",
392
- "type": "text",
393
- "primaryKey": false,
394
- "notNull": true
395
- },
396
- "platform": {
397
- "name": "platform",
398
- "type": "text",
399
- "primaryKey": false,
400
- "notNull": true,
401
- "default": "'ios'"
402
- },
403
- "created_at": {
404
- "name": "created_at",
405
- "type": "bigint",
406
- "primaryKey": false,
407
- "notNull": true
408
- },
409
- "updated_at": {
410
- "name": "updated_at",
411
- "type": "bigint",
412
- "primaryKey": false,
413
- "notNull": true
414
- }
415
- },
416
- "indexes": {
417
- "device_tokens_token_idx": {
418
- "name": "device_tokens_token_idx",
419
- "columns": [
420
- {
421
- "expression": "token",
422
- "isExpression": false,
423
- "asc": true,
424
- "nulls": "last"
425
- }
426
- ],
427
- "isUnique": true,
428
- "concurrently": false,
429
- "method": "btree",
430
- "with": {}
431
- }
432
- },
433
- "foreignKeys": {},
434
- "compositePrimaryKeys": {},
435
- "uniqueConstraints": {},
436
- "policies": {},
437
- "checkConstraints": {},
438
- "isRLSEnabled": false
439
- },
440
380
  "public.git_hosts": {
441
381
  "name": "git_hosts",
442
382
  "schema": "",
@@ -54,8 +54,8 @@
54
54
  {
55
55
  "idx": 7,
56
56
  "version": "7",
57
- "when": 1788440413518,
58
- "tag": "0007_soft_praxagora",
57
+ "when": 1788538260735,
58
+ "tag": "0007_melted_elektra",
59
59
  "breakpoints": true
60
60
  }
61
61
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fourth-spark",
3
- "version": "0.11.4",
3
+ "version": "0.11.7",
4
4
  "description": "AI Agent Platform — multi-repo agent management based on OpenCode",
5
5
  "license": "MIT",
6
6
  "repository": {