feat: graduate Automation from Beta to a primary feature#373
Merged
Conversation
Its self-scheduling trigger chain is now closed end-to-end (workspaces declare .alice/schedule.json, a scanner fires due tasks headless), so the Beta-section rationale ('nothing fires it end-to-end yet') no longer holds. Moved the Automation entry under Workspaces in the top group (they're tightly coupled — automation runs headless workspaces) and refreshed the stale Beta comment.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The retired central cron engine + event-log framing is replaced by the shipped model: a run is a headless Workspace triggered either by a workspace's own .alice/schedule.json (a scanner discovers + fires) or an external POST. Collapses the old scheduling-vs-execution split into one substrate (Ame's framing call). Updated the section, the architecture diagram + paragraph, and the glossary; UTA's snapshot scheduler is unrelated and left as-is. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Graduate Automation from Beta to a primary feature, now that its self-scheduling trigger chain is closed end-to-end (shipped in #371).
.alice/schedule.json(a dumb scanner discovers declarations and fires due tasks) or an externalPOST /api/workspaces/:id/headless. Collapsed the old scheduling-vs-execution split into one substrate; updated the section, the architecture diagram + paragraph, and the glossary to match.Test plan
cd ui && npx tsc -bcleancronmentions are the schedule-expression kind + UTA's unrelated snapshot scheduler)🤖 Generated with Claude Code