initial commit

This commit is contained in:
2026-07-13 10:13:26 +02:00
commit b807ab2022
21 changed files with 2348 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "olixero-ci-agents",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json",
"check": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@opencode-ai/sdk": "1.17.18"
},
"devDependencies": {
"@types/node": "24.10.1",
"typescript": "5.9.3"
}
}