Interface: RestorationHintMessage
Defined in: context/file-tracker.ts:112
A single restoration hint message for post-compaction context injection
Properties
path
path: string;
Defined in: context/file-tracker.ts:114
File path
text
text: string;
Defined in: context/file-tracker.ts:120
The formatted hint text
tokens
tokens: number;
Defined in: context/file-tracker.ts:123
Estimated token count of this hint
type
type: "inline" | "reference";
Defined in: context/file-tracker.ts:117
Whether content is inlined or just referenced