Initial commit: OpenClaw workspace setup

- Added core identity/soul files
- Added .gitignore to protect sensitive data
- Configured Matrix channel with autoReply and groupAllowFrom
- Note: /root/.openclaw/openclaw.json contains active config (Matrix fixes)
This commit is contained in:
2026-03-13 18:55:52 +00:00
commit a6b6e1449f
12 changed files with 682 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# OpenClaw workspace .gitignore
# Sensitive credentials and tokens
.credentials/
matrix/accounts/
agents/**/sessions/*.jsonl
agents/**/sessions/*.lock
identity/device.json
identity/device-auth.json
extensions/*/node_modules/
# Temporary and cache
canvas/
tmp/
*.log
*.pid
*.sock
# OS and editor files
.DS_Store
Thumbs.db
*.swp
*.swo
.vscode/
.idea/
# Backup files
*.bak
*.backup
.openclaw/openclaw.json.bak
# Node modules (if ever in workspace)
node_modules/
# Environment files
.env
.env.*