@lucern/events 1.0.1 → 1.0.3
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/outbox.js +1 -1
- package/dist/outbox.js.map +1 -1
- package/dist/proof-attestation.json +45 -0
- package/dist/types.js +1 -1
- package/dist/types.js.map +1 -1
- package/dist/webhook-delivery-machine.js +1 -1
- package/dist/webhook-delivery-machine.js.map +1 -1
- package/dist/webhooks.js +1 -1
- package/dist/webhooks.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -14360,7 +14360,7 @@ var worktreeMetadataArgs = z.object({
|
|
|
14360
14360
|
id: z.string().optional().describe("Worktree ID alias."),
|
|
14361
14361
|
topicId: z.string().optional().describe("Primary topic scope."),
|
|
14362
14362
|
additionalTopicIds: z.array(z.string()).optional().describe("Additional topic scopes associated with this worktree."),
|
|
14363
|
-
status: z.
|
|
14363
|
+
status: z.enum(["planning", "active", "paused", "completed", "dismissed", "abandoned", "merged"]).optional().describe("Worktree lifecycle status."),
|
|
14364
14364
|
campaign: z.number().optional().describe("Top-level pipeline campaign."),
|
|
14365
14365
|
lane: z.string().optional().describe("Campaign lane."),
|
|
14366
14366
|
laneOrderInCampaign: z.number().optional().describe("Ordering for this lane within its campaign."),
|