The crash loop: stale state → unit redispatched → activity log grows → retry diagnostic reads full log → prompt grows → replaceAll on huge string → V8 heap exhaustion. Cap both the read path (10MB JSONL parse limit) and the injection path (50K char prompt cap) to break the cycle. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| resources | ||
| tests | ||
| app-paths.ts | ||
| cli.ts | ||
| loader.ts | ||
| logo.ts | ||
| onboarding.ts | ||
| pi-migration.ts | ||
| resource-loader.ts | ||
| tool-bootstrap.ts | ||
| wizard.ts | ||