Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:47 +08:00
commit ff94e7d667
4 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "ableton-test-generator",
"description": "Generate test cases for Ableton Live Set devices and components by extracting expected values from XML files",
"version": "1.0.0",
"author": {
"name": "Jay Xu",
"email": "jay.xu.krfantasy@gmail.com"
},
"agents": [
"./agents"
]
}