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/cli/index.js CHANGED
@@ -9317,8 +9317,6 @@ var init_schema = __esm({
9317
9317
  // 任务分组与依赖
9318
9318
  batchId: text("batch_id"),
9319
9319
  dependsOn: integer("depends_on"),
9320
- // OpenCode Session
9321
- sessionId: text("session_id"),
9322
9320
  // 状态
9323
9321
  status: text("status").default("pending"),
9324
9322
  // 时间戳(老字段保持秒级 timestamp)