opencode-supertask 0.1.10 → 0.1.11

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/dist/web/index.js CHANGED
@@ -16493,8 +16493,6 @@ var tasks = sqliteTable("tasks", {
16493
16493
  // 任务分组与依赖
16494
16494
  batchId: text("batch_id"),
16495
16495
  dependsOn: integer("depends_on"),
16496
- // OpenCode Session
16497
- sessionId: text("session_id"),
16498
16496
  // 状态
16499
16497
  status: text("status").default("pending"),
16500
16498
  // 时间戳(老字段保持秒级 timestamp)