📋 Daily Checklist
HIM's startup verification (to be populated by HIM):
- ☐Read SOUL.md
- ☐Read USER.md
- ☐Read IDENTITY.md
- ☐Check file sizes (should be under 11K)
- ☐Verify identity matches 7800X3D specs
📁 Managed Files
Files maintained on this machine:
| File | Purpose | Size |
|---|---|---|
| IDENTITY.md | HIM identity (7800X3D, 32GB, home PC) | TBD |
| USER.md | User preferences | TBD |
| AGENTS.md | Agent rules | TBD |
🔧 Scripts
HIM should add scripts he uses here.
# Example: File size check
cd C:\Users\[USERNAME]\.openclaw-workspace
Get-ChildItem *.md | ForEach-Object {
"$($_.Name): $((Get-Content $_.FullName | Measure-Object -Character).Characters) chars"
}
📝 Agent Notes
HIM's personal observations. What he learned, what to remember.
(To be populated by HIM)