feat(schedule): add durable after reminders

This commit is contained in:
pku-xht
2026-08-05 19:00:02 +08:00
committed by Tianyi Cui
parent a229b42e24
commit f7e7851e3f
102 changed files with 2619 additions and 122 deletions

View File

@@ -514,6 +514,20 @@ Source: [`packages/core/session/src/types.ts:276`](../packages/core/session/src/
Source: [`packages/sandbox/sandbox-policy/src/session-mode.ts:33`](../packages/sandbox/sandbox-policy/src/session-mode.ts)
### `schedule/*`
#### `schedule/change` — log-only
```ts persistence-catalog
/**
* Versioned Schedule mutation. The owning package validates the complete
* session-local transition stream before accepting a candidate event.
*/
'schedule/change': ScheduleChange
```
Source: [`packages/schedule/tool-schedule/src/types.ts:156`](../packages/schedule/tool-schedule/src/types.ts)
### `session/*`
#### `session/end-seed` — log-only