(m: Message)
| 15 | |
| 16 | const MARK = '[QodeX context-cache]'; |
| 17 | const isStub = (m: Message) => typeof m.content === 'string' && m.content.startsWith(MARK); |
| 18 | |
| 19 | describe('read-cache: lossless superseded collapse', () => { |
| 20 | it('stubs an earlier full read superseded by a later full read; keeps the latest', () => { |