chore: remove deprecated empty_message_recovery experimental option

The empty message recovery is now enabled by default (no longer experimental).
Removes the config option from schema and all README files.

🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-20 15:53:04 +09:00
parent a29e50c9f9
commit f27f5c42cc
5 changed files with 0 additions and 9 deletions

View File

@@ -108,7 +108,6 @@ export const SisyphusAgentConfigSchema = z.object({
export const ExperimentalConfigSchema = z.object({
aggressive_truncation: z.boolean().optional(),
empty_message_recovery: z.boolean().optional(),
auto_resume: z.boolean().optional(),
/** Enable preemptive compaction at threshold (default: true) */
preemptive_compaction: z.boolean().optional(),