oh-my-opencode 3.2.0 → 3.2.2

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 (177) hide show
  1. package/dist/agents/{atlas.d.ts → atlas/default.d.ts} +8 -19
  2. package/dist/agents/atlas/gpt.d.ts +19 -0
  3. package/dist/agents/atlas/index.d.ts +39 -0
  4. package/dist/agents/atlas/utils.d.ts +13 -0
  5. package/dist/agents/hephaestus.d.ts +1 -1
  6. package/dist/agents/prometheus/identity-constraints.d.ts +1 -1
  7. package/dist/agents/prometheus/index.d.ts +1 -1
  8. package/dist/agents/prometheus/interview-mode.d.ts +1 -1
  9. package/dist/agents/prometheus/plan-generation.d.ts +1 -1
  10. package/dist/agents/prometheus/plan-template.d.ts +1 -1
  11. package/dist/agents/sisyphus-junior/default.d.ts +9 -0
  12. package/dist/agents/sisyphus-junior/gpt.d.ts +18 -0
  13. package/dist/agents/sisyphus-junior/index.d.ts +31 -0
  14. package/dist/agents/sisyphus.d.ts +1 -1
  15. package/dist/cli/index.js +1140 -835
  16. package/dist/cli/run/runner.d.ts +4 -0
  17. package/dist/config/index.d.ts +1 -1
  18. package/dist/config/schema.d.ts +23 -43
  19. package/dist/features/background-agent/manager.d.ts +6 -0
  20. package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
  21. package/dist/features/claude-tasks/index.d.ts +2 -0
  22. package/dist/features/claude-tasks/storage.d.ts +12 -0
  23. package/dist/features/claude-tasks/types.d.ts +25 -0
  24. package/dist/hooks/auto-slash-command/detector.d.ts +4 -0
  25. package/dist/hooks/auto-slash-command/index.d.ts +2 -1
  26. package/dist/hooks/auto-slash-command/types.d.ts +12 -0
  27. package/dist/hooks/index.d.ts +2 -0
  28. package/dist/hooks/keyword-detector/ultrawork/default.d.ts +4 -4
  29. package/dist/hooks/keyword-detector/ultrawork/gpt5.2.d.ts +5 -6
  30. package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +1 -1
  31. package/dist/hooks/preemptive-compaction.d.ts +30 -0
  32. package/dist/hooks/prometheus-md-only/constants.d.ts +1 -1
  33. package/dist/hooks/task-reminder/index.d.ts +19 -0
  34. package/dist/hooks/tasks-todowrite-disabler/constants.d.ts +3 -0
  35. package/dist/hooks/tasks-todowrite-disabler/index.d.ts +14 -0
  36. package/dist/index.js +26317 -24694
  37. package/dist/tools/delegate-task/constants.d.ts +1 -1
  38. package/dist/tools/delegate-task/types.d.ts +4 -0
  39. package/dist/tools/index.d.ts +1 -0
  40. package/dist/tools/task/index.d.ts +7 -0
  41. package/dist/tools/task/task-create.d.ts +4 -0
  42. package/dist/tools/task/task-get.d.ts +3 -0
  43. package/dist/tools/task/task-list.d.ts +3 -0
  44. package/dist/tools/task/task-update.d.ts +4 -0
  45. package/dist/tools/task/task.d.ts +3 -0
  46. package/dist/tools/task/todo-sync.d.ts +16 -0
  47. package/dist/tools/task/types.d.ts +97 -0
  48. package/package.json +9 -9
  49. package/dist/agents/momus.test.d.ts +0 -1
  50. package/dist/agents/prometheus-prompt.test.d.ts +0 -1
  51. package/dist/agents/sisyphus-junior.d.ts +0 -10
  52. package/dist/agents/sisyphus-junior.test.d.ts +0 -1
  53. package/dist/agents/utils.test.d.ts +0 -1
  54. package/dist/cli/config-manager.test.d.ts +0 -1
  55. package/dist/cli/doctor/checks/auth.test.d.ts +0 -1
  56. package/dist/cli/doctor/checks/config.test.d.ts +0 -1
  57. package/dist/cli/doctor/checks/dependencies.test.d.ts +0 -1
  58. package/dist/cli/doctor/checks/gh.test.d.ts +0 -1
  59. package/dist/cli/doctor/checks/lsp.test.d.ts +0 -1
  60. package/dist/cli/doctor/checks/mcp-oauth.test.d.ts +0 -1
  61. package/dist/cli/doctor/checks/mcp.test.d.ts +0 -1
  62. package/dist/cli/doctor/checks/model-resolution.test.d.ts +0 -1
  63. package/dist/cli/doctor/checks/opencode.test.d.ts +0 -1
  64. package/dist/cli/doctor/checks/plugin.test.d.ts +0 -1
  65. package/dist/cli/doctor/checks/version.test.d.ts +0 -1
  66. package/dist/cli/doctor/formatter.test.d.ts +0 -1
  67. package/dist/cli/doctor/runner.test.d.ts +0 -1
  68. package/dist/cli/index.test.d.ts +0 -1
  69. package/dist/cli/install.test.d.ts +0 -1
  70. package/dist/cli/mcp-oauth/index.test.d.ts +0 -1
  71. package/dist/cli/mcp-oauth/login.test.d.ts +0 -1
  72. package/dist/cli/mcp-oauth/logout.test.d.ts +0 -1
  73. package/dist/cli/mcp-oauth/status.test.d.ts +0 -1
  74. package/dist/cli/model-fallback.test.d.ts +0 -1
  75. package/dist/cli/run/completion.test.d.ts +0 -1
  76. package/dist/cli/run/events.test.d.ts +0 -1
  77. package/dist/config/schema.test.d.ts +0 -1
  78. package/dist/features/background-agent/concurrency.test.d.ts +0 -1
  79. package/dist/features/background-agent/manager.test.d.ts +0 -1
  80. package/dist/features/boulder-state/storage.test.d.ts +0 -1
  81. package/dist/features/builtin-commands/templates/stop-continuation.test.d.ts +0 -1
  82. package/dist/features/builtin-skills/skills.test.d.ts +0 -1
  83. package/dist/features/claude-code-mcp-loader/loader.test.d.ts +0 -1
  84. package/dist/features/claude-code-session-state/state.test.d.ts +0 -1
  85. package/dist/features/context-injector/collector.test.d.ts +0 -1
  86. package/dist/features/context-injector/injector.test.d.ts +0 -1
  87. package/dist/features/mcp-oauth/callback-server.test.d.ts +0 -1
  88. package/dist/features/mcp-oauth/dcr.test.d.ts +0 -1
  89. package/dist/features/mcp-oauth/discovery.test.d.ts +0 -1
  90. package/dist/features/mcp-oauth/provider.test.d.ts +0 -1
  91. package/dist/features/mcp-oauth/resource-indicator.test.d.ts +0 -1
  92. package/dist/features/mcp-oauth/schema.test.d.ts +0 -1
  93. package/dist/features/mcp-oauth/step-up.test.d.ts +0 -1
  94. package/dist/features/mcp-oauth/storage.test.d.ts +0 -1
  95. package/dist/features/opencode-skill-loader/async-loader.test.d.ts +0 -1
  96. package/dist/features/opencode-skill-loader/blocking.test.d.ts +0 -1
  97. package/dist/features/opencode-skill-loader/loader.test.d.ts +0 -1
  98. package/dist/features/opencode-skill-loader/skill-content.test.d.ts +0 -1
  99. package/dist/features/sisyphus-swarm/mailbox/types.d.ts +0 -191
  100. package/dist/features/sisyphus-swarm/mailbox/types.test.d.ts +0 -1
  101. package/dist/features/sisyphus-tasks/storage.d.ts +0 -9
  102. package/dist/features/sisyphus-tasks/storage.test.d.ts +0 -1
  103. package/dist/features/sisyphus-tasks/types.d.ts +0 -47
  104. package/dist/features/sisyphus-tasks/types.test.d.ts +0 -1
  105. package/dist/features/skill-mcp-manager/env-cleaner.test.d.ts +0 -1
  106. package/dist/features/skill-mcp-manager/manager.test.d.ts +0 -1
  107. package/dist/features/task-toast-manager/manager.test.d.ts +0 -1
  108. package/dist/features/tmux-subagent/decision-engine.test.d.ts +0 -1
  109. package/dist/features/tmux-subagent/manager.test.d.ts +0 -1
  110. package/dist/hooks/anthropic-context-window-limit-recovery/executor.test.d.ts +0 -1
  111. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-deduplication.test.d.ts +0 -1
  112. package/dist/hooks/anthropic-context-window-limit-recovery/storage.test.d.ts +0 -1
  113. package/dist/hooks/atlas/index.test.d.ts +0 -1
  114. package/dist/hooks/auto-slash-command/detector.test.d.ts +0 -1
  115. package/dist/hooks/auto-slash-command/index.test.d.ts +0 -1
  116. package/dist/hooks/auto-update-checker/checker.test.d.ts +0 -1
  117. package/dist/hooks/auto-update-checker/index.test.d.ts +0 -1
  118. package/dist/hooks/category-skill-reminder/index.test.d.ts +0 -1
  119. package/dist/hooks/comment-checker/cli.test.d.ts +0 -1
  120. package/dist/hooks/compaction-context-injector/index.test.d.ts +0 -1
  121. package/dist/hooks/delegate-task-retry/index.test.d.ts +0 -1
  122. package/dist/hooks/edit-error-recovery/index.test.d.ts +0 -1
  123. package/dist/hooks/keyword-detector/index.test.d.ts +0 -1
  124. package/dist/hooks/non-interactive-env/index.test.d.ts +0 -1
  125. package/dist/hooks/prometheus-md-only/index.test.d.ts +0 -1
  126. package/dist/hooks/question-label-truncator/index.test.d.ts +0 -1
  127. package/dist/hooks/ralph-loop/index.test.d.ts +0 -1
  128. package/dist/hooks/rules-injector/finder.test.d.ts +0 -1
  129. package/dist/hooks/rules-injector/output-path.test.d.ts +0 -1
  130. package/dist/hooks/rules-injector/parser.test.d.ts +0 -1
  131. package/dist/hooks/session-notification.test.d.ts +0 -1
  132. package/dist/hooks/session-recovery/index.test.d.ts +0 -1
  133. package/dist/hooks/start-work/index.test.d.ts +0 -1
  134. package/dist/hooks/stop-continuation-guard/index.test.d.ts +0 -1
  135. package/dist/hooks/subagent-question-blocker/index.test.d.ts +0 -1
  136. package/dist/hooks/think-mode/index.test.d.ts +0 -1
  137. package/dist/hooks/think-mode/switcher.test.d.ts +0 -1
  138. package/dist/hooks/todo-continuation-enforcer.test.d.ts +0 -1
  139. package/dist/hooks/tool-output-truncator.test.d.ts +0 -1
  140. package/dist/hooks/unstable-agent-babysitter/index.test.d.ts +0 -1
  141. package/dist/index.test.d.ts +0 -1
  142. package/dist/mcp/index.test.d.ts +0 -1
  143. package/dist/plugin-config.test.d.ts +0 -1
  144. package/dist/plugin-handlers/config-handler.test.d.ts +0 -1
  145. package/dist/shared/agent-config-integration.test.d.ts +0 -1
  146. package/dist/shared/agent-display-names.test.d.ts +0 -1
  147. package/dist/shared/agent-variant.test.d.ts +0 -1
  148. package/dist/shared/claude-config-dir.test.d.ts +0 -1
  149. package/dist/shared/deep-merge.test.d.ts +0 -1
  150. package/dist/shared/external-plugin-detector.test.d.ts +0 -1
  151. package/dist/shared/first-message-variant.test.d.ts +0 -1
  152. package/dist/shared/frontmatter.test.d.ts +0 -1
  153. package/dist/shared/jsonc-parser.test.d.ts +0 -1
  154. package/dist/shared/migration.test.d.ts +0 -1
  155. package/dist/shared/model-availability.test.d.ts +0 -1
  156. package/dist/shared/model-requirements.test.d.ts +0 -1
  157. package/dist/shared/model-resolver.test.d.ts +0 -1
  158. package/dist/shared/model-suggestion-retry.test.d.ts +0 -1
  159. package/dist/shared/opencode-config-dir.test.d.ts +0 -1
  160. package/dist/shared/opencode-version.test.d.ts +0 -1
  161. package/dist/shared/permission-compat.test.d.ts +0 -1
  162. package/dist/shared/session-cursor.test.d.ts +0 -1
  163. package/dist/shared/shell-env.test.d.ts +0 -1
  164. package/dist/shared/system-directive.test.d.ts +0 -1
  165. package/dist/shared/tmux/tmux-utils.test.d.ts +0 -1
  166. package/dist/tools/background-task/tools.test.d.ts +0 -1
  167. package/dist/tools/delegate-task/tools.test.d.ts +0 -1
  168. package/dist/tools/glob/cli.test.d.ts +0 -1
  169. package/dist/tools/grep/downloader.test.d.ts +0 -1
  170. package/dist/tools/look-at/tools.test.d.ts +0 -1
  171. package/dist/tools/lsp/config.test.d.ts +0 -1
  172. package/dist/tools/session-manager/storage.test.d.ts +0 -1
  173. package/dist/tools/session-manager/tools.test.d.ts +0 -1
  174. package/dist/tools/session-manager/utils.test.d.ts +0 -1
  175. package/dist/tools/skill/tools.test.d.ts +0 -1
  176. package/dist/tools/skill-mcp/tools.test.d.ts +0 -1
  177. package/dist/tools/slashcommand/tools.test.d.ts +0 -1
