Merge remote-tracking branch 'origin/master' into xtr/trajectory-virtual-scroll

This commit is contained in:
_Kerman
2026-08-05 16:57:08 +08:00
532 changed files with 2963 additions and 3240 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ declare class Session {
/**
* Detached, deep-frozen creation metadata (format version, cwd, lineage,
* seed boundary). Supplied by the store via `ctx.sessions.create()`. When a
* `Session` is constructed bare (tests, ad-hoc replay), a minimal header is
* `Session` is created without a store-owned header, a minimal header is
* synthesized (stamped with the current {@link SESSION_FORMAT_VERSION}) so
* `session.header` is always present. Kept out of the event log — it is a
* storage concern, not replayable conversation state.