implement repo policies: Makefile, Dockerfile, CI, prettier, editorconfig, LICENSE
Some checks failed
check / check (push) Failing after 9s

Add failure stories section to OPENCLAW_TRICKS.md covering 10 real production
failures and fixes from the first three weeks of operation.
This commit is contained in:
clawbot
2026-02-28 02:06:35 -08:00
parent c700721806
commit f65ea86e4b
11 changed files with 309 additions and 194 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# OS
.DS_Store
Thumbs.db
# Editors
*.swp
*.swo
*~
*.bak
.idea/
.vscode/
*.sublime-*
# Node
node_modules/
# Environment / secrets
.env
.env.*
*.pem
*.key