Initial infrastructure documentation - comprehensive homelab reference

This commit is contained in:
Funky (OpenClaw)
2026-02-23 03:42:22 +00:00
commit 0682c79580
169 changed files with 63913 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"folders": [
{
"name": "🎯 Claude Workflows",
"path": "claude-workflows"
},
{
"name": "🏥 VA Strategy",
"path": "VA-Strategy"
},
{
"name": "🏠 Infrastructure",
"path": "infrastructure"
},
{
"name": "⚙️ Config",
"path": "config"
}
],
"settings": {
"files.exclude": {
"**/node_modules": true,
"**/.git": false,
"**/claude-code-history": true
},
"search.exclude": {
"**/node_modules": true,
"**/claude-code-history": true
},
"files.watcherExclude": {
"**/node_modules/**": true,
"**/claude-code-history/**": true
},
"powershell.cwd": "🏠 Infrastructure"
}
}