chore(workspace): add hardened startup/security workflows and skill suite

This commit is contained in:
zap
2026-03-04 19:13:33 +00:00
parent 4903e9d75d
commit 808af5ee13
58 changed files with 3787 additions and 3 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Secrets / local env
.env
.env.*
*.pem
*.key
*.p12
*.pfx
# OpenClaw credentials and runtime state
.openclaw/credentials/
.openclaw/workspace-state.json
# Logs and local runtime artifacts
logs/
*.log
memory/*.tmp
# Search/cache artifacts
.searxng-last-request
# Python / Node noise
__pycache__/
*.pyc
node_modules/
# OS/editor noise
.DS_Store
*.swp
*.swo