@shepai/cli 1.55.0 → 1.55.1

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.
Files changed (54) hide show
  1. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.js +11 -11
  2. package/dist/tsconfig.build.tsbuildinfo +1 -1
  3. package/package.json +1 -1
  4. package/web/.next/BUILD_ID +1 -1
  5. package/web/.next/build-manifest.json +2 -2
  6. package/web/.next/cache/.previewinfo +1 -1
  7. package/web/.next/cache/.rscinfo +1 -1
  8. package/web/.next/cache/config.json +3 -3
  9. package/web/.next/fallback-build-manifest.json +2 -2
  10. package/web/.next/prerender-manifest.json +3 -3
  11. package/web/.next/required-server-files.js +1 -1
  12. package/web/.next/required-server-files.json +1 -1
  13. package/web/.next/server/app/_global-error.html +2 -2
  14. package/web/.next/server/app/_global-error.rsc +1 -1
  15. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  16. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  17. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  18. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  19. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  20. package/web/.next/server/app/page/server-reference-manifest.json +14 -14
  21. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  22. package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
  23. package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js.map +1 -1
  24. package/web/.next/server/chunks/ssr/[root-of-the-server]__2d1a8e37._.js +2 -2
  25. package/web/.next/server/chunks/ssr/[root-of-the-server]__6e8b5181._.js +1 -1
  26. package/web/.next/server/pages/500.html +2 -2
  27. package/web/.next/server/server-reference-manifest.js +1 -1
  28. package/web/.next/server/server-reference-manifest.json +15 -15
  29. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  30. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
  31. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  32. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  33. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  34. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  35. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  36. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  37. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  38. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  39. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  40. package/web/.next/standalone/src/presentation/web/.next/server/app/page/server-reference-manifest.json +14 -14
  41. package/web/.next/standalone/src/presentation/web/.next/server/app/page_client-reference-manifest.js +1 -1
  42. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
  43. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__2d1a8e37._.js +2 -2
  44. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6e8b5181._.js +1 -1
  45. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  46. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  47. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +15 -15
  48. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  49. package/web/.next/static/chunks/{3eaa6f2966e27b8f.js → 7d66f03293ffca30.js} +2 -2
  50. package/web/.next/trace +1 -1
  51. package/web/.next/trace-build +1 -1
  52. /package/web/.next/static/{JmDtIt3S6EfLuRKwlzJrW → nEAJoHmU4elsBOt8hrgha}/_buildManifest.js +0 -0
  53. /package/web/.next/static/{JmDtIt3S6EfLuRKwlzJrW → nEAJoHmU4elsBOt8hrgha}/_clientMiddlewareManifest.json +0 -0
  54. /package/web/.next/static/{JmDtIt3S6EfLuRKwlzJrW → nEAJoHmU4elsBOt8hrgha}/_ssgManifest.js +0 -0
@@ -80,9 +80,9 @@ export function fromDatabase(row) {
80
80
  relatedArtifacts: JSON.parse(row.related_artifacts),
81
81
  createdAt: new Date(row.created_at),
82
82
  updatedAt: new Date(row.updated_at),
83
- ...(row.plan !== null && { plan: JSON.parse(row.plan) }),
84
- ...(row.agent_run_id !== null && { agentRunId: row.agent_run_id }),
85
- ...(row.spec_path !== null && { specPath: row.spec_path }),
83
+ ...(row.plan != null && { plan: JSON.parse(row.plan) }),
84
+ ...(row.agent_run_id != null && { agentRunId: row.agent_run_id }),
85
+ ...(row.spec_path != null && { specPath: row.spec_path }),
86
86
  // Assemble workflow flags from flat columns
87
87
  push: row.push === 1,
88
88
  openPr: row.open_pr === 1,
@@ -91,22 +91,22 @@ export function fromDatabase(row) {
91
91
  allowPlan: row.allow_plan === 1,
92
92
  allowMerge: row.allow_merge === 1,
93
93
  },
94
- ...(row.worktree_path !== null && { worktreePath: row.worktree_path }),
94
+ ...(row.worktree_path != null && { worktreePath: row.worktree_path }),
95
95
  // Repository reference
96
- ...(row.repository_id !== null && { repositoryId: row.repository_id }),
96
+ ...(row.repository_id != null && { repositoryId: row.repository_id }),
97
97
  // Assemble pr from flat columns (only when pr_url exists)
98
- ...(row.pr_url !== null && {
98
+ ...(row.pr_url != null && {
99
99
  pr: {
100
100
  url: row.pr_url,
101
101
  number: row.pr_number,
102
102
  status: row.pr_status,
103
- ...(row.commit_hash !== null && { commitHash: row.commit_hash }),
104
- ...(row.ci_status !== null && { ciStatus: row.ci_status }),
105
- ...(row.ci_fix_attempts !== null && { ciFixAttempts: row.ci_fix_attempts }),
106
- ...(row.ci_fix_history !== null && { ciFixHistory: JSON.parse(row.ci_fix_history) }),
103
+ ...(row.commit_hash != null && { commitHash: row.commit_hash }),
104
+ ...(row.ci_status != null && { ciStatus: row.ci_status }),
105
+ ...(row.ci_fix_attempts != null && { ciFixAttempts: row.ci_fix_attempts }),
106
+ ...(row.ci_fix_history != null && { ciFixHistory: JSON.parse(row.ci_fix_history) }),
107
107
  },
108
108
  }),
109
109
  // Feature dependency
110
- ...(row.parent_id !== null && { parentId: row.parent_id }),
110
+ ...(row.parent_id != null && { parentId: row.parent_id }),
111
111
  };
112
112
  }