@@ -1,191 +0,0 @@
1
- import { z } from "zod";
2
- export declare const MailboxMessageSchema: z.ZodObject<{
3
- from: z.ZodString;
4
- text: z.ZodString;
5
- timestamp: z.ZodString;
6
- color: z.ZodOptional<z.ZodString>;
7
- read: z.ZodBoolean;
8
- }, z.core.$strip>;
9
- export type MailboxMessage = z.infer<typeof MailboxMessageSchema>;
10
- export declare const PermissionRequestSchema: z.ZodObject<{
11
- type: z.ZodLiteral<"permission_request">;
12
- requestId: z.ZodString;
13
- toolName: z.ZodString;
14
- input: z.ZodUnknown;
15
- agentId: z.ZodString;
16
- timestamp: z.ZodNumber;
17
- }, z.core.$strip>;
18
- export type PermissionRequest = z.infer<typeof PermissionRequestSchema>;
19
- export declare const PermissionResponseSchema: z.ZodObject<{
20
- type: z.ZodLiteral<"permission_response">;
21
- requestId: z.ZodString;
22
- decision: z.ZodEnum<{
23
- rejected: "rejected";
24
- approved: "approved";
25
- }>;
26
- updatedInput: z.ZodOptional<z.ZodUnknown>;
27
- feedback: z.ZodOptional<z.ZodString>;
28
- permissionUpdates: z.ZodOptional<z.ZodUnknown>;
29
- }, z.core.$strip>;
30
- export type PermissionResponse = z.infer<typeof PermissionResponseSchema>;
31
- export declare const ShutdownRequestSchema: z.ZodObject<{
32
- type: z.ZodLiteral<"shutdown_request">;
33
- }, z.core.$strip>;
34
- export type ShutdownRequest = z.infer<typeof ShutdownRequestSchema>;
35
- export declare const ShutdownApprovedSchema: z.ZodObject<{
36
- type: z.ZodLiteral<"shutdown_approved">;
37
- }, z.core.$strip>;
38
- export type ShutdownApproved = z.infer<typeof ShutdownApprovedSchema>;
39
- export declare const ShutdownRejectedSchema: z.ZodObject<{
40
- type: z.ZodLiteral<"shutdown_rejected">;
41
- reason: z.ZodOptional<z.ZodString>;
42
- }, z.core.$strip>;
43
- export type ShutdownRejected = z.infer<typeof ShutdownRejectedSchema>;
44
- export declare const TaskAssignmentSchema: z.ZodObject<{
45
- type: z.ZodLiteral<"task_assignment">;
46
- taskId: z.ZodString;
47
- subject: z.ZodString;
48
- description: z.ZodString;
49
- assignedBy: z.ZodString;
50
- timestamp: z.ZodNumber;
51
- }, z.core.$strip>;
52
- export type TaskAssignment = z.infer<typeof TaskAssignmentSchema>;
53
- export declare const TaskCompletedSchema: z.ZodObject<{
54
- type: z.ZodLiteral<"task_completed">;
55
- taskId: z.ZodString;
56
- agentId: z.ZodString;
57
- timestamp: z.ZodNumber;
58
- }, z.core.$strip>;
59
- export type TaskCompleted = z.infer<typeof TaskCompletedSchema>;
60
- export declare const IdleNotificationSchema: z.ZodObject<{
61
- type: z.ZodLiteral<"idle_notification">;
62
- }, z.core.$strip>;
63
- export type IdleNotification = z.infer<typeof IdleNotificationSchema>;
64
- export declare const JoinRequestSchema: z.ZodObject<{
65
- type: z.ZodLiteral<"join_request">;
66
- agentName: z.ZodString;
67
- sessionId: z.ZodString;
68
- }, z.core.$strip>;
69
- export type JoinRequest = z.infer<typeof JoinRequestSchema>;
70
- export declare const JoinApprovedSchema: z.ZodObject<{
71
- type: z.ZodLiteral<"join_approved">;
72
- agentName: z.ZodString;
73
- teamName: z.ZodString;
74
- }, z.core.$strip>;
75
- export type JoinApproved = z.infer<typeof JoinApprovedSchema>;
76
- export declare const JoinRejectedSchema: z.ZodObject<{
77
- type: z.ZodLiteral<"join_rejected">;
78
- reason: z.ZodOptional<z.ZodString>;
79
- }, z.core.$strip>;
80
- export type JoinRejected = z.infer<typeof JoinRejectedSchema>;
81
- export declare const PlanApprovalRequestSchema: z.ZodObject<{
82
- type: z.ZodLiteral<"plan_approval_request">;
83
- requestId: z.ZodString;
84
- plan: z.ZodString;
85
- agentId: z.ZodString;
86
- }, z.core.$strip>;
87
- export type PlanApprovalRequest = z.infer<typeof PlanApprovalRequestSchema>;
88
- export declare const PlanApprovalResponseSchema: z.ZodObject<{
89
- type: z.ZodLiteral<"plan_approval_response">;
90
- requestId: z.ZodString;
91
- decision: z.ZodEnum<{
92
- rejected: "rejected";
93
- approved: "approved";
94
- }>;
95
- feedback: z.ZodOptional<z.ZodString>;
96
- }, z.core.$strip>;
97
- export type PlanApprovalResponse = z.infer<typeof PlanApprovalResponseSchema>;
98
- export declare const ModeSetRequestSchema: z.ZodObject<{
99
- type: z.ZodLiteral<"mode_set_request">;
100
- mode: z.ZodEnum<{
101
- default: "default";
102
- plan: "plan";
103
- acceptEdits: "acceptEdits";
104
- bypassPermissions: "bypassPermissions";
105
- delegate: "delegate";
106
- dontAsk: "dontAsk";
107
- }>;
108
- }, z.core.$strip>;
109
- export type ModeSetRequest = z.infer<typeof ModeSetRequestSchema>;
110
- export declare const TeamPermissionUpdateSchema: z.ZodObject<{
111
- type: z.ZodLiteral<"team_permission_update">;
112
- permissions: z.ZodRecord<z.ZodString, z.ZodUnknown>;
113
- }, z.core.$strip>;
114
- export type TeamPermissionUpdate = z.infer<typeof TeamPermissionUpdateSchema>;
115
- export declare const ProtocolMessageSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
116
- type: z.ZodLiteral<"permission_request">;
117
- requestId: z.ZodString;
118
- toolName: z.ZodString;
119
- input: z.ZodUnknown;
120
- agentId: z.ZodString;
121
- timestamp: z.ZodNumber;
122
- }, z.core.$strip>, z.ZodObject<{
123
- type: z.ZodLiteral<"permission_response">;
124
- requestId: z.ZodString;
125
- decision: z.ZodEnum<{
126
- rejected: "rejected";
127
- approved: "approved";
128
- }>;
129
- updatedInput: z.ZodOptional<z.ZodUnknown>;
130
- feedback: z.ZodOptional<z.ZodString>;
131
- permissionUpdates: z.ZodOptional<z.ZodUnknown>;
132
- }, z.core.$strip>, z.ZodObject<{
133
- type: z.ZodLiteral<"shutdown_request">;
134
- }, z.core.$strip>, z.ZodObject<{
135
- type: z.ZodLiteral<"shutdown_approved">;
136
- }, z.core.$strip>, z.ZodObject<{
137
- type: z.ZodLiteral<"shutdown_rejected">;
138
- reason: z.ZodOptional<z.ZodString>;
139
- }, z.core.$strip>, z.ZodObject<{
140
- type: z.ZodLiteral<"task_assignment">;
141
- taskId: z.ZodString;
142
- subject: z.ZodString;
143
- description: z.ZodString;
144
- assignedBy: z.ZodString;
145
- timestamp: z.ZodNumber;
146
- }, z.core.$strip>, z.ZodObject<{
147
- type: z.ZodLiteral<"task_completed">;
148
- taskId: z.ZodString;
149
- agentId: z.ZodString;
150
- timestamp: z.ZodNumber;
151
- }, z.core.$strip>, z.ZodObject<{
152
- type: z.ZodLiteral<"idle_notification">;
153
- }, z.core.$strip>, z.ZodObject<{
154
- type: z.ZodLiteral<"join_request">;
155
- agentName: z.ZodString;
156
- sessionId: z.ZodString;
157
- }, z.core.$strip>, z.ZodObject<{
158
- type: z.ZodLiteral<"join_approved">;
159
- agentName: z.ZodString;
160
- teamName: z.ZodString;
161
- }, z.core.$strip>, z.ZodObject<{
162
- type: z.ZodLiteral<"join_rejected">;
163
- reason: z.ZodOptional<z.ZodString>;
164
- }, z.core.$strip>, z.ZodObject<{
165
- type: z.ZodLiteral<"plan_approval_request">;
166
- requestId: z.ZodString;
167
- plan: z.ZodString;
168
- agentId: z.ZodString;
169
- }, z.core.$strip>, z.ZodObject<{
170
- type: z.ZodLiteral<"plan_approval_response">;
171
- requestId: z.ZodString;
172
- decision: z.ZodEnum<{
173
- rejected: "rejected";
174
- approved: "approved";
175
- }>;
176
- feedback: z.ZodOptional<z.ZodString>;
177
- }, z.core.$strip>, z.ZodObject<{
178
- type: z.ZodLiteral<"mode_set_request">;
179
- mode: z.ZodEnum<{
180
- default: "default";
181
- plan: "plan";
182
- acceptEdits: "acceptEdits";
183
- bypassPermissions: "bypassPermissions";
184
- delegate: "delegate";
185
- dontAsk: "dontAsk";
186
- }>;
187
- }, z.core.$strip>, z.ZodObject<{
188
- type: z.ZodLiteral<"team_permission_update">;
189
- permissions: z.ZodRecord<z.ZodString, z.ZodUnknown>;
190
- }, z.core.$strip>], "type">;
191
- export type ProtocolMessage = z.infer<typeof ProtocolMessageSchema>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,9 +0,0 @@
1
- import type { z } from "zod";
2
- import type { OhMyOpenCodeConfig } from "../../config/schema";
3
- export declare function getTaskDir(listId: string, config: Partial<OhMyOpenCodeConfig>): string;
4
- export declare function getTaskPath(listId: string, taskId: string, config: Partial<OhMyOpenCodeConfig>): string;
5
- export declare function getTeamDir(teamName: string, config: Partial<OhMyOpenCodeConfig>): string;
6
- export declare function getInboxPath(teamName: string, agentName: string, config: Partial<OhMyOpenCodeConfig>): string;
7
- export declare function ensureDir(dirPath: string): void;
8
- export declare function readJsonSafe<T>(filePath: string, schema: z.ZodType<T>): T | null;
9
- export declare function writeJsonAtomic(filePath: string, data: unknown): void;
@@ -1 +0,0 @@
1
- export {};
@@ -1,47 +0,0 @@
1
- import { z } from "zod";
2
- export declare const TaskStatusSchema: z.ZodEnum<{
3
- pending: "pending";
4
- completed: "completed";
5
- in_progress: "in_progress";
6
- }>;
7
- export type TaskStatus = z.infer<typeof TaskStatusSchema>;
8
- export declare const TaskSchema: z.ZodObject<{
9
- id: z.ZodString;
10
- subject: z.ZodString;
11
- description: z.ZodString;
12
- activeForm: z.ZodOptional<z.ZodString>;
13
- owner: z.ZodOptional<z.ZodString>;
14
- status: z.ZodEnum<{
15
- pending: "pending";
16
- completed: "completed";
17
- in_progress: "in_progress";
18
- }>;
19
- blocks: z.ZodArray<z.ZodString>;
20
- blockedBy: z.ZodArray<z.ZodString>;
21
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
22
- }, z.core.$strip>;
23
- export type Task = z.infer<typeof TaskSchema>;
24
- export declare const TaskCreateInputSchema: z.ZodObject<{
25
- subject: z.ZodString;
26
- description: z.ZodString;
27
- activeForm: z.ZodOptional<z.ZodString>;
28
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
29
- }, z.core.$strip>;
30
- export type TaskCreateInput = z.infer<typeof TaskCreateInputSchema>;
31
- export declare const TaskUpdateInputSchema: z.ZodObject<{
32
- taskId: z.ZodString;
33
- subject: z.ZodOptional<z.ZodString>;
34
- description: z.ZodOptional<z.ZodString>;
35
- activeForm: z.ZodOptional<z.ZodString>;
36
- status: z.ZodOptional<z.ZodEnum<{
37
- pending: "pending";
38
- completed: "completed";
39
- in_progress: "in_progress";
40
- deleted: "deleted";
41
- }>>;
42
- addBlocks: z.ZodOptional<z.ZodArray<z.ZodString>>;
43
- addBlockedBy: z.ZodOptional<z.ZodArray<z.ZodString>>;
44
- owner: z.ZodOptional<z.ZodString>;
45
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
46
- }, z.core.$strip>;
47
- export type TaskUpdateInput = z.infer<typeof TaskUpdateInputSchema>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};