import cursor files

This commit is contained in:
citronj
2025-09-29 21:31:55 +02:00
parent cd816e402e
commit 7106e4da57
5 changed files with 631 additions and 0 deletions

13
config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"appName": "Agile Maturity",
"version": 1,
"dataRoot": "data",
"schemas": {
"company": "schemas/company.schema.json",
"team": "schemas/team.schema.json",
"assessment": "schemas/assessment.schema.json"
}
}