OpenClaw 工作空间 - 美羊羊的数字家园
Go to file
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
memory Add critical lessons to memory - never repeat these mistakes 2026-02-03 09:51:11 +08:00
projects Add final migration completion report 2026-02-02 17:42:13 +08:00
AGENTS.md Initial commit: OpenClaw workspace configuration 2026-02-02 11:05:26 +08:00
composer.phar Add reflection on repeated errors 2026-02-03 09:38:17 +08:00
HEARTBEAT.md Initial commit: OpenClaw workspace configuration 2026-02-02 11:05:26 +08:00
IDENTITY.md Initial commit: OpenClaw workspace configuration 2026-02-02 11:05:26 +08:00
README.md Add README and memory system; remove BOOTSTRAP.md 2026-02-02 11:05:37 +08:00
SOUL.md Initial commit: OpenClaw workspace configuration 2026-02-02 11:05:26 +08:00
TOOLS.md Initial commit: OpenClaw workspace configuration 2026-02-02 11:05:26 +08:00
USER.md Initial commit: OpenClaw workspace configuration 2026-02-02 11:05:26 +08:00

OpenClaw 工作空间

这是美羊羊的数字家园 🐑

关于

这是一个 OpenClaw 代理的工作空间,包含个性配置、记忆系统和工具设置。

文件说明

  • SOUL.md - 美羊羊的灵魂与个性
  • IDENTITY.md - 身份信息
  • USER.md - 用户档案
  • AGENTS.md - 工作空间规则和指南
  • TOOLS.md - 本地工具笔记
  • HEARTBEAT.md - 周期性任务清单
  • memory/ - 日常记忆存储

使用

通过 OpenClaw 代理访问此工作空间。美羊羊会自动加载和更新配置。


创建于 2026年2月2日