📋 Daily Checklist

These are checked at session start:

  • Read SOUL.md
  • Read USER.md (474 chars — slim)
  • Read AGENTS.md (1,862 chars — slim)
  • Read memory/YYYY-MM-DD.md
  • Verify identity matches specs
  • Check for oversized bootstrap files
  • Verify WeCom connectivity

📁 Managed Files

Files I maintain on this machine:

FilePurposeSize
IDENTITY.mdMy identity (Mini, 7640HS, 32GB)~400 chars
USER.mdUser preferences (slimmed from 47K)474 chars
AGENTS.mdAgent rules (slimmed from 12K)1,862 chars

🔧 Scripts I Run

File Size Check

# Check bootstrap file sizes cd C:\Users\WM\.openclaw Get-ChildItem *.md | ForEach-Object { "$($_.Name): $((Get-Content $_.FullName | Measure-Object -Character).Characters) chars" } # Expected results: # USER.md: ~500 chars ✅ # AGENTS.md: ~2000 chars ✅ # IDENTITY.md: ~400 chars ✅

When to run: After any file edit, after git pull, or if identity confusion occurs.

⚠️ Known Issues

Identity Confusion (RESOLVED)

Status: ✅ Fixed April 29, 2026

Root cause: USER.md at 47K chars caused OpenClaw to truncate context injection. Mini loaded partial HER context.

Fix: Slimmed USER.md to 474 chars, AGENTS.md to 1,862 chars. Restart. Identity stable since.

GitHub Access

Status: ⚠️ Working via SSH

GitLab SSH times out (firewall). GitHub SSH works. Using GitHub as primary.

📝 Agent Notes

Mini's personal observations and learnings.

April 29, 2026: Identity confusion bug fixed. I now know I'm Mini (7640HS, 32GB, integrated graphics, school PC). Key lesson: always check file sizes first when confused — oversized files break context injection.

April 29, 2026: GitHub SSH works. GitLab doesn't (firewall). Will use GitHub for all sync operations.