feat(studio): Scheduled surface - #973
Closed
jtenniswood wants to merge 1 commit into
Closed
Conversation
Schedules list and detail over the daemon's schedule store: authoring supports the two real shapes — cron (timezone + optional max-fires) or one-shot (+retry) — with mutating runs an explicit form opt-in, so the invalid mutating/plan pairing is unconstructible. Edit round-trips the carried spec (the daemon's PUT replaces the whole spec; the form re-sends what it loaded and never echoes a response body back as a request). The fire log is real, with per-fire transcripts via the shared transcript dialog. lib/cron-builder (+test) renders the guided cron editor; sortable-head gets its first consumer; formatters reaches its final state (ordinal + formatUntilTime exports); the schedules e2e spec row joins workspace.spec.ts against the fixture daemon. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack 8/21 — Studio: Scheduled surface
The schedules surface, fully independent of chat (zero cross-surface imports).
schedule-form(cron+tz+max-fires ⊕ one-shot+retry) with the explicit write opt-in that makes the invalid mutating/plan pairing unconstructible,schedule-badges.transcript-dialog),lib/cron-builder(+test),sortable-head(first consumer).formatters.tsreaches its final state (+ordinal/formatUntilTimeexports); the schedules e2e spec row joinsworkspace.spec.ts.Demo at this stack point: create, edit, pause, and fire a schedule; open a fire's transcript.
Part of the stacked landing of #618.
🤖 Generated with Claude Code