Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/operations/hourly-product-development.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Hourly product-development loop

Keyverse separates protected pull-request maintenance from autonomous product
development. The schedules are offset so the merge loop has time to settle the
repository before a new product slice is considered.
development. Protected PR maintenance (updating trusted PR branches, requiring
approval and required Checks, then arming exact-head auto-merge) is owned by
the organization's central `pr-review-merge-scheduler.yml`, which dispatches
in real time on every PR event rather than on an hourly schedule — Keyverse's
own former hourly steward workflow provided no security boundary beyond that
already-required central scheduler and was removed (#140).

| Minute (UTC) | Workflow | Responsibility |
| --- | --- | --- |
| `17 * * * *` | `hourly-pr-steward.yml` | Update trusted PR branches, require approval and required Checks, then arm exact-head auto-merge. |
| `41 * * * *` | `hourly-product-development.yml` | When the PR queue is empty and exact `main` is healthy, use OpenCode with NVIDIA NIM to produce one bounded buyer-visible draft PR. |

The development scheduler never approves or merges its own work and never
Expand Down
78 changes: 0 additions & 78 deletions services/account_unification/tests/test_hourly_pr_steward.py

This file was deleted.

Loading