docs(automations): publish Coven Automations v1 protocol, operator, migration, and troubleshooting documentation - #78
Open
CompleteDotTech wants to merge 2 commits into
Conversation
…igration, and troubleshooting documentation Add a governed Automations section (preview stability) covering the end-to-end ownership model, a paused-by-default safe quickstart, the landed routine-definition schema with executable refusal vectors, the ratified coven.automations.v1 objects, schedules and timezone/DST semantics, lifecycle state machines, identity/authority and approvals, runtimes, Psyche, SDK and Cave boundaries, source-preserving Codex migration, nine operations runbooks, security/privacy threat model, per-profile conformance and compatibility ledgers, and the ADR index. Landed behavior is verified against OpenCoven/coven at 1364cec and the coven-automations-foundation paths are now watched by the source-drift check; the pre-existing coven-runtime-contract entry is advanced to the same commit after reviewing the drifted commits (#846, #849, #850, #853 and the automations tick series) against public page claims. Refs OpenCoven#76 Signed-off-by: Timothy Wayne Gregg <5861166+CompleteDotTech@users.noreply.github.com>
|
@CompleteDotTech is attempting to deploy a commit to the 0xBuns Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Document the doctor install:conflicts shadowed-install check (prose Installs: section, path-free JSON warning, non-blocking severity) in doctor and install-debugging, add daemon automations tick/run-ledger coverage (60-second plan/recover/claim scheduler thread, tick failures in the recovery log) to the daemon and automations pages, complete the daemon index/configuration/observability enumerations, and bump the source-lock verification boundary to coven@39feb6de. Refs OpenCoven#78
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
Publishes the Coven Automations v1 documentation set as a new governed
Automationssection (preview stability), mapped to the cross-repository program in OpenCoven/coven#854.PAUSEDand use a low-risk local action; nothing normalizes unattended external effects.coven.automations.v1objects, command/adoption semantics, changefeed envelope, and tombstone rules (P0: Specify coven.automations.v1 schemas, state machines, idempotency, and changefeed coven#855). Documents honestly that domain failures currently arrive inside a200action envelope.localcompatibility-input semantics, the ratified IANA/DST gap-skip and deterministic-fold policy, downtime/sleep/clock-jump behavior, misfire/overlap/retry/cancellation/quarantine status (P0: Harden automation time, retries, cancellation, fencing, and crash recovery coven#856).Verification of claims (source of truth)
OpenCoven/covencrates/coven-cli/src/automations/**andcrates/coven-cli/src/control_plane.rsat commit1364cec9dbaf1e2aca2e4544dec0e1ce807d859c(2026-08-30).docs/source-lock.jsonadds acoven-automations-foundationsource watching those paths so future upstream changes create a review obligation instead of silent staleness.coven-runtime-contractentry had drifted (commits882fc86,4aa5b35,c291b72,3dd51ed, and the automations tick series landed after itsverifiedAt). Per the freshness contract, the drifted changes were reviewed against public page claims — the doctor change is additive diagnostics, the setup change is version-parsing robustness, the stream-json change is not a documented claim, and the automations parts are documented by this PR — and the lock was advanced to the same verified commit.pnpm check:source-driftpasses withchangedPathCount: 0.Issue
Refs #76.
Refs OpenCoven/coven#854, OpenCoven/coven#816, OpenCoven/coven#855, OpenCoven/coven#856, OpenCoven/coven#857, OpenCoven/coven#858, OpenCoven/sdk#80, OpenCoven/coven-cave#5217, OpenCoven/psyche#18.
Stability impact
automations, stabilitypreview, ownerOpenCoven/coven) todocs/site-manifest.jsonand the root navigation. No existing section, route, or redirect changes.Affected public routes
/docs/automationsand its 17 child pages plus/docs/automations/operations/*. No retired URLs are reintroduced; no redirects change.Test plan
pnpm typecheckpnpm check:content(site-manifest, source-lock, english-only, no-leading-h1, product-scope, fumadocs, daemon/cli/coven-code/harness/memory-models docs, mermaid parse — 26 diagrams valid)pnpm check:links(0 errors) andpnpm check:anchors(112 MDX pages)pnpm check:automationandpnpm test:api-runner(23 tests pass)pnpm check:source-drift(0 drifted watched paths, after the documented lock review)pnpm build:site— 122 static pages including all/docs/automations/*routespnpm verifyfull run with browser smoke test (deferred to CI; requires Chrome install)