# Agent Memory

## REDD+
- Home page ID=21 (site `redd-plus`, site_fk=2)
- Edit `page_content` in `frontend_pages`, then sync blades

## Workflow
```
Get-Content script.php -Raw | & "C:\laragon\bin\php\php-8.4.7\php.exe" artisan tinker
app(App\Services\BladeSyncService::class)->syncAll();
php artisan view:clear
```
**Gotcha:** page_content uses `\r\n` — match exactly in replacements
