Scaffold Matrix + GitOps + Claude automation stack
build-agent / build-and-push (push) Failing after 18s

This commit is contained in:
2026-08-23 10:25:57 +00:00
commit 357791d6e3
12 changed files with 576 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "claude-gitops-agent",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js"
},
"dependencies": {
"express": "^4.19.2",
"matrix-bot-sdk": "^0.7.1"
}
}