Operations

Overview

Operations is the delivery backlog for the platform. It tracks the work items, epics, priorities, and deployments that make up your team’s delivery commitments. It is designed for transparency — blockers are visible, WIP limits are enforced, and progress is always up to date.

Key Concepts

What You Can Do

Shared Demand

Open Operations > Delivery Flow (/ops/demand) to review demand shared by approved DPF connections. A shared item is an observation from another installation, not a local backlog item. You can follow it, offer help, or adopt it; adoption creates a new locally owned backlog item and never transfers control of the sender’s work.

For demand your installation owns, use the item-level connection controls to share only with eligible approved links. Service-provider and channel links are selected explicitly. Forwarding is available only when the original sender allowed the Founder Hub audience, and it preserves pseudonymous origin provenance. Withdrawal stops the shared copy from being actionable without deleting your local item.

If a share or response action is unavailable, check the displayed connection state and consent explanation. Manage the relationship itself under **Platform

Connections**. See the federated demand channel runbook for enrollment, revocation, and recovery procedures.

Founder shared portfolio

On the Founder Hub authority installation, Delivery Flow also shows the Founder shared portfolio when trusted upstream reseller demand exists. Select one or more unclustered signals, name the review cluster, and create it. Reach counts distinct originating installations; a direct copy and a reseller-routed copy of the same origin count once while both routes remain auditable.

Development and test signals are labeled and cannot enter the production portfolio until an authorized operator selects Promote to production portfolio. Accepting an eligible cluster creates a normal local backlog item; rejecting it does not create work. The decision is queued back to the sharing connection and appears under Founder decisions on the originating installation. Local backlogs continue to operate if the Founder Hub or GitHub is unavailable.

Promotions

The Promotions tab in Operations shows all features that have been through the Build Studio ship phase. Each promotion has a status:

When you click “Deploy Now”, the platform starts the promoter service for the governed deployment workflow. The page updates automatically while deployment is in progress.

Promoter timeout

The promoter builds a fresh application image and swaps the running container. That build is bounded by a hard wall-clock budget (default 25 minutes): if a build step stalls — for example on a slow or degraded network fetch — the promoter is killed, its container is force-removed, and the deployment is marked failed with a retryable promoter-timeout diagnosis instead of hanging. A normal deployment completes in a few minutes; the timeout only trips on a genuine stall. Operators on unusually slow hosts can raise it by setting DPF_PROMOTER_TIMEOUT_MS (milliseconds) in the environment. A periodic watchdog additionally force-removes any promoter container orphaned by a mid-deployment restart, so a stalled build can never linger and cause an unexpected later swap.