docs: replace vague provenance prose with recorded facts

This commit is contained in:
Turtle
2026-08-09 15:35:02 +08:00
parent 8c124f84b6
commit 9704749b01
380 changed files with 946 additions and 874 deletions

View File

@@ -45,7 +45,7 @@ describe('hook-protocol invariants', () => {
session.append('hook/result', result())
})
it('rebuilds pending hook provenance from an existing session', async () => {
it('rebuilds pending hook invocations from an existing session', async () => {
const ctx = new Context()
await ctx.plugin(SessionStore)
const session = ctx.sessions.create()