mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 22:32:04 +00:00
Fix type mismatch in loadBacklogPlan where secureFs.readFile with 'utf-8' encoding returns union type string | Buffer, causing JSON.parse to fail type checking. Cast raw to string to satisfy TypeScript strict mode. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>