Skip to content
Merged
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
7 changes: 4 additions & 3 deletions docs/LIFE_RUNTIME_STANDARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,11 +635,12 @@ MUST emit:
|---|---|---|
| `capability_bound` | Once per capability after Stage 3 Assemble succeeds. | `capability`, `provider_name`, `provider_version`, `sandbox_class`. |
| `assembly_aborted` | Stage failure (B.1.1). | `stage`, `reason`. |
| `withdrawal_check` | Each withdrawal-watcher poll (Stage 5 Guard). | `endpoint`, `result`. |
| `withdrawal_poll` (existing v0.7 event, see §5) | Each withdrawal-watcher poll (Stage 5 Guard). v0.8 makes the fields `endpoint` and `result` required. | `endpoint`, `result`. |
| `lifecycle_transition_observed` | Stage 5 Guard observes a `lifecycle_state` transition (`active` → `superseded` / `frozen` / `withdrawn`). | `from_state`, `to_state`, `package_id`. |

Existing v0.7 events (`session_started`, `turn_emitted`, etc.) are
unchanged.
Existing v0.7 events (`session_started`, `session_turn`,
`session_withdrawn`, `session_terminated`, `forbidden_use_refused`,
`disclosure_warning_emitted` — see §5) are unchanged.

## B.8 What this update does NOT add

Expand Down
2 changes: 1 addition & 1 deletion registry/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>DLRS public registry</h1>
</tbody>
</table>
<footer>
<p>1 record(s). Generated 2026-04-26T16:19:35Z. AI-generated outputs from records below MUST carry the disclosure declared in their <code>public_disclosure</code>.</p>
<p>1 record(s). Generated 2026-04-26T16:24:01Z. AI-generated outputs from records below MUST carry the disclosure declared in their <code>public_disclosure</code>.</p>
</footer>
</body>
</html>
Loading