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
@@ -275,7 +275,7 @@ describe('session lineage tracing', () => {
})
describe('session event tracing', () => {
it('returns direct replacement and provenance links in their contract order', async () => {
it('returns direct replacement and cited source-event links in their contract order', async () => {
const ctx = await queryContext()
const session = ctx.sessions.create(SessionId('trace'))
appendTraceEvents(session)
@@ -380,7 +380,7 @@ describe('session event tracing', () => {
.rejects.toThrow(expectCode('SESSION_QUERY_SOURCE_CONFLICT'))
})
it('checks target existence before surface or provenance analysis', async () => {
it('checks target existence before surface or source-event analysis', async () => {
const bad = header('bad-target')
const malformed: SessionEvent[] = [appendEvent(0), {
type: 'assistant/message',