docs: finish hierarchy rescan after rebase

This commit is contained in:
Turtle
2026-08-05 16:18:58 +08:00
parent 82218e0c36
commit c991a7cc79
120 files changed
+189 -268

No files matched your search

+1 -1
View File
@@ -368,7 +368,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.