feat(web): add archetypes.json placeholder in data/meta directory

- Add static archetypes.json file alongside rivalries.json
- Placeholder follows the structure generated by index builder
- Closes: bf-5qmu
This commit is contained in:
jedarden 2026-05-26 13:05:07 -04:00
parent d27aafc532
commit c9503d2588

View file

@ -0,0 +1,36 @@
{
"updated_at": "2026-04-25T14:18:07Z",
"archetypes": [
{
"name": "balanced",
"bot_count": 2,
"avg_rating": 1500.0,
"win_rate": 50.0,
"bots": [
{
"id": "b_656f050a7ed3",
"name": "RandomBot",
"rating": 1500.0
},
{
"id": "b_2fa5681bf0ff",
"name": "GathererBot",
"rating": 1500.0
}
]
},
{
"name": "swarm",
"bot_count": 1,
"avg_rating": 1500.0,
"win_rate": 0.0,
"bots": [
{
"id": "b_62beeb03c196",
"name": "SwarmBot",
"rating": 1500.0
}
]
}
]
}