docs: document SessionRawArtifact and fix backpressure claims

The persistence subsystem page gains the SessionRawArtifact section (with a
type-equiv manifest entry and zh counterpart), and the README and Agent Note
describe the drain-based backpressure instead of claiming the archive never
accumulates.
This commit is contained in:
_Kerman
2026-08-10 19:50:43 +08:00
parent 2a34ca51a3
commit fbd09a70f3
11 changed files with 52 additions and 15 deletions

View File

@@ -440,6 +440,11 @@
"symbol": "SessionLocation",
"source": "packages/session/session-persistence/src/index.ts"
},
{
"doc": "docs/subsystems/persistence.md",
"symbol": "SessionRawArtifact",
"source": "packages/session/session-persistence/src/index.ts"
},
{
"doc": "docs/subsystems/session-query.md",
"symbol": "SessionEventSurface",