···66666767When adding the first permissioned-data probe, keep it out of `all` until the
6868protocol shape settles. A useful first pass should seed one self-owned space,
6969-one member repo, and one small blob, then measure these paths as distinct units
6969+one writer repo, and one small blob, then measure these paths as distinct units
7070of work:
71717272-- `createSpace` with owner auto-membership
7373-- `addMember` / `removeMember` and member LtHash/oplog updates
7474-- `createRecord` or `applyWrites` into a space member repo
7272+- `createSpace`
7373+- `createRecord` or `applyWrites` into a space writer repo
7574- `getRecord` by `(space, repo, collection, rkey)`
7675- `listRecords`, limit 50, index-only response shape
7776- ranged `getBlob`
7878-- `getRepoOplog` and `getMemberOplog` catch-up reads
7777+- `getRepoOplog` catch-up reads
79788079Comparison against Daniel's permissioned-data branch should live in this
8180section once we have a repeatable way to run that PDS locally. Until then, keep