docs(automations): record Coven Automations v1 program status (coven#854) - #2
Open
CompleteDotTech wants to merge 1 commit into
Open
Conversation
…854) Adds one dated status/decision record for issue OpenCoven#854 in docs/superpowers/plans/. Independently verified against main @ 1364cec (2026-08-30): the coven#816 foundation series (PR OpenCoven#846, PR OpenCoven#847, parts 6-8 commits) landed the durable local scheduler core - definitions, SQLite definition/occurrence/run records with unique occurrence fencing, RRULE planning, bounded leases with expiry recovery, latest-only misfire / overlap refusal, the 60s daemon tick with scheduled dispatch, shared launch path, health and run history, non-destructive paused legacy import, and coven.automations.* control actions. Records what is still absent for v1 (versioned protocol schemas, authority/receipt binding, deterministic-time contract, SDK surface, conformance/chaos/SLO gates, live Beads mutation), the gate-by-gate verdict, and the critical path. The program issue remains open; this record closes no issue. Refs OpenCoven#854. Signed-off-by: Timothy Wayne Gregg <5861166+CompleteDotTech@users.noreply.github.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
docs/superpowers/plans/2026-08-30-coven-automations-v1-program-status.md.main@1364cec(2026-08-30), that thecoven#816foundation series (PR feat(automations): routine definitions and control actions (coven#816, part 1) OpenCoven/coven#846 merged 2026-08-28T14:22:30Z, PR feat(automations): non-destructive legacy Codex import (coven#816, part 5) OpenCoven/coven#847 merged 2026-08-28T19:55:52Z, parts 6–8 commits dated 2026-08-28) landed the durable local scheduler core: versioned definitions, SQLite definition/occurrence/run records, unique occurrence fencing (UNIQUE(automation_id, scheduled_for)), RRULE planning, bounded leases with expiry/recovery, latest-only misfire and overlap refusal, the 60s daemon tick with scheduled dispatch, the shared launch path, familiar-id propagation, health/run-history projections, non-destructive paused legacy import, and the 10coven.automations.*control actions (11 files, 2,719 lines, 43 unit tests).coven.automations.v1schemas/spec/state machines (P0: Specify coven.automations.v1 schemas, state machines, idempotency, and changefeed OpenCoven/coven#855), fixed wall-clock cadence with no DST/virtual-time/clock-jump/fencing contract (P0: Harden automation time, retries, cancellation, fencing, and crash recovery OpenCoven/coven#856), optional unversionedfamiliar_idwith no principal/capability/approval/receipt binding (P0: Bind automation runs to principal authority, familiar revisions, capabilities, approvals, and receipts OpenCoven/coven#857), no conformance/chaos/load/SLO or release-receipt gate (P0: Build automations conformance, chaos, SLO, and operator diagnostics OpenCoven/coven#858), no SDK surface and no live Beads-graph mutation (coven-cave#5220).Issue
Refs OpenCoven#854.
Intentionally
Refsrather thanCloses: the record's verified verdict is "foundation-ready, not yet v1-certified" — the program issue stays open until the P0 gates are implemented and evidenced, so merging this docs record must not auto-close it.Test plan
Local (docs-only change, no code touched):
main@1364cecand REST issue state before commit.Deferred to CI (
python3is not available in the local environment):python scripts/check-secrets.pypython3 scripts/check-coven-privacy.py --stagedNot applicable locally: cargo/npm gates — the diff touches only one Markdown file, and this environment has no Rust toolchain; CI's
changesclassifier should route this PR as docs-only.