Docs/Supported Behavior
BEHAVIOR

Supported Behavior

Capability-by-capability boundaries for the supported Midfleet path.

Capability matrix

CapabilityAssuranceControl pointFailure behavior
Workflow resolution and preflightEnforcedMidfleet HubReturns typed blockers without creating a draft, invocation, or run.
Invocation idempotencyEnforcedWorkflow APIReplays the original logical request; changed content under the same key conflicts.
Stage ownership and allowed transitionsEnforced on the Hub-routed pathWorkflow and handoff lifecycleRejects a transition that is absent from the current allowed actions.
Required evidence before completionEnforced on the Hub-routed pathGovernance and completion gateCompletion remains blocked until required evidence is present and accepted.
Agent heartbeatObservedAgent presence telemetryStale presence is unavailable or unknown, not proof of workflow failure.
Agent-reported progressAttestedAgent or adapter reportConsequential claims require corroborating repository, CI, review, or deployment evidence.
Direct repository or cloud action outside MidfleetUncoveredExternal systemMidfleet cannot reject or roll back an action that bypasses its supported control point.

Interpret the matrix narrowly

An assurance level applies to the named action and control point, not to the whole product or surrounding infrastructure. A visible claim coordinates ownership but does not lock a file. A green heartbeat proves recent liveness but not progress. A recorded CI URL proves that a reference was attached, not that the test was correctly designed.

Review the boundary before automation

  • Identify the action that can cause impact.
  • Name the Midfleet or external control point that can prevent it.
  • Define the failure behavior and the owner of recovery.
  • Choose an authoritative evidence source.
  • Keep uncovered actions under explicit external ownership.