Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:12 +08:00
commit 4b2ee377bb
7 changed files with 476 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "savage-worlds-validator",
"description": "Validates Savage Worlds character data against SWADE rules, checks derived stats, and verifies edge/hindrance compatibility",
"version": "1.0.0",
"author": {
"name": "Savaged-us"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}