You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ control graph. The complete list is generated from the registry in the
103
103
| Surface | Shipped functionality |
104
104
| --- | --- |
105
105
|**Programs and relation**| Domain-neutral programs, control instances, objective bindings, observations, operators, marked states, targeted and untargeted resolution, priorities, and prerequisite selection. One immutable fingerprint binds each program's executable semantics. |
106
-
|**Admission and authority**|Typed capabilities and separate human, autonomy, repository-policy, and external-provider receipts. Programs declare their maximum capability surface but cannot grant themselves authority. |
106
+
|**Admission and authority**|Capability-bearing authority receipts are fingerprinted, time-valid, and projected into admission. Required capabilities combine program declarations with a trusted mechanism classifier. |
107
107
|**Transactions**| Prescriptions bind the exact control instance, state revision, program, objective binding, observation, transition, and authority. Apply rechecks that boundary before execution. |
108
108
|**Verification and receipts**| Fresh postcondition verification, atomic state-and-receipt commits, and immutable transition facts. |
109
109
|**Recovery**| A durable effect attempt precedes execution. Interrupted or uncertain outcomes enter explicit recovery instead of blindly repeating an effect. |
@@ -113,6 +113,7 @@ control graph. The complete list is generated from the registry in the
113
113
| Surface | Shipped functionality |
114
114
| --- | --- |
115
115
|**StandardFlow**| A first-party product-delivery Flow covering installation, repository attachment, configuration, objectives, planning, worktrees, build/test/review evidence, publication, cleanup, and recovery. |
116
+
|**Delivery authority**| Separate human, autonomy, repository-policy, and external-provider receipts. Delivery programs declare a maximum capability surface but cannot grant themselves authority. |
116
117
|**Delivery transactions**| Idempotent replay of committed transition receipts, with recovery required when the transaction state is not settled. |
117
118
|**Repository topology**| Embedded, detached, and linked-worktree identity; verified state transfer when a workspace is cut; cleanup only after proved landing or explicit abandonment. |
118
119
|**Publication**| Preview, provider-authorized execution, observation, correction, and reconciliation. Boatstack does not infer provider authority from `gh` authentication and never grants merge authority. |
0 commit comments