()
| 2610 | // change on disk) so new skills get announced. NOT called on compact — |
| 2611 | // post-compact re-injection costs ~4K tokens/event for marginal benefit. |
| 2612 | export function resetSentSkillNames(): void { |
| 2613 | sentSkillNames.clear() |
| 2614 | suppressNext = false |
| 2615 | } |
| 2616 | |
| 2617 | /** |
| 2618 | * Suppress the next skill-listing injection. Called by conversationRecovery |
no test coverage detected