feat: initial openclaw workspace

Agent identity, bootstrap config, tool definitions and heartbeat
for the OpenClaw AI assistant (sundol). Fresh start.
This commit is contained in:
joungmin
2026-02-28 06:27:37 +09:00
commit 0ec9c0865e
8 changed files with 435 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Runtime state
.openclaw/
# Memory logs (may contain tokens / personal data)
memory/
# Python
__pycache__/
*.py[cod]
.venv/
venv/
# OS
.DS_Store