docs: replace vague provenance prose with recorded facts
This commit is contained in:
@@ -330,7 +330,7 @@ describe('fold onto the downstream decision', () => {
|
||||
|
||||
const found = reminders(agent)
|
||||
expect(found).toHaveLength(3)
|
||||
// Only the repeated call adds guard context; downstream provenance survives.
|
||||
// Only the repeated call adds guard context; downstream source fields survive.
|
||||
expect(found[0]!.text).toBe('downstream-ctx')
|
||||
expect(found[0]!.source).toEqual({ kind: 'plugin', plugin: 'test' })
|
||||
expect(found[1]!.text).toContain('repeating the exact same tool call')
|
||||
|
||||
Reference in New Issue
Block a user