(path: string)
| 87 | } |
| 88 | |
| 89 | function supersededStub(path: string): string { |
| 90 | return `${STUB_MARK} Full content of ${path} elided to save context — this same file is read again later in the conversation (use that copy), or call read_file again if you need it now.`; |
| 91 | } |
| 92 | |
| 93 | function agedStub(path: string, content: string | null): string { |
| 94 | const outline = extractOutline(content); |