openclaw/memory
Ubuntu 0214bbc91b Add critical lessons to memory - never repeat these mistakes
Three critical lessons:
1. ALWAYS use `ls -la app/filament/Resources/` first to confirm path
2. NEVER use UnitEnum/BackedEnum imports - they are PHP built-in types
3. STOP and thoroughly diagnose when issues repeat, instead of continuing blindly

These are PHP 8.2 built-in enum types, not classes that need importing.

Reference working code:
- SupplierResource.php works WITHOUT these imports
- Use type declarations directly: string|BackedEnum|null and UnitEnum|string|null
2026-02-03 09:51:11 +08:00
..
2026-02-02.md Add development next steps for glass project 2026-02-02 22:01:01 +08:00
2026-02-03.md Add critical lessons to memory - never repeat these mistakes 2026-02-03 09:51:11 +08:00