feat: scheduled releases — calendar UI, publish scheduling, and section badges#10
Open
rafavalls wants to merge 2 commits into
Open
feat: scheduled releases — calendar UI, publish scheduling, and section badges#10rafavalls wants to merge 2 commits into
rafavalls wants to merge 2 commits into
Conversation
…on badges Adds the full scheduled-releases feature: - `api/tools/scheduled-releases.ts`: 5 new MCP tools (list, create, add_change, cancel, reschedule) backed by a local JSON store - `api/resources/scheduled-releases.ts`: MCP resource serving the unified HTML app for the list_scheduled_releases tool - `web/tools/scheduled-releases/index.tsx`: calendar + list view, release detail, create/reschedule/cancel dialogs - `web/tools/file-explorer/publish-dialog.tsx`: scheduling tab in the publish dialog — pick an upcoming release or create one, with date picker and time picker - `web/tools/file-explorer/index.tsx`: ScheduledChangesBadge on section rows, scheduled-changes state polling, props wired to CmsPanel and PublishDialog - `docs/superpowers/specs/2026-05-04-releases-ux-design.md`: UX design spec that guided the implementation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
scheduled-releasestool + resource: 5 MCP tools (list, create, add_change, cancel, reschedule) backed by a local JSON store in.context/; corresponding MCP resource serving the unified app HTMLweb/tools/scheduled-releases/): month-grid calendar with multi-week release bars, list view, release detail with reschedule/cancel, create dialog with date/time pickerspublish-dialog.tsx): from the publish drawer users can attach the current section to an upcoming release or create a new one inline, with a date picker for immediate schedulingindex.tsx): sections that belong to a scheduled release show a sky-blue badge with the release name and next date; badge updates in real time as releases are fetched on mountTest plan
list_scheduled_releasestool directly; verify calendar/list views renderbun run check🤖 Generated with Claude Code
Summary by cubic
Adds scheduled releases with a calendar + list UI, scheduling in the publish dialog, and section badges so teams can plan and attach changes to upcoming releases. Adds MCP tools and a public resource, and sorts imports in the file explorer to satisfy CI.
list_scheduled_releases,create_scheduled_release,add_change_to_release,cancel_scheduled_release,reschedule_scheduled_release; persisted in.context/JSON.ui://mcp-app/scheduled-releasesserving the unified app HTML for the Releases UI.Written for commit 3415f01. Summary will update on new commits.