Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:55 +08:00
commit 713820bb67
22 changed files with 2987 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "fairdb-ops-manager",
"description": "Comprehensive operations manager for FairDB managed PostgreSQL service - SOPs, incident response, monitoring, and automation",
"version": "1.0.0",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.io"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}