Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:10 +08:00
commit c257d8312f
7 changed files with 931 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "rpg-pdf-extractor",
"description": "Extracts stat blocks, edges, hindrances, powers, and bestiary data from Savage Worlds PDFs into structured JSON format",
"version": "1.0.0",
"author": {
"name": "Savaged-us"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}