You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improvement(knowledge): validate stored chunk counts and scope inline reads to the base
- the bundle gate checks each document's stored chunk count against the
format's per-document ceiling, so a base holding more chunks than a bundle
can describe is refused up front rather than written into an invalid manifest
- the inline payload read carries its knowledge base id, matching the chunk
reads, so neither can reach a row outside the base being exported
- an append is refused once the consumer has aborted, since a destroyed
archive has no listener left to receive the error it would emit
0 commit comments